No description
Find a file
Yang Shi d888fb2b18 mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk()
The VM_BUG_ON() is already used by queue_pages_test_walk(), it sounds
better to dump more debug information by using VM_BUG_ON_VMA() to help
debugging.

Signed-off-by: Yang Shi <yang.shi@linux.alibaba.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: "Li Xinhai" <lixinhai.lxh@gmail.com>
Cc: Qian Cai <cai@lca.pw>
Link: http://lkml.kernel.org/r/1579068565-110432-1-git-send-email-yang.shi@linux.alibaba.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-04-02 09:35:31 -07:00
arch
block
certs
crypto
Documentation mm/compaction: Disable compact_unevictable_allowed on RT 2020-04-02 09:35:31 -07:00
drivers
fs
include mm/mempolicy: check hugepage migration is supported by arch in vma_migratable() 2020-04-02 09:35:31 -07:00
init
ipc
kernel mm/compaction: Disable compact_unevictable_allowed on RT 2020-04-02 09:35:31 -07:00
lib
LICENSES
mm mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk() 2020-04-02 09:35:31 -07:00
net
samples
scripts
security
sound
tools selftests: vm: drop dependencies on page flags from mlock2 tests 2020-04-02 09:35:31 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.