Greg Kroah-Hartman 0ef7e4e696 ANDROID: GKI: update .xml file for struct sock change
Nothing changed that affects the running api, but libabigail has some
issues with anonymous unions so we need to update the .xml file to let
it know all is well here.

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 sock at sock.h:328:1' changed:
  type size hasn't changed
  there are data member changes:
    data member u64 android_kabi_reserved1 at offset 5888 (in bits) became anonymous data member 'union {spinlock_t sk_peer_lock; struct {u64 android_kabi_reserved1;}; union {};}'
  864 impacted interfaces

Fixes: ddf077f140 ("ANDROID: Fix up KABI breakage in 4.19.209 in struct sock")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ia79e9095e2cb88208b6bb6a83ef2579c59d9fd64
2021-10-11 08:08:01 +02:00
2021-06-23 12:22:01 -07: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 1.9 GiB
Languages
C 98.2%
Assembly 1%
Makefile 0.4%
Perl 0.1%
Shell 0.1%