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

2024-08-20 Thread Kris Van Hees
On Sun, Aug 18, 2024 at 03:40:36PM +0900, Masahiro Yamada wrote: > On Fri, Aug 16, 2024 at 12:04???AM 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

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

2024-08-17 Thread Masahiro Yamada
On Fri, Aug 16, 2024 at 12:04 AM 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 symbo

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

2024-08-15 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