No description
Find a file
Bart Van Assche 12c36dcfd6 net/smc: Remove a WARN_ON() statement
Remove a WARN_ON() statement that verifies something that is guaranteed
by the RDMA API, namely that the failed_wr pointer is not touched if an
ib_post_send() call succeeds and that it points at the failed wr if an
ib_post_send() call fails.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Acked-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2018-07-24 16:06:37 -06:00
arch
block
certs
crypto
Documentation
drivers nvmet-rdma: Simplify ib_post_(send|recv|srq_recv)() calls 2018-07-24 16:06:36 -06:00
firmware
fs fs/cifs: Simplify ib_post_(send|recv|srq_recv)() calls 2018-07-24 16:06:36 -06:00
include IB/core: Allow ULPs to specify NULL as the third ib_post_(send|recv|srq_recv)() argument 2018-07-24 16:06:36 -06:00
init
ipc
kernel
lib
LICENSES
mm
net net/smc: Remove a WARN_ON() statement 2018-07-24 16:06:37 -06:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Remove Dave Goodell from the usnic RDMA driver maintainer list 2018-07-23 15:41:18 -06: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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.