From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60D46C636CB for ; Sun, 18 Jul 2021 13:59:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 48E2F61184 for ; Sun, 18 Jul 2021 13:59:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233888AbhGROCD (ORCPT ); Sun, 18 Jul 2021 10:02:03 -0400 Received: from conssluserg-01.nifty.com ([210.131.2.80]:59795 "EHLO conssluserg-01.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230307AbhGROCB (ORCPT ); Sun, 18 Jul 2021 10:02:01 -0400 X-Greylist: delayed 15694 seconds by postgrey-1.27 at vger.kernel.org; Sun, 18 Jul 2021 10:02:01 EDT Received: from mail-pf1-f182.google.com (mail-pf1-f182.google.com [209.85.210.182]) (authenticated) by conssluserg-01.nifty.com with ESMTP id 16IDwl2W018702; Sun, 18 Jul 2021 22:58:47 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-01.nifty.com 16IDwl2W018702 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1626616728; bh=tFk8Ig3q2oNJF/uk+ytx6lDN8oyMkUcP+7lIMpcBLL8=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=vxEqs/zLT/cZHUdHEvAJN3pPsbhfO6xxjTaa5NEQ+HZTqOgg8ovygZsFFsYWe7nI7 AG95bp95biXVghjpPXKA5uu4cPtZGxK0RW9aUqTJx37puo4IfHLBp67m6rwveqMn6A b7TQ5z3FQ/unBUyDBsB5allPqP+zRj6oQgtp+F2uuh4sLZdyLJy42XUcZZxV8e2hzo lsXHE+FbkVRFPCqu0/GL86ZK230Stzmmnm+CH+s+FON6w2vfgeS6GO12Zy0Mm3vctq PCcN4gjKCDRFJT4WDZCoEIgGIt9AWfRDoexL7cBFaCbyRWgNp8JI40TAXUxr05P87N DamuCVu5i1K2Q== X-Nifty-SrcIP: [209.85.210.182] Received: by mail-pf1-f182.google.com with SMTP id o201so13771440pfd.1; Sun, 18 Jul 2021 06:58:47 -0700 (PDT) X-Gm-Message-State: AOAM5301Dd2U5kGrniwk4JgmHmc4X+iG1zUKW+pOJ1rRkIgPrLcghPmT 1S/NFcfEh4/fMzwlJUZMFDxreAw2KfOy8AjZSgU= X-Google-Smtp-Source: ABdhPJwiwHhDDous4ehqf4AQKQ3JHjjc87AyIMp+whc3LeTPoGqbKThNSWrayq9dfd0JUpQ6z+ppbryea42JNP8u1Xw= X-Received: by 2002:aa7:8593:0:b029:32b:c173:cd96 with SMTP id w19-20020aa785930000b029032bc173cd96mr20987095pfn.63.1626616726882; Sun, 18 Jul 2021 06:58:46 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Masahiro Yamada Date: Sun, 18 Jul 2021 22:58:09 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] Documentation: Fix intiramfs script name To: Robert Richter Cc: Jonathan Corbet , "open list:DOCUMENTATION" , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 15, 2021 at 6:26 PM Robert Richter wrote: > > Documentation was not changed when renaming the script in commit > 80e715a06c2d ("initramfs: rename gen_initramfs_list.sh to > gen_initramfs.sh"). Fixing this. > > Basically does: > > $ sed -i -e s/gen_initramfs_list.sh/gen_initramfs.sh/g $(git grep -l gen_initramfs_list.sh) > > Fixes: 80e715a06c2d ("initramfs: rename gen_initramfs_list.sh to gen_initramfs.sh") > Signed-off-by: Robert Richter Applied to linux-kbuild. > --- > .../early-userspace/early_userspace_support.rst | 8 ++++---- > Documentation/filesystems/ramfs-rootfs-initramfs.rst | 2 +- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/Documentation/driver-api/early-userspace/early_userspace_support.rst b/Documentation/driver-api/early-userspace/early_userspace_support.rst > index 8a58c61932ff..61bdeac1bae5 100644 > --- a/Documentation/driver-api/early-userspace/early_userspace_support.rst > +++ b/Documentation/driver-api/early-userspace/early_userspace_support.rst > @@ -69,17 +69,17 @@ early userspace image can be built by an unprivileged user. > > As a technical note, when directories and files are specified, the > entire CONFIG_INITRAMFS_SOURCE is passed to > -usr/gen_initramfs_list.sh. This means that CONFIG_INITRAMFS_SOURCE > +usr/gen_initramfs.sh. This means that CONFIG_INITRAMFS_SOURCE > can really be interpreted as any legal argument to > -gen_initramfs_list.sh. If a directory is specified as an argument then > +gen_initramfs.sh. If a directory is specified as an argument then > the contents are scanned, uid/gid translation is performed, and > usr/gen_init_cpio file directives are output. If a directory is > -specified as an argument to usr/gen_initramfs_list.sh then the > +specified as an argument to usr/gen_initramfs.sh then the > contents of the file are simply copied to the output. All of the output > directives from directory scanning and file contents copying are > processed by usr/gen_init_cpio. > > -See also 'usr/gen_initramfs_list.sh -h'. > +See also 'usr/gen_initramfs.sh -h'. > > Where's this all leading? > ========================= > diff --git a/Documentation/filesystems/ramfs-rootfs-initramfs.rst b/Documentation/filesystems/ramfs-rootfs-initramfs.rst > index 4598b0d90b60..164960631925 100644 > --- a/Documentation/filesystems/ramfs-rootfs-initramfs.rst > +++ b/Documentation/filesystems/ramfs-rootfs-initramfs.rst > @@ -170,7 +170,7 @@ Documentation/driver-api/early-userspace/early_userspace_support.rst for more de > The kernel does not depend on external cpio tools. If you specify a > directory instead of a configuration file, the kernel's build infrastructure > creates a configuration file from that directory (usr/Makefile calls > -usr/gen_initramfs_list.sh), and proceeds to package up that directory > +usr/gen_initramfs.sh), and proceeds to package up that directory > using the config file (by feeding it to usr/gen_init_cpio, which is created > from usr/gen_init_cpio.c). The kernel's build-time cpio creation code is > entirely self-contained, and the kernel's boot-time extractor is also > -- > 2.29.2 > -- Best Regards Masahiro Yamada