https://github.com/torvalds/linux
Revision 86aea56f14929ff1c05eca1776e9068e907429d5 authored by Christos Gkekas on 08 July 2017, 19:50:21 UTC, committed by John Johansen on 22 September 2017, 20:00:57 UTC
verify_header() is currently checking whether interface version is less
than 5 *and* greater than 7, which always evaluates to false. Instead it
should check whether it is less than 5 *or* greater than 7.

Signed-off-by: Christos Gkekas <chris.gekas@gmail.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
1 parent 19fe43a
Raw File
Tip revision: 86aea56f14929ff1c05eca1776e9068e907429d5 authored by Christos Gkekas on 08 July 2017, 19:50:21 UTC
apparmor: Fix logical error in verify_header()
Tip revision: 86aea56
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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