-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'sysctl-6.12-rc1' of git://git.kernel.org/pub/scm/linux/ker…
…nel/git/sysctl/sysctl Pull sysctl update from Joel Granados: - Avoid evaluating non-mount ctl_tables as a sysctl_mount_point by removing the unlikely (but possible) chance that the permanently empty ctl_table array shares its address with another ctl_table - Update Joel Granados' contact info in MAINTAINERS * tag 'sysctl-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl: MAINTAINERS: update email for Joel Granados sysctl: avoid spurious permanent empty tables
- Loading branch information
Showing
3 changed files
with
10 additions
and
4 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 |
---|---|---|
|
@@ -316,6 +316,7 @@ Jiri Slaby <[email protected]> <[email protected]> | |
Jisheng Zhang <[email protected]> <[email protected]> | ||
Jisheng Zhang <[email protected]> <[email protected]> | ||
Jishnu Prakash <[email protected]> <[email protected]> | ||
Joel Granados <[email protected]> <[email protected]> | ||
Johan Hovold <[email protected]> <[email protected]> | ||
Johan Hovold <[email protected]> <[email protected]> | ||
John Crispin <[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 |
---|---|---|
|
@@ -18507,7 +18507,7 @@ F: tools/testing/selftests/proc/ | |
PROC SYSCTL | ||
M: Luis Chamberlain <[email protected]> | ||
M: Kees Cook <[email protected]> | ||
M: Joel Granados <j.granados@samsung.com> | ||
M: Joel Granados <joel.granados@kernel.org> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
|
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