Linux kernel source tree
Go to file
Eddie James a0ffa68c70 net/ncsi: Disable the ncsi work before freeing the associated structure
The work function can run after the ncsi device is freed, resulting
in use-after-free bugs or kernel panic.

Fixes: 2d283bdd07 ("net/ncsi: Resource management")
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://patch.msgid.link/20240925155523.1017097-1-eajames@linux.ibm.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2024-10-03 10:14:14 +02:00
arch Char/Misc and other driver changes for 6.12-rc1 2024-09-26 10:13:08 -07:00
block for-6.12/block-20240925 2024-09-25 14:56:40 -07:00
certs
crypto
Documentation Including fixes from netfilter. 2024-09-26 10:27:10 -07:00
drivers net: phy: qt2025: Fix warning: unused import DeviceId 2024-10-02 17:44:00 -07:00
fs 12 smb3 client fixes, and also an important netfs fix for cifs mtime write regression 2024-09-26 09:20:19 -07:00
include net: test for not too small csum_start in virtio_net_hdr_to_skb() 2024-10-02 17:21:59 -07:00
init Rust changes for v6.12 2024-09-25 10:25:40 -07:00
io_uring
ipc
kernel Probes updates for v6.12: 2024-09-26 08:55:36 -07:00
lib for-6.12/block-20240925 2024-09-25 14:56:40 -07:00
LICENSES
mm memblock: updates for 6.12-rc1 2024-09-25 11:35:19 -07:00
net net/ncsi: Disable the ncsi work before freeing the associated structure 2024-10-03 10:14:14 +02:00
rust Rust changes for v6.12 2024-09-25 10:25:40 -07:00
samples
scripts Char/Misc and other driver changes for 6.12-rc1 2024-09-26 10:13:08 -07:00
security bpf-next-6.12-struct-fd 2024-09-24 14:54:26 -07:00
sound
tools selftests: rds: move include.sh to TEST_FILES 2024-10-02 17:22:49 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore Kbuild updates for v6.12 2024-09-24 13:02:06 -07:00
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Including fixes from netfilter. 2024-09-26 10:27:10 -07:00
Makefile Rust changes for v6.12 2024-09-25 10:25:40 -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.