mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
90a691fca4c2525068d9908ac203e9f09e4e33c0
Kernel modules of cdsprm.ko, msm_adreno.ko, and msm_npu.ko added new requirements to exported kernel symbols. Add these symbols into symbol list to make it able to boot with android common kernel. Leaf changes summary: 9 artifacts changed (1 filtered out) Changed leaf types summary: 0 (1 filtered out) leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 9 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 9 Added functions: [A] 'function int crypto_register_scomp(scomp_alg*)' [A] 'function int crypto_unregister_scomp(scomp_alg*)' [A] 'function int dev_pm_qos_add_request(device*, dev_pm_qos_request*, dev_pm_qos_req_type, s32)' [A] 'function int dev_pm_qos_update_request(dev_pm_qos_request*, s32)' [A] 'function dma_fence_array* dma_fence_array_create(int, dma_fence**, u64, unsigned int, bool)' [A] 'function void dma_fence_free(dma_fence*)' [A] 'function bool irq_work_queue(irq_work*)' [A] 'function int register_reboot_notifier(notifier_block*)' [A] 'function int unregister_reboot_notifier(notifier_block*)' Bug: 215082374 Change-Id: I8e3f987a2bd172752454479339b25015dc3d807b Signed-off-by: JohnnLee <johnnlee@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%