Go to file
Andreas Gruenbacher 15200ea0ff gfs2: gfs2_create_inode error handling fix
[ Upstream commit af4044fd0b ]

When gfs2_create_inode() finds a directory, make sure to return -EISDIR.

Fixes: 571a4b5797 ("GFS2: bugger off early if O_CREAT open finds a directory")
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-06-27 11:04:00 +01:00
arch um: let 'make clean' properly clean underlying SUBARCH as well 2025-06-04 14:37:09 +02:00
block blk-iocost: do not WARN if iocg was already offlined 2025-05-02 07:41:07 +02:00
certs
crypto crypto: algif_hash - fix double free in hash_accept 2025-06-04 14:37:07 +02:00
Documentation x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2 2025-06-04 14:37:02 +02:00
drivers thunderbolt: Do not double dequeue a configuration request 2025-06-27 11:04:00 +01:00
fs gfs2: gfs2_create_inode error handling fix 2025-06-27 11:04:00 +01:00
include tpm: tis: Double the timeout B to 4s 2025-06-04 14:37:09 +02:00
init sched/isolation: Make CONFIG_CPU_ISOLATION depend on CONFIG_SMP 2025-05-02 07:41:19 +02:00
io_uring io_uring: fix possible deadlock in io_register_iowq_max_workers() 2024-11-17 14:59:39 +01:00
ipc
kernel tracing: Fix compilation warning on arm32 2025-06-27 11:03:59 +01:00
lib dql: Fix dql->limit value when reset. 2025-06-04 14:36:59 +02:00
LICENSES
mm mm/page_alloc.c: avoid infinite retries caused by cpuset race 2025-06-04 14:37:08 +02:00
net netfilter: nft_socket: fix sk refcount leaks 2025-06-27 11:04:00 +01:00
samples tracing: samples: Initialize trace_array_printk() with the correct function 2025-06-04 14:36:57 +02:00
scripts kbuild: fix argument parsing in scripts/config 2025-06-04 14:37:00 +02:00
security smack: recognize ipv4 CIPSO w/o categories 2025-06-04 14:37:04 +02:00
sound ALSA: pcm: Fix race of buffer access at PCM OSS layer 2025-06-04 14:37:07 +02:00
tools bpftool: Fix readlink usage in get_fd_type 2025-06-04 14:37:06 +02:00
usr
virt KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() 2024-10-22 15:39:24 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Remove *.orig pattern from .gitignore 2024-10-17 15:07:59 +02:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.10.238 2025-06-04 14:37:09 +02: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.