Go to file
Kemeng Shi d6bbab8f35 flex_proportions: remove unused fprop_local_single
The single variant of flex_proportions is not used.  Simply remove it.

Link: https://lkml.kernel.org/r/20240118201321.759174-1-shikemeng@huaweicloud.com
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2024-02-22 15:38:52 -08:00
Documentation docs: add information about ipc sysctls limitations 2024-02-22 15:38:52 -08:00
LICENSES
arch
block
certs
crypto
drivers bcache: use of hlist_count_nodes() 2024-02-22 15:38:51 -08:00
fs ocfs2: spelling fix 2024-02-22 15:38:51 -08:00
include flex_proportions: remove unused fprop_local_single 2024-02-22 15:38:52 -08:00
init
io_uring
ipc sysctl: allow to change limits for posix messages queues 2024-02-22 15:38:52 -08:00
kernel user_namespace: remove unnecessary NULL values from kbuf 2024-02-22 15:38:52 -08:00
lib flex_proportions: remove unused fprop_local_single 2024-02-22 15:38:52 -08:00
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.