No description
Find a file
Ilya Dryomov fd1a154cad libceph: make sure our addr->port is zero and addr->nonce is non-zero
Our messenger instance addr->port is normally zero -- anything else is
nonsensical because as a client we connect to multiple servers and don't
listen on any port.  However, a user can supply an arbitrary addr:port
via ip option and the port is currently preserved.  Zero it.

Conversely, make sure our addr->nonce is non-zero.  A zero nonce is
special: in combination with a zero port, it is used to blocklist the
entire ip.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2020-12-14 23:21:49 +01:00
arch A set of x86 and membarrier fixes: 2020-12-13 11:31:19 -08:00
block
certs
crypto
Documentation
drivers block-5.10-2020-12-12 2020-12-13 10:36:23 -08:00
fs ceph: implement updated ceph_mds_request_head structure 2020-12-14 23:21:48 +01:00
include libceph: drop msg->ack_stamp field 2020-12-14 23:21:49 +01:00
init
ipc
kernel A set of x86 and membarrier fixes: 2020-12-13 11:31:19 -08:00
lib
LICENSES
mm
net libceph: make sure our addr->port is zero and addr->nonce is non-zero 2020-12-14 23:21:49 +01:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.10 2020-12-13 14:41:30 -08: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 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.