Linux kernel source tree
Find a file
Peter Zijlstra cb9010f87d x86/ibt: Ensure module init/exit points have references
Since the references to the module init/exit points only have external
references, a module LTO run will consider them 'unused' and seal
them, leading to an immediate fail on module load.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Link: https://lore.kernel.org/r/20220308154319.113767246@infradead.org
2022-03-15 10:32:42 +01:00
arch x86/ibt: Dont generate ENDBR in .discard.text 2022-03-15 10:32:42 +01:00
block
certs
crypto
Documentation
drivers
fs
include x86/ibt: Ensure module init/exit points have references 2022-03-15 10:32:42 +01:00
init
ipc
kernel x86/ibt,kprobes: Cure sym+0 equals fentry woes 2022-03-15 10:32:38 +01:00
lib
LICENSES
mm
net
samples x86/ibt,ftrace: Add ENDBR to samples/ftrace 2022-03-15 10:32:38 +01:00
scripts
security
sound
tools x86/ibt: Add ANNOTATE_NOENDBR 2022-03-15 10:32:33 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.