Go to file
Geliang Tang 757c828ce9 selftests: mptcp: update userspace pm test helpers
This patch adds a new argument namespace to userspace_pm_add_addr() and
userspace_pm_add_sf() to make these two helper more versatile.

Add two more versatile helpers for userspace pm remove subflow or address:
userspace_pm_rm_addr() and userspace_pm_rm_sf(). The original test helpers
userspace_pm_rm_sf_addr_ns1() and userspace_pm_rm_sf_addr_ns2() can be
replaced by these new helpers.

Reviewed-by: Matthieu Baerts <matttbe@kernel.org>
Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Signed-off-by: Mat Martineau <martineau@kernel.org>
Link: https://lore.kernel.org/r/20231128-send-net-next-2023107-v4-4-8d6b94150f6b@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-11-29 20:06:17 -08:00
Documentation dt-bindings: marvell: Add Marvell MV88E6060 DSA schema 2023-11-29 19:37:21 -08:00
LICENSES
arch LoongArch fixes for v6.7-rc3 2023-11-22 10:20:17 -08:00
block
certs
crypto
drivers mlxsw: spectrum: Use CFF mode where available 2023-11-29 20:03:25 -08:00
fs Changes since last update: 2023-11-21 11:45:48 -08:00
include mptcp: add mptcpi_subflows_total counter 2023-11-29 20:06:17 -08:00
init
io_uring
ipc
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2023-11-23 12:20:58 -08:00
lib Merge branch 'firmware_loader' 2023-11-24 18:11:55 -08:00
mm mm/page_pool: catch page_pool memory leaks 2023-11-26 15:15:59 +00:00
net mptcp: add mptcpi_subflows_total counter 2023-11-29 20:06:17 -08:00
rust
samples
scripts Kbuild fixes for v6.7 2023-11-19 13:54:28 -08:00
security
sound
tools selftests: mptcp: update userspace pm test helpers 2023-11-29 20:06:17 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dt-bindings: marvell: Add Marvell MV88E6060 DSA schema 2023-11-29 19:37:21 -08:00
Makefile Linux 6.7-rc2 2023-11-19 15:02:14 -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 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.