Main-line Linux kernel tree http://www.kernel.org
Go to file
Matt Johnston a58893aa17 net: mctp: Fix bad kfree_skb in bind lookup test
The kunit test's skb_pkt is consumed by mctp_dst_input() so shouldn't be
freed separately.

Fixes: e6d8e7dbc5 ("net: mctp: Add bind lookup test")
Reported-by: Alexandre Ghiti <alex@ghiti.fr>
Closes: https://lore.kernel.org/all/734b02a3-1941-49df-a0da-ec14310d41e4@ghiti.fr/
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
Tested-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Link: https://patch.msgid.link/20250812-fix-mctp-bind-test-v1-1-5e2128664eb3@codeconstruct.com.au
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-08-13 17:07:34 -07:00
arch riscv: dts: thead: Add APB clocks for TH1520 GMACs 2025-08-12 12:52:21 +02:00
block
certs
crypto
Documentation docs: Fix name for net.ipv4.udp_child_hash_entries 2025-08-12 13:03:13 +02:00
drivers ptp: prevent possible ABBA deadlock in ptp_clock_freerun() 2025-08-12 14:17:35 -07:00
fs for-6.17-fix-tag 2025-08-06 15:52:56 +03:00
include ipvs: Fix estimator kthreads preferred affinity 2025-08-13 08:34:33 +02:00
init
io_uring
ipc
kernel ipvs: Fix estimator kthreads preferred affinity 2025-08-13 08:34:33 +02:00
lib ref_tracker: use %p instead of %px in debugfs dentry name 2025-08-11 20:07:44 -07:00
LICENSES
mm Significant patch series in this pull request: 2025-08-05 16:02:07 +03:00
net net: mctp: Fix bad kfree_skb in bind lookup test 2025-08-13 17:07:34 -07:00
rust
samples
scripts Kbuild updates for v6.17 2025-08-06 07:32:52 +03:00
security
sound
tools selftests: tls: test TCP stealing data from under the TLS socket 2025-08-12 18:59:06 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS Kbuild updates for v6.17 2025-08-06 07:32:52 +03:00
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Remove bouncing T7XX reviewer 2025-08-11 20:04:36 -07:00
Makefile Kbuild updates for v6.17 2025-08-06 07:32:52 +03: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.