* [PATCH] init/initramfs.c: trivial fix: FSM -> Finite-state machine
@ 2026-03-19 23:27 Askar Safin
2026-03-20 13:16 ` Christian Brauner
2026-03-20 14:46 ` Darrick J. Wong
0 siblings, 2 replies; 4+ messages in thread
From: Askar Safin @ 2026-03-19 23:27 UTC (permalink / raw)
To: Alexander Viro, Christian Brauner, Jan Kara, linux-fsdevel,
linux-kernel
Cc: patches, kernel-janitors
FSM means "finite-state machine", but I think this is not obvious to
everyone.
Signed-off-by: Askar Safin <safinaskar@gmail.com>
---
init/initramfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init/initramfs.c b/init/initramfs.c
index 139baed06..d29fe0a5c 100644
--- a/init/initramfs.c
+++ b/init/initramfs.c
@@ -212,7 +212,7 @@ static void __init parse_header(char *s)
hdr_csum = parsed[12];
}
-/* FSM */
+/* Finite-state machine */
static __initdata enum state {
Start,
base-commit: a1d9d8e833781c44ab688708804ce35f20f3cbbd (mainline)
--
2.47.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] init/initramfs.c: trivial fix: FSM -> Finite-state machine
2026-03-19 23:27 [PATCH] init/initramfs.c: trivial fix: FSM -> Finite-state machine Askar Safin
@ 2026-03-20 13:16 ` Christian Brauner
2026-03-20 14:46 ` Darrick J. Wong
1 sibling, 0 replies; 4+ messages in thread
From: Christian Brauner @ 2026-03-20 13:16 UTC (permalink / raw)
To: Askar Safin
Cc: Christian Brauner, patches, kernel-janitors, Alexander Viro,
Jan Kara, linux-fsdevel, linux-kernel
On Thu, 19 Mar 2026 23:27:21 +0000, Askar Safin wrote:
> FSM means "finite-state machine", but I think this is not obvious to
> everyone.
Applied to the vfs-7.1.misc branch of the vfs/vfs.git tree.
Patches in the vfs-7.1.misc branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-7.1.misc
[1/1] init/initramfs.c: trivial fix: FSM -> Finite-state machine
https://git.kernel.org/vfs/vfs/c/49e64d713636
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] init/initramfs.c: trivial fix: FSM -> Finite-state machine
2026-03-19 23:27 [PATCH] init/initramfs.c: trivial fix: FSM -> Finite-state machine Askar Safin
2026-03-20 13:16 ` Christian Brauner
@ 2026-03-20 14:46 ` Darrick J. Wong
2026-03-23 12:09 ` Christian Brauner
1 sibling, 1 reply; 4+ messages in thread
From: Darrick J. Wong @ 2026-03-20 14:46 UTC (permalink / raw)
To: Askar Safin
Cc: Alexander Viro, Christian Brauner, Jan Kara, linux-fsdevel,
linux-kernel, patches, kernel-janitors
On Thu, Mar 19, 2026 at 11:27:21PM +0000, Askar Safin wrote:
> FSM means "finite-state machine", but I think this is not obvious to
> everyone.
>
> Signed-off-by: Askar Safin <safinaskar@gmail.com>
> ---
> init/initramfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/init/initramfs.c b/init/initramfs.c
> index 139baed06..d29fe0a5c 100644
> --- a/init/initramfs.c
> +++ b/init/initramfs.c
> @@ -212,7 +212,7 @@ static void __init parse_header(char *s)
> hdr_csum = parsed[12];
> }
>
> -/* FSM */
...and here I thought all along that the initramfs code had been blessed
by the flying spaghetti monster! ;)
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
--D
> +/* Finite-state machine */
>
> static __initdata enum state {
> Start,
>
> base-commit: a1d9d8e833781c44ab688708804ce35f20f3cbbd (mainline)
> --
> 2.47.3
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] init/initramfs.c: trivial fix: FSM -> Finite-state machine
2026-03-20 14:46 ` Darrick J. Wong
@ 2026-03-23 12:09 ` Christian Brauner
0 siblings, 0 replies; 4+ messages in thread
From: Christian Brauner @ 2026-03-23 12:09 UTC (permalink / raw)
To: Darrick J. Wong
Cc: Askar Safin, Alexander Viro, Jan Kara, linux-fsdevel,
linux-kernel, patches, kernel-janitors
On Fri, Mar 20, 2026 at 07:46:35AM -0700, Darrick J. Wong wrote:
> On Thu, Mar 19, 2026 at 11:27:21PM +0000, Askar Safin wrote:
> > FSM means "finite-state machine", but I think this is not obvious to
> > everyone.
> >
> > Signed-off-by: Askar Safin <safinaskar@gmail.com>
> > ---
> > init/initramfs.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/init/initramfs.c b/init/initramfs.c
> > index 139baed06..d29fe0a5c 100644
> > --- a/init/initramfs.c
> > +++ b/init/initramfs.c
> > @@ -212,7 +212,7 @@ static void __init parse_header(char *s)
> > hdr_csum = parsed[12];
> > }
> >
> > -/* FSM */
>
> ...and here I thought all along that the initramfs code had been blessed
> by the flying spaghetti monster! ;)
I've touched it a lot recently and the urge to massage it is getting
stronger but I have too much other stuff to do...
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-03-23 12:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-19 23:27 [PATCH] init/initramfs.c: trivial fix: FSM -> Finite-state machine Askar Safin
2026-03-20 13:16 ` Christian Brauner
2026-03-20 14:46 ` Darrick J. Wong
2026-03-23 12:09 ` Christian Brauner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox