Re: [PATCH 21/63] dyndbg: allow ddebug_add_module to fail

2025-03-16 Thread jim . cromie
On Tue, Feb 25, 2025 at 7:26 AM Louis Chauvet wrote: > > > > Le 25/01/2025 à 07:45, Jim Cromie a écrit : > > To prep for failing modprobe on classid conflicts, upgrade the > > call-chain around ddebug_add_module(), in 2 ways: > > > > 1. in ddebug_add_module() add local reserved_ids to accumulate >

Re: [PATCH 21/63] dyndbg: allow ddebug_add_module to fail

2025-02-25 Thread Louis Chauvet
Le 25/01/2025 à 07:45, Jim Cromie a écrit : To prep for failing modprobe on classid conflicts, upgrade the call-chain around ddebug_add_module(), in 2 ways: 1. in ddebug_add_module() add local reserved_ids to accumulate reservations, pass it by ref to ddebug_attach_{,user_}module_classes() so

[PATCH 21/63] dyndbg: allow ddebug_add_module to fail

2025-01-24 Thread Jim Cromie
To prep for failing modprobe on classid conflicts, upgrade the call-chain around ddebug_add_module(), in 2 ways: 1. in ddebug_add_module() add local reserved_ids to accumulate reservations, pass it by ref to ddebug_attach_{,user_}module_classes() so they can examine the reservations as they work.