Tri Vo 8da0e7869d ANDROID: update ABI dump for interconnect patches
'struct icc_path at core.c:48:1' changed:
  type size hasn't changed
  there are data member changes:

  4 impacted interfaces:
    function icc_path* icc_get(device*, const int, const int)
    ...

'struct icc_provider at interconnect-provider.h:44:1' changed:
  type size changed from 640 to 704 (in bits)
  1 data member insertion:
    'void ()* icc_provider::pre_aggregate', at offset 384 (in bits) at interconnect-provider.h:52:1
  there are data member changes:
   'void ()* icc_provider::xlate' offset changed from 384 to 448 (in bits) (by +64 bits)
   'device* icc_provider::dev' offset changed from 448 to 512 (in bits) (by +64 bits)
   'int icc_provider::users' offset changed from 512 to 576 (in bits) (by +64 bits)
   'void* icc_provider::data' offset changed from 576 to 640 (in bits) (by +64 bits)

  12 impacted interfaces:
    function icc_path* icc_get(device*, const int, const int)
    ...

'struct icc_req at core.c:35:1' changed:
  type size changed from 320 to 384 (in bits)
  1 data member insertion:
    'u32 icc_req::tag', at offset 256 (in bits) at core.c:40:1
  there are data member changes:
   'u32 icc_req::avg_bw' offset changed from 256 to 288 (in bits) (by +32 bits)
   'u32 icc_req::peak_bw' offset changed from 288 to 320 (in bits) (by +32 bits)

  4 impacted interfaces:
    function icc_path* icc_get(device*, const int, const int)
    ...

Bug: 140294226
Change-Id: Ia306083e361c2e83e4652d138d15f642fe26dc99
Signed-off-by: Tri Vo <trong@google.com>
2019-09-06 11:03:29 -07:00
2019-08-15 11:09:16 -06:00
2019-09-02 20:29:11 +02:00
2019-07-23 16:21:59 -07:00
2019-09-02 20:29:11 +02:00
2019-09-02 20:29:11 +02:00
2019-07-19 12:22:04 -07:00
2019-09-02 20:29:11 +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%