forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
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-2024-01-05-11-35' of git://git.kernel.o…
…rg/pub/scm/linux/kernel/git/akpm/mm Pull misc mm fixes from Andrew Morton: "12 hotfixes. Two are cc:stable and the remainder either address post-6.7 issues or aren't considered necessary for earlier kernel versions" * tag 'mm-hotfixes-stable-2024-01-05-11-35' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: mm: shrinker: use kvzalloc_node() from expand_one_shrinker_info() mailmap: add entries for Mathieu Othacehe MAINTAINERS: change vmware.com addresses to broadcom.com arch/mm/fault: fix major fault accounting when retrying under per-VMA lock mm/mglru: skip special VMAs in lru_gen_look_around() MAINTAINERS: hand over hwpoison maintainership to Miaohe Lin MAINTAINERS: remove hugetlb maintainer Mike Kravetz mm: fix unmap_mapping_range high bits shift bug mm: memcg: fix split queue list crash when large folio migration mm: fix arithmetic for max_prop_frac when setting max_ratio mm: fix arithmetic for bdi min_ratio mm: align larger anonymous mappings on THP boundaries
- Loading branch information
Showing
15 changed files
with
52 additions
and
19 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 |
---|---|---|
|
@@ -377,7 +377,7 @@ Martin Kepplinger <[email protected]> <[email protected]> | |
Martin Kepplinger <[email protected]> <[email protected]> | ||
Martin Kepplinger <[email protected]> <[email protected]> | ||
Martyna Szapar-Mudlaw <[email protected]> <[email protected]> | ||
Mathieu Othacehe <[email protected]> | ||
Mathieu Othacehe <[email protected]> <[email protected]> | ||
Mat Martineau <[email protected]> <[email protected]> | ||
Mat Martineau <[email protected]> <[email protected]> | ||
Matthew Wilcox <[email protected]> <[email protected]> | ||
|
@@ -638,4 +638,5 @@ Wolfram Sang <[email protected]> <[email protected]> | |
Wolfram Sang <[email protected]> <[email protected]> | ||
Yakir Yang <[email protected]> <[email protected]> | ||
Yusuke Goda <[email protected]> | ||
Zack Rusin <[email protected]> <[email protected]> | ||
Zhu Yanjun <[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 |
---|---|---|
|
@@ -2130,6 +2130,10 @@ S: 2213 La Terrace Circle | |
S: San Jose, CA 95123 | ||
S: USA | ||
|
||
N: Mike Kravetz | ||
E: [email protected] | ||
D: Maintenance and development of the hugetlb subsystem | ||
|
||
N: Andreas S. Krebs | ||
E: [email protected] | ||
D: CYPRESS CY82C693 chipset IDE, Digital's PC-Alpha 164SX boards | ||
|
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 |
---|---|---|
|
@@ -6901,8 +6901,8 @@ T: git git://anongit.freedesktop.org/drm/drm-misc | |
F: drivers/gpu/drm/vboxvideo/ | ||
|
||
DRM DRIVER FOR VMWARE VIRTUAL GPU | ||
M: Zack Rusin <zackr@vmware.com> | ||
R: VMware Graphics Reviewers <linux-graphics-maintainer@vmware.com> | ||
M: Zack Rusin <zack.rusin@broadcom.com> | ||
R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com> | ||
L: [email protected] | ||
S: Supported | ||
T: git git://anongit.freedesktop.org/drm/drm-misc | ||
|
@@ -9767,7 +9767,6 @@ F: Documentation/networking/device_drivers/ethernet/huawei/hinic.rst | |
F: drivers/net/ethernet/huawei/hinic/ | ||
|
||
HUGETLB SUBSYSTEM | ||
M: Mike Kravetz <[email protected]> | ||
M: Muchun Song <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -9791,8 +9790,8 @@ T: git git://linuxtv.org/media_tree.git | |
F: drivers/media/platform/st/sti/hva | ||
|
||
HWPOISON MEMORY FAILURE HANDLING | ||
M: Naoya Horiguchi <naoya.horiguchi@nec.com> | ||
R: Miaohe Lin <linmiaohe@huawei.com> | ||
M: Miaohe Lin <linmiaohe@huawei.com> | ||
R: Naoya Horiguchi <naoya.horiguchi@nec.com> | ||
L: [email protected] | ||
S: Maintained | ||
F: mm/hwpoison-inject.c | ||
|
@@ -23215,9 +23214,8 @@ F: drivers/misc/vmw_vmci/ | |
F: include/linux/vmw_vmci* | ||
|
||
VMWARE VMMOUSE SUBDRIVER | ||
M: Zack Rusin <[email protected]> | ||
R: VMware Graphics Reviewers <[email protected]> | ||
R: VMware PV-Drivers Reviewers <[email protected]> | ||
M: Zack Rusin <[email protected]> | ||
R: Broadcom internal kernel review list <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/input/mouse/vmmouse.c | ||
|
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
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