No description
Find a file
Gerd Rausch 9547dff108 net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been successful
Fix a bug where fr_state first goes to FRMR_IS_STALE, because of a failure
of operation IB_WR_LOCAL_INV, but then gets set back to "FRMR_IS_FREE"
uncoditionally, even though the operation failed.

Signed-off-by: Gerd Rausch <gerd.rausch@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-07-17 12:06:52 -07:00
arch powerpc updates for 5.3 2019-07-13 16:08:36 -07:00
block
certs
crypto
Documentation bonding: add documentation for peer_notif_delay 2019-07-13 19:29:21 -07:00
drivers caif-hsi: fix possible deadlock in cfhsi_exit_module() 2019-07-17 11:58:56 -07:00
fs
include fix: taprio: Change type of txtime-delay parameter to u32 2019-07-16 14:19:19 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been successful 2019-07-17 12:06:52 -07:00
samples
scripts powerpc updates for 5.3 2019-07-13 16:08:36 -07:00
security
sound
tools powerpc updates for 5.3 2019-07-13 16:08:36 -07: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.