mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
938a89928bc434129182d302fbb8e0fa9a0ac9ce
This upgrade introduces Kernel 4.19+ Modules support.
Report:
Leaf changes summary: 16 artifacts changed
Changed leaf types summary: 3 leaf types changed
Removed/Changed/Added functions summary: 13 Removed, 0 Changed, 0 Added function (142 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*)'
[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 css_set' changed:
type size changed from 0 to 3072 (in bits)
6949 impacted interfaces:
[...]
'struct kmem_cache' changed:
type size changed from 0 to 3200 (in bits)
2086 impacted interfaces:
[...]
'struct tipc_bearer' changed:
type size changed from 0 to 2048 (in bits)
1490 impacted interfaces:
[...]
Change-Id: I084122b594bd2c917e3da45a3eadf301d85ec9e6
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.
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%