Go to file
Jinliang Zheng effcbfb1e5 fs: fix proc_handler for sysctl_nr_open
[ Upstream commit d727935cad ]

Use proc_douintvec_minmax() instead of proc_dointvec_minmax() to handle
sysctl_nr_open, because its data type is unsigned int, not int.

Fixes: 9b80a184ea ("fs/file: more unsigned file descriptors")
Signed-off-by: Jinliang Zheng <alexjlzheng@tencent.com>
Link: https://lore.kernel.org/r/20241124034636.325337-1-alexjlzheng@tencent.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-03-13 12:49:50 +01:00
arch x86/xen: fix SLS mitigation in xen_hypercall_iret() 2025-01-23 17:16:04 +01:00
block block, bfq: fix waker_bfqq UAF after bfq_split_bfqq() 2025-01-23 17:15:55 +01:00
certs
crypto crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSY 2024-12-14 19:50:44 +01:00
Documentation dt-bindings: display: adi,adv7533: Drop single lane support 2025-01-09 13:28:50 +01:00
drivers drm/v3d: Assign job pointer to NULL before signaling the fence 2025-02-01 18:24:02 +01:00
fs fs: fix proc_handler for sysctl_nr_open 2025-03-13 12:49:50 +01:00
include fs: move fs stat sysctls to file_table.c 2025-03-13 12:49:50 +01:00
init initramfs: avoid filename buffer overrun 2024-12-14 19:50:42 +01:00
io_uring io_uring: fix possible deadlock in io_register_iowq_max_workers() 2024-11-17 15:06:25 +01:00
ipc
kernel fs: move fs stat sysctls to file_table.c 2025-03-13 12:49:50 +01:00
lib lib: stackinit: hide never-taken branch from compiler 2025-01-09 13:28:41 +01:00
LICENSES
mm filemap: avoid truncating 64-bit offset to 32 bits 2025-01-23 17:16:01 +01:00
net ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find() 2025-02-01 18:24:01 +01:00
samples samples/bpf: Fix a resource leak 2024-12-14 19:51:36 +01:00
scripts scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivity 2025-01-23 17:15:52 +01:00
security selinux: ignore unknown extended permissions 2025-01-09 13:28:42 +01:00
sound ALSA: usb-audio: Add delay quirk for USB Audio Device 2025-02-01 18:24:02 +01:00
tools objtool/x86: allow syscall instruction 2024-12-19 18:07:22 +01:00
usr
virt KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() 2024-10-22 15:40:41 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Remove *.orig pattern from .gitignore 2024-10-17 15:11:10 +02:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS trace: Relocate event helper files 2024-04-10 16:19:24 +02:00
Makefile Linux 5.15.178 2025-02-01 18:24:02 +01:00
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.