Go to file
Jerome Marchand 5216b89efa compiler-clang.h: Add __diag infrastructure for clang
Bugzilla: https://bugzilla.redhat.com/2120966

commit f014a00bbeb09cea16017b82448d32a468a6b96f
Author: Nathan Chancellor <nathan@kernel.org>
Date:   Sat Mar 5 04:16:42 2022 +0530

    compiler-clang.h: Add __diag infrastructure for clang

    Add __diag macros similar to those in compiler-gcc.h, so that warnings
    that need to be adjusted for specific cases but not globally can be
    ignored when building with clang.

    Signed-off-by: Nathan Chancellor <nathan@kernel.org>
    Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
    Signed-off-by: Alexei Starovoitov <ast@kernel.org>
    Link: https://lore.kernel.org/bpf/20220304224645.3677453-6-memxor@gmail.com

    [ Kartikeya: wrote commit message ]

Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
2022-10-25 14:57:56 +02:00
Documentation txhash: Add txrehash sysctl description 2022-10-25 14:57:54 +02:00
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes" 2021-07-15 06:31:24 -06:00
arch txhash: Add socket option to control TX hash rethink behavior 2022-10-25 14:57:54 +02:00
block Merge: mm changes through v5.18 for 9.2 2022-10-23 19:49:41 +02:00
certs certs: Move load_certificate_list() to be with the asymmetric keys code 2022-06-23 11:32:02 +01:00
crypto Merge: nvme update to v6.0 2022-10-24 14:28:00 -04:00
drivers bpf: add frags support to the bpf_xdp_adjust_tail() API 2022-10-25 14:57:42 +02:00
fs Merge: mm changes through v5.18 for 9.2 2022-10-23 19:49:41 +02:00
include compiler-clang.h: Add __diag infrastructure for clang 2022-10-25 14:57:56 +02:00
init kbuild: Add CONFIG_PAHOLE_VERSION 2022-10-25 14:57:45 +02:00
ipc mm,hugetlb: remove mlock ulimit for SHM_HUGETLB 2022-10-12 07:27:31 -04:00
kernel bpf: Harden register offset checks for release helpers and kfuncs 2022-10-25 14:57:56 +02:00
lib bpf: Add config to allow loading modules with BTF mismatches 2022-10-25 14:57:51 +02:00
mm Merge: mm changes through v5.18 for 9.2 2022-10-23 19:49:41 +02:00
net bpf, test_run: Fix overflow in XDP frags bpf_test_finish 2022-10-25 14:57:55 +02:00
redhat Disable CONFIG_MODULE_ALLOW_BTF_MISMATCH 2022-10-25 14:57:51 +02:00
samples samples/bpf: Update cpumap/devmap sec_name 2022-10-25 14:57:54 +02:00
scripts scripts/pahole-flags.sh: Parse DWARF and generate BTF with multithreading. 2022-10-25 14:57:51 +02:00
security bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow boolean 2022-10-25 14:57:40 +02:00
sound Merge: dmaengine: Updates for 9.2 2022-10-24 14:28:01 -04:00
tools bpf: Disallow negative offset in check_ptr_off_reg 2022-10-25 14:57:56 +02:00
usr
virt kvm/vfio: Fix potential deadlock problem in vfio 2022-09-14 12:35:49 -06:00
.clang-format clang-format: Update with the latest for_each macro list 2021-05-12 23:32:39 +02:00
.cocciconfig
.get_maintainer.conf get_maintainer.conf: Update with new location of RHMAINTAINERS 2022-01-19 14:26:16 -05:00
.get_maintainer.ignore
.gitattributes gitattributes: Remove unnecesary export restrictions 2021-08-30 10:50:35 -04:00
.gitignore gitlab: Add CI job for packaging scripts 2021-08-30 10:49:13 -04:00
.gitlab-ci.yml CI: Add automotive-check for rt branches 2022-09-22 17:14:55 +02:00
.mailmap mailmap: remove my redhat.com address from RHEL9's .mailmap file 2022-09-26 09:34:38 -04:00
COPYING
CREDITS
Kbuild
Kconfig Introduce CONFIG_RH_DISABLE_DEPRECATED 2021-08-30 10:50:55 -04:00
Kconfig.redhat Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES 2021-08-30 14:29:36 -04:00
MAINTAINERS bpf: Remove Lorenz Bauer from L7 BPF maintainers 2022-10-25 14:57:51 +02:00
Makefile kbuild: expose explicit .symversions targets 2022-08-10 17:01:39 +02:00
Makefile.rhelver [redhat] kernel-5.14.0-179.el9 2022-10-24 15:24:24 -04:00
README
makefile redhat: Change Makefile target names to dist- 2021-08-30 10:50:11 -04:00

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.