Leaf changes summary: 4 artifacts changed Changed leaf types summary: 2 leaf types changed Removed/Changed/Added functions summary: 0 Removed, 2 Changed, 0 Added function Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 2 functions with some sub-type change: [C]'function int fib_add_nexthop(sk_buff*, const fib_nh_common*, int)' at fib_semantics.c:1656:1 has some sub-type changes: parameter 4 of type 'typedef u8' was added [C]'function int fib_nexthop_info(sk_buff*, const fib_nh_common*, unsigned char*, bool)' at fib_semantics.c:1584:1 has some sub-type changes: parameter 5 of type 'typedef bool' was added parameter 4 of type 'typedef bool' changed: entity changed from 'typedef bool' to 'unsigned char*' type size changed from 8 to 64 (in bits) 'struct xfrm_if at xfrm.h:991:1' changed: type size changed from 512 to 320 (in bits) 1 data member deletion: 'net_device* xfrm_if::phydev', at offset 128 (in bits) at xfrm.h:994:1 there are data member changes: 'net* xfrm_if::net' offset changed from 192 to 128 (in bits) (by -64 bits) type 'struct xfrm_if_parms' of 'xfrm_if::p' changed: type size changed from 192 to 64 (in bits) 1 data member deletion: 'char xfrm_if_parms::name[16]', at offset 0 (in bits) at xfrm.h:986:1 there are data member changes: 'int xfrm_if_parms::link' offset changed from 128 to 0 (in bits) (by -128 bits) 'u32 xfrm_if_parms::if_id' offset changed from 160 to 32 (in bits) (by -128 bits) one impacted interface: function void xfrm_if_register_cb(const xfrm_if_cb*), offset changed from 256 to 192 (in bits) (by -64 bits), size changed from 192 to 64 (in bits) (by -128 bits) 'gro_cells xfrm_if::gro_cells' offset changed from 448 to 256 (in bits) (by -192 bits) one impacted interface: function void xfrm_if_register_cb(const xfrm_if_cb*) 'struct xfrm_if_parms at xfrm.h:985:1' changed: details were reported earlier Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: If6b58c75efce9cec5d43b5e57c4bbe4f2ca85729 |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
LICENSES | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.clang-format | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
abi_gki_aarch64.xml | ||
build.config.aarch64 | ||
build.config.allmodconfig | ||
build.config.allmodconfig.aarch64 | ||
build.config.allmodconfig.x86_64 | ||
build.config.common | ||
build.config.gki | ||
build.config.gki.aarch64 | ||
build.config.gki.x86_64 | ||
build.config.x86_64 | ||
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.