Go to file
Roman Mashak 4305274153 net sched actions: avoid bitwise operation on signed value in pedit
Since char can be unsigned or signed, and bitwise operators may have
implementation-dependent results when performed on signed operands,
declare 'u8 *' operand instead.

Suggested-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-06-28 22:12:03 +09:00
arch arm64: dts: fsl: move ptp timer out of fman 2018-06-26 22:15:14 +09:00
block
certs
crypto
Documentation dt-binding: ptp_qoriq: add DPAA FMan support 2018-06-26 22:15:14 +09:00
drivers net: phy: xgmiitorgmii: Check read_status results 2018-06-28 16:12:06 +09:00
firmware
fs
include net sched actions: fix coding style in pedit headers 2018-06-28 22:12:03 +09:00
init
ipc
kernel Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-06-24 20:29:15 +08:00
lib netlink: Return extack message if attribute validation fails 2018-06-28 16:18:04 +09:00
LICENSES
mm
net net sched actions: avoid bitwise operation on signed value in pedit 2018-06-28 22:12:03 +09:00
samples
scripts
security
sound
tools selftests: rtnetlink: add ipsec offload API test 2018-06-28 16:10:08 +09:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net 2018-06-26 08:07:17 +09:00
Makefile Linux 4.18-rc2 2018-06-24 20:54:29 +08:00
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.