Re: List of all available kernel modules per version

2021-09-26 Thread jim . cromie
On Fri, Sep 24, 2021 at 9:32 PM Valdis Klētnieks wrote: > > On Fri, 24 Sep 2021 18:08:01 -0600, jim.cro...@gmail.com said: > > > grumble/ > > ive often wanted lsmod -b to tell me that list. or something like that. > > maybe a different rc > > See CONFIG_ICONFIG and friends in init/Kconfig > >

Re: List of all available kernel modules per version

2021-09-24 Thread Valdis Klētnieks
> On Fri, 24 Sep 2021 18:08:01 -0600, jim.cro...@gmail.com said: > > > grumble/ > > ive often wanted lsmod -b to tell me that list. or something like that. > > maybe a different rc > > See CONFIG_ICONFIG and friends in init/Kconfig > > That will give you not just the module list, but the entire

Re: List of all available kernel modules per version

2021-09-24 Thread Valdis Klētnieks
On Fri, 24 Sep 2021 18:08:01 -0600, jim.cro...@gmail.com said: > grumble/ > ive often wanted lsmod -b to tell me that list. or something like that. > maybe a different rc See CONFIG_ICONFIG and friends in init/Kconfig That will give you not just the module list, but the entire .config the

Re: List of all available kernel modules per version

2021-09-24 Thread jim . cromie
On Thu, Sep 23, 2021 at 4:05 PM Valdis Klētnieks wrote: > > On Thu, 23 Sep 2021 18:39:22 +0200, Leon Gross said: > > If got more of a general question: Is there a way to list all the > > standard kernel modules that are included in a specific kernel version? > > And I don't meant the currently

Re: List of all available kernel modules per version

2021-09-23 Thread Valdis Klētnieks
On Thu, 23 Sep 2021 18:39:22 +0200, Leon Gross said: > If got more of a general question: Is there a way to list all the > standard kernel modules that are included in a specific kernel version? > And I don't meant the currently running modules I could get via lsmod > but I mean all the modules

Re: List of all available kernel modules per version

2021-09-23 Thread Leon Gross
A:http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I

Re: List of all available kernel modules per version

2021-09-23 Thread Leon Gross
The first thing I am interested in a complete list of all kernel modules of the x86 plattform for any kernel version. The problem I want to solve is a generalized way to find out the kernel versions in which modules first were supported. One exmaple is the `nvme_tcp` module. Trough testing on

List of all available kernel modules per version

2021-09-23 Thread Leon Gross
Hi everyone, If got more of a general question: Is there a way to list all the standard kernel modules that are included in a specific kernel version? And I don't meant the currently running modules I could get via lsmod but I mean all the modules that are supported by a specific kernel

Re: List of all available kernel modules per version

2021-09-23 Thread Greg KH
On Thu, Sep 23, 2021 at 07:55:45PM +0200, Leon Gross wrote: > > > A:http://en.wikipedia.org/wiki/Top_post > > Q: Were do I find info about this thing called top-posting? > > A: Because it messes up the order in which people normally read text. > > Q: Why is top-posting such a bad thing? > > A:

Re: List of all available kernel modules per version

2021-09-23 Thread Greg KH
A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I

Re: List of all available kernel modules per version

2021-09-23 Thread Greg KH
On Thu, Sep 23, 2021 at 06:39:22PM +0200, Leon Gross wrote: > Hi everyone, > > If got more of a general question: Is there a way to list all the standard > kernel modules that are included in a specific kernel version? What do you mean by "standard" exactly? What architecture? What types of