Go to file
Khairul Anuar Romli 1af6d1696c spi: cadence-quadspi: fix cleanup of rx_chan on failure paths
commit 04a8ff1bc3 upstream.

Remove incorrect checks on cqspi->rx_chan that cause driver breakage
during failure cleanup. Ensure proper resource freeing on the success
path when operating in cqspi->use_direct_mode, preventing leaks and
improving stability.

Signed-off-by: Khairul Anuar Romli <khairul.anuar.romli@altera.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://patch.msgid.link/89765a2b94f047ded4f14babaefb7ef92ba07cb2.1751274389.git.khairul.anuar.romli@altera.com
Signed-off-by: Mark Brown <broonie@kernel.org>
[Minor conflict resolved due to code context change.]
Signed-off-by: Ronald Wahl <ronald.wahl@legrand.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-08-01 09:47:33 +01:00
arch ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGS 2025-08-01 09:47:33 +01:00
block block: fix kobject leak in blk_unregister_queue 2025-07-24 08:53:17 +02:00
certs
crypto
Documentation
drivers spi: cadence-quadspi: fix cleanup of rx_chan on failure paths 2025-08-01 09:47:33 +01:00
fs ksmbd: add free_transport ops in ksmbd connection 2025-08-01 09:47:32 +01:00
include sprintf.h requires stdarg.h 2025-08-01 09:47:30 +01:00
init
io_uring io_uring/poll: fix POLLERR handling 2025-07-24 08:53:12 +02:00
ipc
kernel resource: fix false warning in __request_region() 2025-08-01 09:47:31 +01:00
lib
LICENSES
mm mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma 2025-08-01 09:47:31 +01:00
net mptcp: reset fallback status gracefully at disconnect() time 2025-08-01 09:47:32 +01:00
rust
samples
scripts
security
sound ALSA: hda: Add missing NVIDIA HDA codec IDs 2025-08-01 09:47:31 +01:00
tools selftests: mptcp: connect: also cover checksum 2025-08-01 09:47:31 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.6.100 2025-07-24 08:53:22 +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.