No description
Find a file
Julian Wiedmann 54daaca702 s390/qeth: cancel cmd on early error
When sending cmds via qeth_send_control_data(), qeth puts the request
on the IO channel and then blocks on the reply object until the response
has been received.

If the IO completes with error, there will never be a response and we
block until the reply-wait hits its timeout. For this case, connect the
request buffer to its reply object, so that we can immediately cancel
the wait.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-02-12 13:14:24 -05:00
arch
block
certs
crypto
Documentation dt-binding: ptp_qoriq: add little-endian support 2019-02-12 12:58:48 -05:00
drivers s390/qeth: cancel cmd on early error 2019-02-12 13:14:24 -05:00
firmware
fs
include ptp_qoriq: fix register memory map 2019-02-12 12:58:48 -05:00
init
ipc
kernel
lib
LICENSES
mm
net net/tls: Do not use async crypto for non-data records 2019-02-12 12:35:14 -05:00
samples
scripts
security
sound
tools selftests: mlxsw: avoid double sourcing of lib.sh 2019-02-12 12:03:29 -05:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add enetc_ptp driver into QorIQ PTP list 2019-02-12 12:58:48 -05: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.