Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation/mm/hwpoison.rst: fix typos and grammar.

Signed-off-by: Ariful Islam Shoikot <islamarifulshoikat@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260317120614.51046-1-islamarifulshoikat@gmail.com>

authored by

Ariful Islam Shoikot and committed by
Jonathan Corbet
5e6df46d 73f175a4

+1 -1
+1 -1
Documentation/mm/hwpoison.rst
··· 38 38 for the mapping from a vma to a process. Since this case is expected 39 39 to be rare we hope we can get away with this. 40 40 41 - The code consists of a the high level handler in mm/memory-failure.c, 41 + The code consists of the high level handler in mm/memory-failure.c, 42 42 a new page poison bit and various checks in the VM to handle poisoned 43 43 pages. 44 44