https://github.com/torvalds/linux
Revision db44bf4b4768a0664d3c9d9000ecb747de31ded8 authored by Linus Torvalds on 06 September 2018, 16:42:14 UTC, committed by Linus Torvalds on 06 September 2018, 16:42:14 UTC
Pull apparmor fix from John Johansen:
 "A fix for an issue syzbot discovered last week:

   - Fix for bad debug check when converting secids to secctx"

* tag 'apparmor-pr-2018-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor:
  apparmor: fix bad debug check in apparmor_secid_to_secctx()
2 parent s be65e25 + edf4e7b
Raw File
Tip revision: db44bf4b4768a0664d3c9d9000ecb747de31ded8 authored by Linus Torvalds on 06 September 2018, 16:42:14 UTC
Merge tag 'apparmor-pr-2018-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
Tip revision: db44bf4
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top