linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* is_module()
@ 2024-05-23 15:01 Jarkko Sakkinen
  2024-06-14 19:33 ` is_module() Lucas De Marchi
  0 siblings, 1 reply; 2+ messages in thread
From: Jarkko Sakkinen @ 2024-05-23 15:01 UTC (permalink / raw)
  To: linux-modules
  Cc: Luis Chamberlain, Linus Torvalds, linux-kernel, Herbert Xu,
	linux-crypto

Hi,

I just put this here while I still have it on my mind. Possibly I'm
ignoring something that already enables this but at least I learn
something by doing this then. 

This came up in a recent discussion albeit for this crypto bug it
did not make waves because the bug fix did not require it:

https://lore.kernel.org/linux-integrity/D1GXKODMD4S8.1J12D4GOEQWPL@kernel.org/

So the gist of  is_module() would be that it would have different
semantics than IS_MODULE(): it could be used to e.g. check modules in a
loop.

Compilation would generate a new ELF section with following entries:

<ASCIIZ string><0 or 1>

The string would contain module name, and 1 could be marking for
being a module, and 0 for being builtin.

Also, it would enabled to add lsmod -b to enumerate built-in modules,
which would give nice way to carve up more information about a running
test kernel. This would obviously need perhaps a new file to procfs for
built-in modules (for regular there is /proc/modules).

Not fighting for having this, just makig it visible.

BR, Jarkko

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-14 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-23 15:01 is_module() Jarkko Sakkinen
2024-06-14 19:33 ` is_module() Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).