mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
f270ab2d50ff10fa42c90d0b89e5664dfaa64119
This upgrade introduces Kernel 4.19+ Modules support.
Report:
Leaf changes summary: 17 artifacts changed
Changed leaf types summary: 4 leaf types changed
Removed/Changed/Added functions summary: 13 Removed, 0 Changed, 0 Added function (146 filtered out)
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable (1 filtered out)
13 Removed functions:
[D] 'function void mmc_blk_cqe_recovery(mmc_queue*)'
[D] 'function void mmc_blk_mq_complete(request*)'
[D] 'function void mmc_blk_mq_complete_work(work_struct*)'
[D] 'function mmc_issued mmc_blk_mq_issue_rq(mmc_queue*, request*)'
[D] 'function void mmc_blk_mq_recovery(mmc_queue*)'
[D] 'function void mmc_cleanup_queue(mmc_queue*)'
[D] 'function void mmc_cqe_check_busy(mmc_queue*)'
[D] 'function void mmc_cqe_recovery_notifier(mmc_request*)'
[D] 'function int mmc_init_queue(mmc_queue*, mmc_card*, spinlock_t*, const char*)'
[D] 'function mmc_issue_type mmc_issue_type(mmc_queue*, request*)'
[D] 'function unsigned int mmc_queue_map_sg(mmc_queue*, mmc_queue_req*)'
[D] 'function void mmc_queue_resume(mmc_queue*)'
[D] 'function void mmc_queue_suspend(mmc_queue*)'
'struct files_struct' changed:
type size changed from 0 to 5632 (in bits)
6637 impacted interfaces:
[...]
'struct rq_qos' changed:
type size changed from 0 to 256 (in bits)
426 impacted interfaces:
[...]
'struct seg6_pernet_data' changed:
type size changed from 0 to 320 (in bits)
1483 impacted interfaces:
[...]
'struct tcp_fastopen_context' changed:
type size changed from 0 to 320 (in bits)
1483 impacted interfaces:
[...]
Change-Id: I91e26d808354e9ed3f87e22b811e17bd08f870e1
Signed-off-by: Matthias Maennich <maennich@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.
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
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%