Linux kernel source tree
Go to file
Jeff Johnson e471831be2 kunit/fortify: add missing MODULE_DESCRIPTION() macros
make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in lib/memcpy_kunit.o
WARNING: modpost: missing MODULE_DESCRIPTION() in lib/fortify_kunit.o

Add the missing invocations of the MODULE_DESCRIPTION() macro.

Link: https://lkml.kernel.org/r/20240531-md-lib-fortify_source-v1-1-2c37f7fbaafc@quicinc.com
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Cc: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2024-06-24 22:25:05 -07:00
arch
block
certs
crypto
Documentation
drivers bcache: remove heap-related macros and switch to generic min_heap 2024-06-24 22:25:00 -07:00
fs bcachefs: remove heap-related macros and switch to generic min_heap 2024-06-24 22:25:00 -07:00
include kernel/panic: add verbose logging of kernel taints in backtraces 2024-06-24 22:25:05 -07:00
init
io_uring
ipc
kernel kernel/panic: add verbose logging of kernel taints in backtraces 2024-06-24 22:25:05 -07:00
lib kunit/fortify: add missing MODULE_DESCRIPTION() macros 2024-06-24 22:25:05 -07:00
LICENSES
mm
net
rust
samples
scripts scripts/decode_stacktrace.sh: better support to ARM32 module stack trace 2024-06-24 22:25:00 -07:00
security
sound
tools tools/lib/list_sort: remove redundant code for cond_resched handling 2024-06-24 22:25:04 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS cpumask: split out include/linux/cpumask_types.h 2024-06-24 22:25:01 -07: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 reStructuredText 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.