Linux kernel source tree for SHARP Brain series (PW-SH1 or later)
Go to file
Bart Van Assche 4eefd62c17 include/rdma/opa_addr.h: Fix an endianness issue
IB_MULTICAST_LID_BASE is defined as follows:

  #define IB_MULTICAST_LID_BASE   cpu_to_be16(0xC000)

Hence use be16_to_cpu() to convert it to CPU endianness. Compile-tested
only.

Fixes: af808ece5c ("IB/SA: Check dlid before SA agent queries for ClassPortInfo")
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Venkata Sandeep Dhanalakota <venkata.s.dhanalakota@intel.com>
Cc: Mike Marciniszyn <mike.marciniszyn@intel.com>
Cc: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2018-07-03 14:11:34 -06:00
Documentation for-linus-20180616 2018-06-17 05:37:55 +09:00
LICENSES
arch
block for-linus-20180616 2018-06-17 05:37:55 +09:00
certs
crypto
drivers IB: Improve uverbs_cleanup_ucontext algorithm 2018-06-29 14:35:46 -06:00
firmware
fs IB/core: add max_send_sge and max_recv_sge attributes 2018-06-18 13:17:28 -06:00
include include/rdma/opa_addr.h: Fix an endianness issue 2018-07-03 14:11:34 -06:00
init
ipc
kernel
lib
mm
net IB/core: add max_send_sge and max_recv_sge attributes 2018-06-18 13:17:28 -06:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update SRP entries 2018-06-25 14:41:17 -06:00
Makefile Linux 4.18-rc1 2018-06-17 08:04:49 +09:00
README

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.