Linux kernel source tree
Go to file
Geliang Tang 45bcc03465 selftests: mptcp: diag: return KSFT_FAIL not test_cnt
The test counter 'test_cnt' should not be returned in diag.sh, e.g. what
if only the 4th test fail? Will do 'exit 4' which is 'exit ${KSFT_SKIP}',
the whole test will be marked as skipped instead of 'failed'!

So we should do ret=${KSFT_FAIL} instead.

Fixes: df62f2ec3d ("selftests/mptcp: add diag interface tests")
Cc: stable@vger.kernel.org
Fixes: 42fb6cddec ("selftests: mptcp: more stable diag tests")
Signed-off-by: Geliang Tang <tanggeliang@kylinos.cn>
Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-03-04 13:05:15 +00:00
Documentation dt-bindings: net: renesas,ethertsn: Document default for delays 2024-03-01 08:32:33 +00:00
LICENSES
arch
block
certs
crypto
drivers geneve: make sure to pull inner header in geneve_rx() 2024-03-04 09:59:33 +00:00
fs
include tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string 2024-03-04 09:35:54 +00:00
init
io_uring
ipc
kernel
lib Including fixes from bluetooth, WiFi and netfilter. 2024-02-29 12:40:20 -08:00
mm
net page_pool: fix netlink dump stop/resume 2024-03-04 10:12:59 +00:00
rust
samples
scripts
security Landlock fix for v6.8-rc7 2024-02-29 12:29:23 -08:00
sound
tools selftests: mptcp: diag: return KSFT_FAIL not test_cnt 2024-03-04 13:05:15 +00:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: net: netsec: add myself as co-maintainer 2024-03-01 10:33:20 +00:00
Makefile
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.