Go to file
Thomas Fourier 694e78d3a3 atm: idt77252: Add missing dma_map_error()
[ Upstream commit c489096335 ]

The DMA map functions can fail and should be tested for errors.

Signed-off-by: Thomas Fourier <fourier.thomas@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250624064148.12815-3-fourier.thomas@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-07-17 18:27:59 +02:00
arch x86/mce: Make sure CMCI banks are cleared during shutdown on Intel 2025-07-17 18:27:57 +02:00
block
certs
crypto
Documentation x86/its: Add "vmexit" option to skip mitigation on some CPUs 2025-07-17 18:27:56 +02:00
drivers atm: idt77252: Add missing dma_map_error() 2025-07-17 18:27:59 +02:00
fs fs/proc: do_task_stat: use __for_each_thread() 2025-07-17 18:27:54 +02:00
include drm/sched: Increment job count before swapping tail spsc queue 2025-07-17 18:27:57 +02:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net net: appletalk: Fix device refcount leak in atrtr_create() 2025-07-17 18:27:58 +02:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.