Linux kernel source tree
Go to file
Al Viro 66635b0776 assorted variants of irqfd setup: convert to CLASS(fd)
in all of those failure exits prior to fdget() are plain returns and
the only thing done after fdput() is (on failure exits) a kfree(),
which can be done before fdput() just fine.

NOTE: in acrn_irqfd_assign() 'fail:' failure exit is wrong for
eventfd_ctx_fileget() failure (we only want fdput() there) and once
we stop doing that, it doesn't need to check if eventfd is NULL or
ERR_PTR(...) there.

NOTE: in privcmd we move fdget() up before the allocation - more
to the point, before the copy_from_user() attempt.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2024-11-03 01:28:07 -05:00
arch convert spu_run(2) 2024-11-03 01:28:07 -05:00
block block-6.12-20241004 2024-10-04 10:43:44 -07:00
certs
crypto
Documentation platform-drivers-x86 for v6.12-2 2024-10-06 11:11:01 -07:00
drivers assorted variants of irqfd setup: convert to CLASS(fd) 2024-11-03 01:28:07 -05:00
fs do_pollfd(): convert to CLASS(fd) 2024-11-03 01:28:07 -05:00
include introduce "fd_pos" class, convert fdget_pos() users to it. 2024-11-03 01:28:06 -05:00
init
io_uring fdget(), trivial conversions 2024-11-03 01:28:06 -05:00
ipc fdget(), more trivial conversions 2024-11-03 01:28:06 -05:00
kernel fdget(), more trivial conversions 2024-11-03 01:28:06 -05:00
lib slab fixes for 6.12-rc1 2024-10-04 12:05:39 -07:00
LICENSES
mm convert cachestat(2) 2024-11-03 01:28:07 -05:00
net fdget(), trivial conversions 2024-11-03 01:28:06 -05:00
rust
samples
scripts kbuild: deb-pkg: Remove blank first line from maint scripts 2024-10-07 02:36:38 +09:00
security fdget(), more trivial conversions 2024-11-03 01:28:06 -05:00
sound sound fixes for 6.12-rc2 2024-10-04 11:29:46 -07:00
tools ARM64: 2024-10-06 10:53:28 -07:00
usr
virt assorted variants of irqfd setup: convert to CLASS(fd) 2024-11-03 01:28:07 -05:00
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS platform-drivers-x86 for v6.12-2 2024-10-06 11:11:01 -07:00
Makefile Linux 6.12-rc2 2024-10-06 15:32:27 -07: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 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.