On Tue, Feb 15, 2022 at 11:55:33PM -0800, Lucas De Marchi wrote: > With the new -m|--modname option it's possible to query the information about this (builtin): Query what information? > $ modinfo --modname crc32 > module explicitly: explicitly seems a bit odd, its not clear if the information below is because its a module or what. Maybe module details? > name: crc32 > filename: (builtin) You know a --is-built-in option might be nice while you're at it. Unless we already have something like this on another tool. Other than that: Reviewed-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> Luis