No description
Find a file
Stefano Garzarella 770ce0078c vsock_test: wait for the remote to close the connection
Before check if a send returns -EPIPE, we need to make sure the
connection is closed.
To do that, we use epoll API to wait EPOLLRDHUP or EPOLLHUP events
on the socket.

Reported-by: Jorgen Hansen <jhansen@vmware.com>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-12-20 21:09:21 -08:00
arch MIPS: ath79: ar9331: add ar9331-switch node 2019-12-20 17:05:47 -08:00
block
certs
crypto
Documentation dt-bindings: net: dsa: qca, ar9331 switch documentation 2019-12-20 17:05:47 -08:00
drivers net: dsa: add support for Atheros AR9331 built-in switch 2019-12-20 17:05:47 -08:00
fs
include net: dsa: add support for Atheros AR9331 TAG format 2019-12-20 17:05:47 -08:00
init
ipc
kernel
lib
LICENSES
mm
net net: dsa: add support for Atheros AR9331 TAG format 2019-12-20 17:05:47 -08:00
samples
scripts
security
sound
tools vsock_test: wait for the remote to close the connection 2019-12-20 21:09:21 -08: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.