Go to file
David Ahern dfff1d5e85 selftests: Fix IPv6 address bind tests
[ Upstream commit 28a2686c185e84b6aa6a4d9c9a972360eb7ca266 ]

IPv6 allows binding a socket to a device then binding to an address
not on the device (__inet6_bind -> ipv6_chk_addr with strict flag
not set). Update the bind tests to reflect legacy behavior.

Fixes: 34d0302ab8 ("selftests: Add ipv6 address bind tests to fcnal-test")
Reported-by: Li Zhijian <lizhijian@fujitsu.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-12-22 09:30:53 +01:00
arch s390/kexec_file: fix error handling when applying relocations 2021-12-22 09:30:53 +01:00
block
certs
crypto
Documentation
drivers net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg 2021-12-22 09:30:53 +01:00
fs ceph: initialize pathlen variable in reconnect_caps_cb 2021-12-22 09:30:52 +01:00
include
init
ipc
kernel audit: improve robustness of the audit queue handling 2021-12-22 09:30:51 +01:00
lib
LICENSES
mm
net inet_diag: fix kernel-infoleak for UDP sockets 2021-12-22 09:30:53 +01:00
samples
scripts recordmcount.pl: look for jgnop instruction as well as bcrl on s390 2021-12-22 09:30:51 +01:00
security
sound
tools selftests: Fix IPv6 address bind tests 2021-12-22 09:30:53 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.