Hi, On 3/30/25 10:03 PM, David Disseldorp wrote: > Update the document to reflect that initramfs didn't replace initrd > following kernel 2.5.x. > The initramfs buffer format now supports many compression types in > addition to gzip, so include them in the grammar section. > c_mtime use is dependent on CONFIG_INITRAMFS_PRESERVE_MTIME. > > Signed-off-by: David Disseldorp <ddiss@xxxxxxx> > --- > .../early-userspace/buffer-format.rst | 30 ++++++++++++------- > 1 file changed, 19 insertions(+), 11 deletions(-) > > diff --git a/Documentation/driver-api/early-userspace/buffer-format.rst b/Documentation/driver-api/early-userspace/buffer-format.rst > index 7f74e301fdf35..cb31d617729c5 100644 > --- a/Documentation/driver-api/early-userspace/buffer-format.rst > +++ b/Documentation/driver-api/early-userspace/buffer-format.rst > @@ -4,20 +4,18 @@ initramfs buffer format > > Al Viro, H. Peter Anvin > > -Last revision: 2002-01-13 > - > -Starting with kernel 2.5.x, the old "initial ramdisk" protocol is > -getting {replaced/complemented} with the new "initial ramfs" > -(initramfs) protocol. The initramfs contents is passed using the same > -memory buffer protocol used by the initrd protocol, but the contents > +With kernel 2.5.x, the old "initial ramdisk" protocol was complemented > +with an "initial ramfs" protocol. The initramfs contents is passed are passed > +using the same memory buffer protocol used by initrd, but the contents > is different. The initramfs buffer contains an archive which is are different. > expanded into a ramfs filesystem; this document details the format of > the initramfs buffer format. Don't use "format" 2 times above. -- ~Randy