Linux kernel source tree
Find a file
Richard Guy Briggs 42f355ef59 audit: replace magic audit syscall class numbers with macros
Replace audit syscall class magic numbers with macros.

This required putting the macros into new header file
include/linux/audit_arch.h since the syscall macros were
included for both 64 bit and 32 bit in any compat code, causing
redefinition warnings.

Link: https://lore.kernel.org/r/2300b1083a32aade7ae7efb95826e8f3f260b1df.1621363275.git.rgb@redhat.com
Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
[PM: renamed header to audit_arch.h after consulting with Richard]
Signed-off-by: Paul Moore <paul@paul-moore.com>
2021-10-01 16:41:33 -04:00
arch audit: replace magic audit syscall class numbers with macros 2021-10-01 16:41:33 -04:00
block
certs
crypto
Documentation
drivers
fs
include audit: replace magic audit syscall class numbers with macros 2021-10-01 16:41:33 -04:00
init
ipc
kernel audit: replace magic audit syscall class numbers with macros 2021-10-01 16:41:33 -04:00
lib audit: replace magic audit syscall class numbers with macros 2021-10-01 16:41:33 -04:00
LICENSES
mm
net
samples
scripts
security lsm_audit: avoid overloading the "key" audit field 2021-09-19 22:47:04 -04:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS audit: replace magic audit syscall class numbers with macros 2021-10-01 16:41:33 -04:00
Makefile
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.

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.