Linux kernel source tree
Go to file
Stephen Suryaputra ed0de45a10 ipv4: recompile ip options in ipv4_link_failure
Recompile IP options since IPCB may not be valid anymore when
ipv4_link_failure is called from arp_error_report.

Refer to the commit 3da1ed7ac3 ("net: avoid use IPCB in cipso_v4_error")
and the commit before that (9ef6b42ad6) for a similar issue.

Signed-off-by: Stephen Suryaputra <ssuryaextr@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-04-12 17:23:46 -07:00
arch xtensa fixes for v5.1-rc5 2019-04-08 17:04:42 -10:00
block
certs
crypto
Documentation rxrpc: Make rxrpc_kernel_check_life() indicate if call completed 2019-04-12 16:57:23 -07:00
drivers qede: fix write to free'd pointer error and double free of ptp 2019-04-12 16:55:47 -07:00
fs afs: Check for rxrpc call completion in wait loop 2019-04-12 16:57:23 -07:00
include rxrpc: Make rxrpc_kernel_check_life() indicate if call completed 2019-04-12 16:57:23 -07:00
init
ipc
kernel
lib
LICENSES
mm slab: fix a crash by reading /proc/slab_allocators 2019-04-07 19:23:12 -10:00
net ipv4: recompile ip options in ipv4_link_failure 2019-04-12 17:23:46 -07:00
samples
scripts
security KEYS: trusted: fix -Wvarags warning 2019-04-08 15:58:54 -07:00
sound
tools selftests: fib_tests: Fix 'Command line is not complete' errors 2019-04-11 14:17:59 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2019-04-08 17:10:46 -10:00
Makefile Linux 5.1-rc4 2019-04-07 14:09:59 -10: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.

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.