* [PATCH] MAINTAINERS: Update sysctl tree location
@ 2024-01-26 11:53 Joel Granados via B4 Relay
2024-01-26 15:44 ` Luis Chamberlain
2024-01-26 18:32 ` Kees Cook
0 siblings, 2 replies; 3+ messages in thread
From: Joel Granados via B4 Relay @ 2024-01-26 11:53 UTC (permalink / raw)
To: Luis Chamberlain; +Cc: Kees Cook, linux-kernel, linux-fsdevel, Joel Granados
From: Joel Granados <j.granados@samsung.com>
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 (mcgrof@kernel.org) 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.
Signed-off-by: Joel Granados <j.granados@samsung.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8d1052fa6a69..adf69ab891e0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17616,7 +17616,7 @@ M: Joel Granados <j.granados@samsung.com>
L: linux-kernel@vger.kernel.org
L: linux-fsdevel@vger.kernel.org
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
---
base-commit: 6613476e225e090cc9aad49be7fa504e290dd33d
change-id: 20240126-for-6-8-85ce1cc6606b
Best regards,
--
Joel Granados <j.granados@samsung.com>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: Update sysctl tree location
2024-01-26 11:53 [PATCH] MAINTAINERS: Update sysctl tree location Joel Granados via B4 Relay
@ 2024-01-26 15:44 ` Luis Chamberlain
2024-01-26 18:32 ` Kees Cook
1 sibling, 0 replies; 3+ messages in thread
From: Luis Chamberlain @ 2024-01-26 15:44 UTC (permalink / raw)
To: j.granados; +Cc: Kees Cook, linux-kernel, linux-fsdevel, Stephen Rothwell
On Fri, Jan 26, 2024 at 12:53:10PM +0100, Joel Granados via B4 Relay wrote:
> From: Joel Granados <j.granados@samsung.com>
>
> 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 (mcgrof@kernel.org) 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.
>
> Signed-off-by: Joel Granados <j.granados@samsung.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8d1052fa6a69..adf69ab891e0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17616,7 +17616,7 @@ M: Joel Granados <j.granados@samsung.com>
> L: linux-kernel@vger.kernel.org
> L: linux-fsdevel@vger.kernel.org
> 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
Acked-by: Luis Chamberlain <mcgrof@kernel.org>
Luis
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: Update sysctl tree location
2024-01-26 11:53 [PATCH] MAINTAINERS: Update sysctl tree location Joel Granados via B4 Relay
2024-01-26 15:44 ` Luis Chamberlain
@ 2024-01-26 18:32 ` Kees Cook
1 sibling, 0 replies; 3+ messages in thread
From: Kees Cook @ 2024-01-26 18:32 UTC (permalink / raw)
To: j.granados; +Cc: Luis Chamberlain, linux-kernel, linux-fsdevel
On Fri, Jan 26, 2024 at 12:53:10PM +0100, Joel Granados via B4 Relay wrote:
> From: Joel Granados <j.granados@samsung.com>
>
> 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 (mcgrof@kernel.org) 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.
>
> Signed-off-by: Joel Granados <j.granados@samsung.com>
Acked-by: Kees Cook <keescook@chromium.org>
--
Kees Cook
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-26 18:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-26 11:53 [PATCH] MAINTAINERS: Update sysctl tree location Joel Granados via B4 Relay
2024-01-26 15:44 ` Luis Chamberlain
2024-01-26 18:32 ` Kees Cook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox