84eea1d7e8884bcf72d46c8cf09d384b0bd78739
CONFIG_KASAN_PANIC_ON_WARN was added in a custom patch for Pixel kernels, which would make KASAN panic the kernel after the first report regardless of whether the panic_on_warn parameter is set. (Coincidentally, that patch also would break instrumentation mode selection for KASAN.) As that patch was never applied to the common kernel, CONFIG_KASAN_PANIC_ON_WARN doesn't exist here. This change drops the non-existent CONFIG_KASAN_PANIC_ON_WARN from build.config.gki_kasan. Signed-off-by: Andrey Konovalov <andreyknvl@google.com> Change-Id: I9f42bb5f3515f18e2a5774241ea73a59d8883955
…
…
…
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
98%
Assembly
1.3%
Makefile
0.3%
Shell
0.1%