mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
9855ec2fd4226d2ba1fdc4869742b3afb4a3545f
'struct __kernel_sockaddr_storage at socket.h:14:1' changed:
type size hasn't changed
1 data member deletion:
'char __kernel_sockaddr_storage::__data[126]', at offset 16 (in bits) at socket.h:17:1
there are data member changes:
data member __kernel_sa_family_t __kernel_sockaddr_storage::ss_family at offset 0 (in bits) became anonymous data member 'union {struct {__kernel_sa_family_t ss_family; char __data[126];}; void* __align;}' '__kernel_sa_family_t __kernel_sockaddr_storage::ss_family' size changed from 16 to 1024 (in bits) (by +1008 bits)
one impacted interface:
function int inet_pton_with_scope(net*, __kernel_sa_family_t, const char*, const char*, __kernel_sockaddr_storage*)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I296a171c06b83a36fc67219fd5b27db3cb6df220
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%