https://github.com/torvalds/linux
Revision eefb5f3ab2e8e0b3ef5eba5c5a9f33457741300d authored by Sebastien Van Cauwenberghe on 29 January 2021, 19:00:37 UTC, committed by Palmer Dabbelt on 03 February 2021, 02:36:29 UTC
Allows the sections to be aligned on smaller boundaries and
therefore results in a smaller kernel image size.

Signed-off-by: Sebastien Van Cauwenberghe <svancau@gmail.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
1 parent f105ea9
Raw File
Tip revision: eefb5f3ab2e8e0b3ef5eba5c5a9f33457741300d authored by Sebastien Van Cauwenberghe on 29 January 2021, 19:00:37 UTC
riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWX
Tip revision: eefb5f3
README
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.
back to top