Go to file
Donald Dutile 02cb936e5b modpost: squash report_extable_warnings() into extable_mismatch_handler()
JIRA: https://issues.redhat.com/browse/RHEL-28063

commit faee9defd8fc376864efb39b87d59f667deeb488
Author: Masahiro Yamada <masahiroy@kernel.org>
Date:   Mon May 15 00:27:22 2023 +0900

    modpost: squash report_extable_warnings() into extable_mismatch_handler()

    Collect relevant code into one place to clarify all the cases are
    covered by 'if () ... else if ... else ...'.

    Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
    Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>

Signed-off-by: Donald Dutile <ddutile@redhat.com>
2024-06-17 14:17:26 -04:00
Documentation module: add debugging auto-load duplicate module support 2024-06-17 14:17:26 -04:00
LICENSES
arch ARM: dyndbg: allow including dyndbg.h in decompressor 2024-06-17 14:17:23 -04:00
block blk-cgroup: Properly propagate the iostat update up the hierarchy 2024-06-07 09:11:13 +08:00
certs
crypto crypto: pcrypt - Fix hungtask for PADATA_RESET 2024-05-29 13:20:49 +08:00
drivers dyndbg: cleanup dynamic usage in ib_srp.c 2024-06-17 14:17:23 -04:00
fs Merge: gfs2: Fix glock shrinker 2024-06-12 13:28:35 +00:00
include module: Ignore L0 and rename is_arm_mapping_symbol() 2024-06-17 14:17:25 -04:00
init kallsyms: Add self-test facility 2024-06-17 14:17:22 -04:00
io_uring use less confusing names for iov_iter direction initializers 2024-05-15 13:56:26 +08:00
ipc Merge: ipc/msg: mitigate the lock contention in ipc/msg 2024-05-16 13:29:40 +00:00
kernel module: include internal.h in module/dups.c 2024-06-17 14:17:26 -04:00
lib dyndbg: cleanup dynamic usage in ib_srp.c 2024-06-17 14:17:23 -04:00
mm Merge: mm/hugetlb: fix missing hugetlb_lock for resv uncharge 2024-06-12 13:32:08 +00:00
net net/smc: avoid data corruption caused by decline 2024-06-13 10:02:17 +00:00
redhat module: add debug stats to help identify memory pressure 2024-06-17 14:17:25 -04:00
samples kmemleak-test: fix kmemleak_test.c build logic 2024-04-30 07:00:50 -04:00
scripts modpost: squash report_extable_warnings() into extable_mismatch_handler() 2024-06-17 14:17:26 -04:00
security Merge: mm: update to 6.3 2024-05-13 12:46:48 +00:00
sound Merge DRM changes from upstream v6.7..v6.8 2024-06-11 06:44:18 +10:00
tools kallsyms: increase maximum kernel symbol length to 512 2024-06-17 14:17:21 -04:00
usr kexec.h: add linux/kexec.h to UAPI compile-test coverage 2024-05-15 13:58:51 +08:00
virt KVM: Drop unused @may_block param from gfn_to_pfn_cache_invalidate_start() 2024-05-13 23:58:51 -04:00
.clang-format printk: Prepare for SRCU console list protection 2024-05-09 11:25:16 -04:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore redhat: rhdocs: delete .get_maintainer.conf 2024-06-06 09:36:57 -04:00
.gitlab-ci.yml
.mailmap
COPYING
CREDITS MAINTAINERS: Drop Gustavo Pimentel as PCI DWC Maintainer 2024-05-13 15:56:48 -06:00
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS module: Move kdb module related code out of main kdb code 2024-06-17 14:17:13 -04:00
Makefile Merge DRM changes from upstream v6.8..v6.9 2024-06-11 06:44:19 +10:00
Makefile.rhelver [redhat] kernel-5.14.0-464.el9 2024-06-13 13:20:10 +00:00
README
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.