No description
Find a file
Jing Xia 86fea8b494 mm/mm_init.c: report kasan-tag information stored in page->flags
The pageflags_layout_usage shows incorrect message by means of
mminit_loglevel when Kasan runs in the mode of software tag-based
enabled with CONFIG_KASAN_SW_TAGS.  This patch corrects it and reports
kasan-tag information.

Signed-off-by: Jing Xia <jing.xia@unisoc.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Chunyan Zhang <chunyan.zhang@unisoc.com>
Cc: Orson Zhai <orson.zhai@unisoc.com>
Cc: Andrey Ryabinin <aryabinin@virtuozzo.com>
Cc: Alexander Potapenko <glider@google.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Link: http://lkml.kernel.org/r/1586929370-10838-1-git-send-email-jing.xia.mail@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-06-02 10:59:12 -07:00
arch x86/mm: remove vmalloc faulting 2020-06-02 10:59:12 -07:00
block mm: move readahead prototypes from mm.h 2020-06-02 10:59:06 -07:00
certs
crypto
Documentation mm: remove map_vm_range 2020-06-02 10:59:11 -07:00
drivers mm: remove vmalloc_sync_(un)mappings() 2020-06-02 10:59:12 -07:00
fs mm: remove the pgprot argument to __vmalloc 2020-06-02 10:59:11 -07:00
include mm: remove vmalloc_sync_(un)mappings() 2020-06-02 10:59:12 -07:00
init
ipc
kernel mm: remove vmalloc_sync_(un)mappings() 2020-06-02 10:59:12 -07:00
lib ubsan: entirely disable alignment checks under UBSAN_TRAP 2020-06-02 10:59:12 -07:00
LICENSES
mm mm/mm_init.c: report kasan-tag information stored in page->flags 2020-06-02 10:59:12 -07:00
net mm: remove the pgprot argument to __vmalloc 2020-06-02 10:59:11 -07:00
samples
scripts
security
sound mm: remove the pgprot argument to __vmalloc 2020-06-02 10:59:11 -07:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Add support for wider Memory Bandwidth Monitoring counters by querying 2020-06-01 12:24:14 -07:00
Makefile
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.