mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
c0c20b218f8161ca0e30853aa1d0d0c0a6e31eb4
Legacy Ion driver and SPARSEMEM for carveout regions results in invalid page structures breaking page_to_pfn(). This can be temporarily resolved with SPARSEMEM_VMEMMAP until the Ion driver is refactored and can be reinvestigated. At that time if it can be solved, or maybe correct this issue utilizing less resources than SPARSEMEM_VMEMMAP requires. The ABI does not change so we have the flexibility to adjust this configuration. Signed-off-by: Mark Salyzyn <salyzyn@google.com> Bug: 138851285 Bug: 138149732 Test: ABI_DEFINITION=common/abi_gki_aarch64.xml \ BUILD_CONFIG=common/build.config.gki.aarch64 ./build/build_abi.sh Change-Id: I25cc8ebe9e25260b9869c5e8d8667b280f83ca51
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%