Matthias Maennich e782153f14 ANDROID: update ABI representation
The representation changed, but the tooling did not consider it a leaf
change, hence fell through the cracks. Fixing this. That had changed:

[C]'function int register_pernet_subsys(pernet_operations*)' at net_namespace.c:1051:1 has some indirect sub-type changes:
    parameter 1 of type 'pernet_operations*' has sub-type changes:
      in pointed to type 'struct pernet_operations' at net_namespace.h:330:1:
        type size hasn't changed
        1 data member changes (1 filtered):
         type of 'void ()* pernet_operations::exit' changed:
           in pointed to type 'function type void (net*)':
             parameter 1 of type 'net*' has sub-type changes:
               in pointed to type 'struct net' at net_namespace.h:51:1:
                 type size hasn't changed
                 1 data member changes (1 filtered):
                  type of 'netns_ipv6 net::ipv6' changed:
                    type size hasn't changed
                    1 data member change:
                     type of 'dst_ops netns_ipv6::ip6_dst_ops' changed:
                       type size hasn't changed
                       1 data member changes (1 filtered):
                        type of 'void ()* dst_ops::update_pmtu' changed:
                          in pointed to type 'function type void (dst_entry*, sock*, sk_buff*, typedef u32)':
                            parameter 5 of type 'typedef bool' was added

Bug: 147185563
Change-Id: Ibed95d59e6d01fcc266fbc73885c7deb40baf957
Signed-off-by: Matthias Maennich <maennich@google.com>
2020-01-06 21:04:48 +00:00
2020-01-04 19:29:03 +01:00
2019-12-18 09:03:30 +01:00
2019-12-13 10:01:10 +01:00
2020-01-04 19:29:03 +01:00
2020-01-04 19:29:03 +01:00
2020-01-04 19:29:03 +01:00
2019-08-06 20:08:18 +02:00
2020-01-04 19:29:03 +01:00
2019-12-18 09:03:30 +01:00
2020-01-04 19:29:03 +01:00
2020-01-04 19:29:03 +01:00
2020-01-04 19:29:03 +01:00
2020-01-04 19:29:03 +01:00
2020-01-04 19:29:03 +01:00
2019-10-17 15:33:07 -07:00
2020-01-04 19:29:03 +01: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.
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
No description provided
Readme 7.9 GiB
Languages
C 97.7%
Assembly 1.6%
Makefile 0.3%
Perl 0.1%