mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
a63d3d432447a9c79222645ea91e01040c13c64d
Abridged summary:
Leaf changes summary: 7 artifacts changed
Changed leaf types summary: 4 leaf types changed
Removed/Changed/Added functions summary: 0 Removed, 2 Changed, 0 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
2 functions with some sub-type change:
[C]'function void inet_frag_reasm_finish(inet_frag_queue*, sk_buff*, void*)' at inet_fragment.c:477:1 has some sub-type changes:
parameter 4 of type 'typedef bool' was added
'struct hci_dev at hci_core.h:215:1' changed:
type size hasn't changed
1 data member insertion:
'__u8 hci_dev::min_enc_key_size', at offset 6208 (in bits) at hci_core.h:281:1
there are data member changes:
'__u8 hci_dev::ssp_debug_mode' offset changed from 6208 to 6216 (in bits) (by +8 bits)
'__u8 hci_dev::hw_error_code' offset changed from 6216 to 6224 (in bits) (by +8 bits)
'struct net at net_namespace.h:54:1' changed:
type size hasn't changed
1 data member deletion:
'atomic64_t net::cookie_gen', at offset 128 (in bits) at net_namespace.h:64:1
'struct ring_buffer at internal.h:13:1' changed:
type size changed from 1920 to 1664 (in bits)
24 data member deletions:
4 data member insertions:
there are data member changes:
struct zs_pool at zsmalloc.c:251:1' changed:
type size changed from 17472 to 17792 (in bits)
3 data member insertions:
'wait_queue_head zs_pool::migration_wait', at offset 17472 (in bits) at zsmalloc.c:273:1
'atomic_long_t zs_pool::isolated_pages', at offset 17664 (in bits) at zsmalloc.c:274:1
'bool zs_pool::destroying', at offset 17728 (in bits) at zsmalloc.c:275:1
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I5328b37cf9f43d732d8b5768a662362a061afe8c
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%