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 branch 'akpm' (patches from Andrew)
Merge misc fixes from Andrew Morton: "31 fixes" * emailed patches from Andrew Morton <[email protected]>: (31 commits) ocfs2: fix potential use after free mm/khugepaged: fix the xas_create_range() error path mm/khugepaged: collapse_shmem() do not crash on Compound mm/khugepaged: collapse_shmem() without freezing new_page mm/khugepaged: minor reorderings in collapse_shmem() mm/khugepaged: collapse_shmem() remember to clear holes mm/khugepaged: fix crashes due to misaccounted holes mm/khugepaged: collapse_shmem() stop if punched or truncated mm/huge_memory: fix lockdep complaint on 32-bit i_size_read() mm/huge_memory: splitting set mapping+index before unfreeze mm/huge_memory: rename freeze_page() to unmap_page() initramfs: clean old path before creating a hardlink kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace psi: make disabling/enabling easier for vendor kernels proc: fixup map_files test on arm debugobjects: avoid recursive calls with kmemleak userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set userfaultfd: shmem: add i_size checks userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem ...
- Loading branch information
Showing
25 changed files
with
319 additions
and
177 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
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 |
---|---|---|
|
@@ -2491,7 +2491,7 @@ F: drivers/net/wireless/ath/* | |
ATHEROS ATH5K WIRELESS DRIVER | ||
M: Jiri Slaby <[email protected]> | ||
M: Nick Kossifidis <[email protected]> | ||
M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com> | ||
M: Luis Chamberlain <mcgrof@kernel.org> | ||
L: [email protected] | ||
W: http://wireless.kernel.org/en/users/Drivers/ath5k | ||
S: Maintained | ||
|
@@ -5835,7 +5835,7 @@ F: include/uapi/linux/firewire*.h | |
F: tools/firewire/ | ||
|
||
FIRMWARE LOADER (request_firmware) | ||
M: Luis R. Rodriguez <[email protected]> | ||
M: Luis Chamberlain <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/firmware_class/ | ||
|
@@ -8135,7 +8135,7 @@ F: tools/testing/selftests/ | |
F: Documentation/dev-tools/kselftest* | ||
|
||
KERNEL USERMODE HELPER | ||
M: "Luis R. Rodriguez" <[email protected]> | ||
M: Luis Chamberlain <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: kernel/umh.c | ||
|
@@ -8311,7 +8311,7 @@ F: mm/kmemleak.c | |
F: mm/kmemleak-test.c | ||
|
||
KMOD KERNEL MODULE LOADER - USERMODE HELPER | ||
M: "Luis R. Rodriguez" <[email protected]> | ||
M: Luis Chamberlain <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: kernel/kmod.c | ||
|
@@ -12061,7 +12061,7 @@ F: kernel/printk/ | |
F: include/linux/printk.h | ||
|
||
PRISM54 WIRELESS DRIVER | ||
M: "Luis R. Rodriguez" <mcgrof@gmail.com> | ||
M: Luis Chamberlain <mcgrof@kernel.org> | ||
L: [email protected] | ||
W: http://wireless.kernel.org/en/users/Drivers/p54 | ||
S: Obsolete | ||
|
@@ -12075,9 +12075,10 @@ S: Maintained | |
F: fs/proc/ | ||
F: include/linux/proc_fs.h | ||
F: tools/testing/selftests/proc/ | ||
F: Documentation/filesystems/proc.txt | ||
|
||
PROC SYSCTL | ||
M: "Luis R. Rodriguez" <[email protected]> | ||
M: Luis Chamberlain <[email protected]> | ||
M: Kees Cook <[email protected]> | ||
L: [email protected] | ||
L: [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
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
Oops, something went wrong.