Go to file
Vinay Kumar Yadav 8d5a9dbd21 ch_ktls: Fix kernel panic
commit 1a73e427b824133940c2dd95ebe26b6dce1cbf10 upstream.

Taking page refcount is not ideal and causes kernel panic
sometimes. It's better to take tx_ctx lock for the complete
skb transmit, to avoid page cleanup if ACK received in middle.

Fixes: 5a4b9fe7fe ("cxgb4/chcr: complete record tx handling")
Signed-off-by: Vinay Kumar Yadav <vinay.yadav@chelsio.com>
Signed-off-by: Rohit Maheshwari <rohitm@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-04-21 13:00:58 +02:00
arch ia64: remove duplicate entries in generic_defconfig 2021-04-21 13:00:57 +02:00
block
certs
crypto
Documentation
drivers ch_ktls: Fix kernel panic 2021-04-21 13:00:58 +02:00
fs
include netfilter: arp_tables: add pre_exit hook for table unregister 2021-04-21 13:00:56 +02:00
init
ipc
kernel
lib
LICENSES
mm mm: ptdump: fix build failure 2021-04-21 13:00:57 +02:00
net ethtool: pause: make sure we init driver stats 2021-04-21 13:00:57 +02:00
samples
scripts
security
sound
tools ia64: tools: remove inclusion of ia64-specific version of errno.h header 2021-04-21 13:00:57 +02: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.