mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
614e6fe65246fef2b84821b6351ccfe1ba240523
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 in_device at inetdevice.h:25:1' changed:
type size changed from 2688 to 2816 (in bits)
2 data member insertions:
'unsigned long int in_device::mr_qi', at offset 640 (in bits) at inetdevice.h:40:1
'unsigned long int in_device::mr_qri', at offset 704 (in bits) at inetdevice.h:41:1
there are data member changes:
'unsigned char in_device::mr_qrv' offset changed from 640 to 768 (in bits) (by +128 bits)
'unsigned char in_device::mr_gq_running' offset changed from 648 to 776 (in bits) (by +128 bits)
'unsigned char in_device::mr_ifc_count' offset changed from 656 to 784 (in bits) (by +128 bits)
'timer_list in_device::mr_gq_timer' offset changed from 704 to 832 (in bits) (by +128 bits)
'timer_list in_device::mr_ifc_timer' offset changed from 1024 to 1152 (in bits) (by +128 bits)
'neigh_parms* in_device::arp_parms' offset changed from 1344 to 1472 (in bits) (by +128 bits)
'ipv4_devconf in_device::cnf' offset changed from 1408 to 1536 (in bits) (by +128 bits)
'callback_head in_device::callback_head' offset changed from 2560 to 2688 (in bits) (by +128 bits)
5 impacted interfaces:
function void in_dev_finish_destroy(in_device*)
function __be32 inet_confirm_addr(net*, in_device*, __be32, __be32, int)
function in_device* inetdev_by_index(net*, int)
function void ip_mc_dec_group(in_device*, __be32)
function void ip_mc_inc_group(in_device*, __be32)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I3e87eaa56290e23a5412c8836d57d1cfa7f656b9
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%