Greg Kroah-Hartman 9855ec2fd4 ABI file update for 5.3-rc4
'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
2019-08-12 09:19:02 +02:00
2019-08-12 07:29:49 +02:00
2019-08-12 07:29:49 +02:00
2019-07-23 16:21:59 -07:00
2019-08-12 07:29:49 +02:00
2019-08-12 07:29:49 +02:00
2019-07-22 14:57:50 +01:00
2019-07-19 12:22:04 -07:00
2019-08-12 07:29:49 +02:00

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
No description provided
Readme 7.9 GiB
Languages
C 97.7%
Assembly 1.6%
Makefile 0.3%
Perl 0.1%