mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
d1210240af2d33e8da7fba4f06bf5def0aff166c
Leaf changes summary: 1 artifact changed
Changed leaf types summary: 1 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
'struct net_device at netdevice.h:1745:1' changed:
type size hasn't changed
2 data member insertions:
'unsigned char net_device::upper_level', at offset 4864 (in bits) at netdevice.h:1858:1
'unsigned char net_device::lower_level', at offset 4872 (in bits) at netdevice.h:1859:1
there are data member changes:
'unsigned short int net_device::neigh_priv_len' offset changed from 4864 to 4880 (in bits) (by +16 bits)
'unsigned short int net_device::dev_id' offset changed from 4880 to 4896 (in bits) (by +16 bits)
'unsigned short int net_device::dev_port' offset changed from 4896 to 4912 (in bits) (by +16 bits)
485 impacted interfaces:
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I96c809013de429498d44b5be9c124303df6be30d
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%