1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-22 07:53:11 -05:00
No description
Find a file
Jeff Johnson d46a555d3c siphash: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in lib/siphash_kunit.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Link: https://lkml.kernel.org/r/20240531-md-lib-siphash_kunit-v1-1-38688065b796@quicinc.com
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Cc: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2024-06-24 22:25:07 -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 siphash: add missing MODULE_DESCRIPTION() macro 2024-06-24 22:25:07 -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.