forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.o…
…rg/pub/scm/linux/kernel/git/akpm/mm Pull hotfixes from Andrew Morton: "16 hotfixes. Six are cc:stable and the remainder address post-6.4 issues" The merge undoes the disabling of the CONFIG_PER_VMA_LOCK feature, since it was all hopefully fixed in mainline. * tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: lib: dhry: fix sleeping allocations inside non-preemptable section kasan, slub: fix HW_TAGS zeroing with slub_debug kasan: fix type cast in memory_is_poisoned_n mailmap: add entries for Heiko Stuebner mailmap: update manpage link bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page MAINTAINERS: add linux-next info mailmap: add Markus Schneider-Pargmann writeback: account the number of pages written back mm: call arch_swap_restore() from do_swap_page() squashfs: fix cache race with migration mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparison docs: update ocfs2-devel mailing list address MAINTAINERS: update ocfs2-devel mailing list address mm: disable CONFIG_PER_VMA_LOCK until its fixed fork: lock VMAs of the parent process when forking
- Loading branch information
Showing
18 changed files
with
99 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
# same person appearing not to be so or badly displayed. Also allows for | ||
# old email addresses to map to new email addresses. | ||
# | ||
# For format details, see "MAPPING AUTHORS" in "man git-shortlog". | ||
# For format details, see "man gitmailmap" or "MAPPING AUTHORS" in | ||
# "man git-shortlog" on older systems. | ||
# | ||
# Please keep this list dictionary sorted. | ||
# | ||
|
@@ -177,6 +178,9 @@ Gustavo Padovan <[email protected]> | |
Hanjun Guo <[email protected]> <[email protected]> | ||
Heiko Carstens <[email protected]> <[email protected]> | ||
Heiko Carstens <[email protected]> <[email protected]> | ||
Heiko Stuebner <[email protected]> <[email protected]> | ||
Heiko Stuebner <[email protected]> <[email protected]> | ||
Heiko Stuebner <[email protected]> <[email protected]> | ||
Henk Vergonet <[email protected]> | ||
Henrik Kretzschmar <[email protected]> | ||
Henrik Rydberg <[email protected]> | ||
|
@@ -305,6 +309,7 @@ Marek Behún <[email protected]> <[email protected]> | |
Marek Behún <[email protected]> Marek Behun <[email protected]> | ||
Mark Brown <[email protected]> | ||
Mark Starovoytov <[email protected]> <[email protected]> | ||
Markus Schneider-Pargmann <[email protected]> <[email protected]> | ||
Mark Yao <[email protected]> <[email protected]> | ||
Martin Kepplinger <[email protected]> <[email protected]> | ||
Martin Kepplinger <[email protected]> <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
What: /sys/o2cb | ||
Date: Dec 2005 | ||
KernelVersion: 2.6.16 | ||
Contact: ocfs2-devel@oss.oracle.com | ||
Contact: ocfs2-devel@lists.linux.dev | ||
Description: Ocfs2-tools looks at 'interface-revision' for versioning | ||
information. Each logmask/ file controls a set of debug prints | ||
and can be written into with the strings "allow", "deny", or | ||
"off". Reading the file returns the current state. | ||
Was renamed to /sys/fs/u2cb/ | ||
Users: ocfs2-tools. It's sufficient to mail proposed changes to | ||
ocfs2-devel@oss.oracle.com. | ||
ocfs2-devel@lists.linux.dev. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
What: /sys/o2cb symlink | ||
Date: May 2011 | ||
KernelVersion: 3.0 | ||
Contact: ocfs2-devel@oss.oracle.com | ||
Contact: ocfs2-devel@lists.linux.dev | ||
Description: This is a symlink: /sys/o2cb to /sys/fs/o2cb. The symlink is | ||
removed when new versions of ocfs2-tools which know to look | ||
in /sys/fs/o2cb are sufficiently prevalent. Don't code new | ||
software to look here, it should try /sys/fs/o2cb instead. | ||
Users: ocfs2-tools. It's sufficient to mail proposed changes to | ||
ocfs2-devel@oss.oracle.com. | ||
ocfs2-devel@lists.linux.dev. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
What: /sys/fs/o2cb/ | ||
Date: Dec 2005 | ||
KernelVersion: 2.6.16 | ||
Contact: ocfs2-devel@oss.oracle.com | ||
Contact: ocfs2-devel@lists.linux.dev | ||
Description: Ocfs2-tools looks at 'interface-revision' for versioning | ||
information. Each logmask/ file controls a set of debug prints | ||
and can be written into with the strings "allow", "deny", or | ||
"off". Reading the file returns the current state. | ||
Users: ocfs2-tools. It's sufficient to mail proposed changes to | ||
ocfs2-devel@oss.oracle.com. | ||
ocfs2-devel@lists.linux.dev. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12069,6 +12069,13 @@ F: Documentation/litmus-tests/ | |
F: Documentation/memory-barriers.txt | ||
F: tools/memory-model/ | ||
|
||
LINUX-NEXT TREE | ||
M: Stephen Rothwell <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
B: mailto:[email protected] and the appropriate development tree | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/ | ||
|
||
LIS3LV02D ACCELEROMETER DRIVER | ||
M: Eric Piel <[email protected]> | ||
S: Maintained | ||
|
@@ -15894,7 +15901,7 @@ ORACLE CLUSTER FILESYSTEM 2 (OCFS2) | |
M: Mark Fasheh <[email protected]> | ||
M: Joel Becker <[email protected]> | ||
M: Joseph Qi <[email protected]> | ||
L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) | ||
L: ocfs2-devel@lists.linux.dev | ||
S: Supported | ||
W: http://ocfs2.wiki.kernel.org | ||
F: Documentation/filesystems/dlmfs.rst | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters