Re: [PATCH v7 3/4] scripts: add verifier script for builtin module range data

2024-08-22 Thread Masahiro Yamada
On Wed, Aug 21, 2024 at 1:11 PM Kris Van Hees wrote: > > The modules.builtin.ranges offset range data for builtin modules is > generated at compile time based on the list of built-in modules and > the vmlinux.map and vmlinux.o.map linker maps. This data can be used > to determine whether a symbol

[PATCH v7 3/4] scripts: add verifier script for builtin module range data

2024-08-20 Thread Kris Van Hees
The modules.builtin.ranges offset range data for builtin modules is generated at compile time based on the list of built-in modules and the vmlinux.map and vmlinux.o.map linker maps. This data can be used to determine whether a symbol at a particular address belongs to module code that was configu