No description
Find a file
Pavel Begunkov e276d62dcf net/ulp: remove SOCK_SUPPORT_ZC from tls sockets
Remove SOCK_SUPPORT_ZC when we're setting ulp as it might not support
msghdr::ubuf_info, e.g. like TLS replacing ->sk_prot with a new set of
handlers.

Cc: <stable@vger.kernel.org> # 6.0
Reported-by: Jakub Kicinski <kuba@kernel.org>
Fixes: e993ffe3da ("net: flag sockets supporting msghdr originated zerocopy")
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-10-28 20:21:25 -07:00
arch ARC updates for 6.1 2022-10-26 11:15:00 -07:00
block
certs
crypto
Documentation hardening fixes for v6.1-rc3 2022-10-27 12:31:57 -07:00
drivers net: emaclite: update reset_lock member documentation 2022-10-28 11:39:57 +01:00
fs execve fixes for v6.1-rc3 2022-10-27 13:16:36 -07:00
include net: remove SOCK_SUPPORT_ZC from sockmap 2022-10-28 20:21:25 -07:00
init
io_uring
ipc
kernel
lib Including fixes from 802.15.4 (Zigbee et al.). 2022-10-27 13:36:59 -07:00
LICENSES
mm
net net/ulp: remove SOCK_SUPPORT_ZC from tls sockets 2022-10-28 20:21:25 -07:00
rust
samples
scripts
security
sound
tools Including fixes from 802.15.4 (Zigbee et al.). 2022-10-27 13:36:59 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS enic: MAINTAINERS: Update enic maintainers 2022-10-28 20:20:06 -07:00
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.