diff options
author | Joel Granados <[email protected]> | 2024-01-26 12:53:10 +0100 |
---|---|---|
committer | Joel Granados <[email protected]> | 2024-02-14 21:40:57 +0100 |
commit | cec030ec414ec94fb25b49da688eea264e054e42 (patch) | |
tree | d04ca4acdd13e6ea537e7f7621cb066e8919b994 | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) |
MAINTAINERS: Update sysctl tree location
To more efficiently co-maintain the sysctl subsystem a shared repository
has been created at https://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl.git
and the sysctl-next branch that Luis Chamberlain ([email protected]) maintained at
https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/log/?h=sysctl-next
has moved to the shared sysctl-next branch located at
https://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl.git/log/?h=sysctl-next.
This commit changes the sysctl tree in MAINTAINERS to reflect this change.
Acked-by: Kees Cook <[email protected]>
Acked-by: Luis Chamberlain <[email protected]>
Signed-off-by: Joel Granados <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8d1052fa6a69..adf69ab891e0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17616,7 +17616,7 @@ M: Joel Granados <[email protected]> S: Maintained -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git sysctl-next +T: git git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl.git sysctl-next F: fs/proc/proc_sysctl.c F: include/linux/sysctl.h F: kernel/sysctl-test.c |