bengris32 2dd600ad7b hardening: Do not enable INIT_STACK_ALL_ZERO by default for now
* While it's nice to have some kernel hardening features enabled by default,
  our kernel is currently in no state to support INIT_STACK_ALL_ZERO, due to
  many of MediaTek's drivers (DRM, for example) completely breaking when this
  hardening option is enabled.

Change-Id: I075022409b5efcfcc5057139c690dbcef03d9e0c
Signed-off-by: bengris32 <bengris32@protonmail.ch>
2024-06-03 16:05:44 +01:00

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
No description provided
Readme 1.9 GiB
Languages
C 98.2%
Assembly 1%
Makefile 0.4%
Perl 0.1%
Shell 0.1%