Go to file
Chuck Lever 2b6da3fa94 shmem: Fix shmem_rename2()
[ Upstream commit ad191eb6d6 ]

When renaming onto an existing directory entry, user space expects
the replacement entry to have the same directory offset as the
original one.

Link: https://gitlab.alpinelinux.org/alpine/aports/-/issues/15966
Fixes: a2e459555c ("shmem: stable directory offsets")
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Link: https://lore.kernel.org/r/20240415152057.4605-4-cel@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-02-01 18:37:53 +01:00
Documentation
LICENSES
arch x86/xen: fix SLS mitigation in xen_hypercall_iret() 2025-01-23 17:21:19 +01:00
block
certs
crypto
drivers RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop 2025-02-01 18:37:52 +01:00
fs shmem: Fix shmem_rename2() 2025-02-01 18:37:53 +01:00
include libfs: Add simple_offset_rename() API 2025-02-01 18:37:53 +01:00
init
io_uring
ipc
kernel
lib
mm libfs: Add simple_offset_rename() API 2025-02-01 18:37:53 +01:00
net ipv6: Fix soft lockups in fib6_select_path under high next hop churn 2025-02-01 18:37:52 +01:00
rust
samples
scripts
security
sound ASoC: samsung: Add missing depends on I2C 2025-02-01 18:37:52 +01:00
tools ipv6: Fix soft lockups in fib6_select_path under high next hop churn 2025-02-01 18:37:52 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.6.74 2025-01-23 17:21:19 +01:00
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.