Re: API between modules

2023-05-18 Thread Greg KH
On Thu, May 18, 2023 at 08:16:18AM +0100, Lucas Tanure wrote: > Hi, > > I have two kernel modules that need to talk over an API, and right > now, they are statically linked together, but I am looking for a > better way to separate them and share an API between them. > > A few years ago, I did

API between modules

2023-05-18 Thread Lucas Tanure
Hi, I have two kernel modules that need to talk over an API, and right now, they are statically linked together, but I am looking for a better way to separate them and share an API between them. A few years ago, I did the HDA component:

Re: Starting to learn Linux...

2023-05-18 Thread Constantine Shulyupin
Almost complete list of Linux SW: https://en.wikipedia.org/wiki/Category:Linux_software On Tue, 16 May 2023 at 10:13, Deepak Goel wrote: > Hello > > I want to learn more about Linux. Is there a complete list of programs in > Linux OS? And what do they do? > > Please let me know. > > Thank you.