mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
8da0e7869dcf86890d0ce88acb3001c7d00bc92e
'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>
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%