Linux kernel source tree
Go to file
Matthieu Baerts (NGI0) 852b644acb selftests: mptcp: join: properly kill background tasks
The 'run_tests' function is executed in the background, but killing its
associated PID would not kill the children tasks running in the
background.

To properly kill all background tasks, 'kill -- -PID' could be used, but
this requires kill from procps-ng. Instead, all children tasks are
listed using 'ps', and 'kill' is called with all PIDs of this group.

Fixes: 31ee4ad86a ("selftests: mptcp: join: stop transfer when check is done (part 1)")
Cc: stable@vger.kernel.org
Fixes: 04b57c9e09 ("selftests: mptcp: join: stop transfer when check is done (part 2)")
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20251110-net-mptcp-sft-join-unstable-v1-6-a4332c714e10@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-11-11 17:49:49 -08:00
Documentation docs: netlink: Couple of intro-specs documentation fixes 2025-11-06 14:50:59 -08:00
LICENSES
arch Rust fixes for v6.18 2025-11-05 11:15:36 -08:00
block block-6.18-20251031 2025-10-31 12:57:19 -07:00
certs
crypto
drivers bluetooth pull request for net: 2025-11-11 17:43:32 -08:00
fs for-6.18-rc4-tag 2025-11-04 14:25:38 +09:00
include bluetooth pull request for net: 2025-11-11 17:43:32 -08:00
init
io_uring
ipc
kernel bpf-fixes 2025-10-31 18:22:26 -07:00
lib Second round of Kbuild fixes for 6.19 2025-11-01 10:00:53 -07:00
mm
net bluetooth pull request for net: 2025-11-11 17:43:32 -08:00
rust rust: kbuild: workaround `rustdoc` doctests modifier bug 2025-11-04 00:00:06 +01:00
samples
scripts kconfig/nconf: Initialize the default locale at startup 2025-11-01 00:23:22 -04:00
security
sound ASoC: Fixes for v6.18 2025-10-30 13:08:08 +01:00
tools selftests: mptcp: join: properly kill background tasks 2025-11-11 17:49:49 -08:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap linux_kselftest-kunit-fixes-6.18-rc4 2025-10-30 19:11:27 -07:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Including fixes from bluetooth and wireless. 2025-11-06 08:52:30 -08:00
Makefile Linux 6.18-rc4 2025-11-02 11:28:02 -08:00
README

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.