* [PATCH] fs: binfmt: Fix a typo
@ 2024-11-02 9:25 Christophe JAILLET
2024-11-02 13:23 ` Eric W. Biederman
2024-11-02 19:57 ` Kees Cook
0 siblings, 2 replies; 3+ messages in thread
From: Christophe JAILLET @ 2024-11-02 9:25 UTC (permalink / raw)
To: Alexander Viro, Christian Brauner, Jan Kara, Eric Biederman, Kees Cook
Cc: linux-kernel, kernel-janitors, Christophe JAILLET, linux-fsdevel,
linux-mm
A 't' is missing in "binfm_misc".
Add it.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
fs/binfmt_misc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
index 31660d8cc2c6..df6a229b5e62 100644
--- a/fs/binfmt_misc.c
+++ b/fs/binfmt_misc.c
@@ -998,7 +998,7 @@ static int bm_fill_super(struct super_block *sb, struct fs_context *fc)
/*
* If it turns out that most user namespaces actually want to
* register their own binary type handler and therefore all
- * create their own separate binfm_misc mounts we should
+ * create their own separate binfmt_misc mounts we should
* consider turning this into a kmem cache.
*/
misc = kzalloc(sizeof(struct binfmt_misc), GFP_KERNEL);
--
2.47.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] fs: binfmt: Fix a typo
2024-11-02 9:25 [PATCH] fs: binfmt: Fix a typo Christophe JAILLET
@ 2024-11-02 13:23 ` Eric W. Biederman
2024-11-02 19:57 ` Kees Cook
1 sibling, 0 replies; 3+ messages in thread
From: Eric W. Biederman @ 2024-11-02 13:23 UTC (permalink / raw)
To: Christophe JAILLET
Cc: Alexander Viro, Christian Brauner, Jan Kara, Kees Cook,
linux-kernel, kernel-janitors, linux-fsdevel, linux-mm
Christophe JAILLET <christophe.jaillet@wanadoo.fr> writes:
> A 't' is missing in "binfm_misc".
> Add it.
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
> fs/binfmt_misc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
> index 31660d8cc2c6..df6a229b5e62 100644
> --- a/fs/binfmt_misc.c
> +++ b/fs/binfmt_misc.c
> @@ -998,7 +998,7 @@ static int bm_fill_super(struct super_block *sb, struct fs_context *fc)
> /*
> * If it turns out that most user namespaces actually want to
> * register their own binary type handler and therefore all
> - * create their own separate binfm_misc mounts we should
> + * create their own separate binfmt_misc mounts we should
> * consider turning this into a kmem cache.
> */
> misc = kzalloc(sizeof(struct binfmt_misc), GFP_KERNEL);
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] fs: binfmt: Fix a typo
2024-11-02 9:25 [PATCH] fs: binfmt: Fix a typo Christophe JAILLET
2024-11-02 13:23 ` Eric W. Biederman
@ 2024-11-02 19:57 ` Kees Cook
1 sibling, 0 replies; 3+ messages in thread
From: Kees Cook @ 2024-11-02 19:57 UTC (permalink / raw)
To: Alexander Viro, Christian Brauner, Jan Kara, Eric Biederman,
Christophe JAILLET
Cc: Kees Cook, linux-kernel, kernel-janitors, linux-fsdevel, linux-mm
On Sat, 02 Nov 2024 10:25:04 +0100, Christophe JAILLET wrote:
> A 't' is missing in "binfm_misc".
> Add it.
>
>
Applied to for-next/execve, thanks!
[1/1] fs: binfmt: Fix a typo
https://git.kernel.org/kees/c/2b9635cb6cf3
Take care,
--
Kees Cook
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-02 19:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-02 9:25 [PATCH] fs: binfmt: Fix a typo Christophe JAILLET
2024-11-02 13:23 ` Eric W. Biederman
2024-11-02 19:57 ` Kees Cook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox