[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191204150728.GD2734@twin.jikos.cz>
Date: Wed, 4 Dec 2019 16:07:30 +0100
From: David Sterba <dsterba@...e.cz>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: Bhaskar Chowdhury <unixbhaskar@...il.com>,
Michal Marek <michal.lkml@...kovi.net>,
Randy Dunlap <rdunlap@...radead.org>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/2] Enlist running kernel modules information
On Wed, Dec 04, 2019 at 12:10:25PM +0900, Masahiro Yamada wrote:
> On Tue, Dec 3, 2019 at 6:49 PM Bhaskar Chowdhury <unixbhaskar@...il.com> wrote:
> > +awk '{print $1}' "/proc/modules" | xargs modinfo | awk '/^(filename|desc|depends)/'
>
> I want to see a good reason (e.g. useful for other developers) for upstreaming.
> This script looks like your custom script, which you can maintain locally.
I think the verbosity should be added to either lsmod or modinfo, not
some script in kernel git.
Powered by blists - more mailing lists