linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] dyndbg: let's use the module notifier callback
@ 2023-02-28 19:34 Jason Baron
  2023-02-28 19:34 ` [PATCH v2 1/2] dyndbg: remove unused 'base' arg from __ddebug_add_module() Jason Baron
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Jason Baron @ 2023-02-28 19:34 UTC (permalink / raw)
  To: jim.cromie; +Cc: gregkh, linux-kernel, linux-modules

Hi,

Jim Cromie hit a BUG() while toggling jump label branches in a module
before they were properly initialized. This isn't currently an issue,
but will be as part of his pending classmap series. Seems like we
should covert to using module callback notifier for dynamic debug
anyways. First patch is just a cleanup.

Link: https://lore.kernel.org/lkml/20230113193016.749791-21-jim.cromie@xxxxxxxxx/

Thanks,

-Jason

v2:
-Fix: error: field 'dyndbg_info' has incomplete type
 Reported-by: kernel test robot <lkp@intel.com>
 Link: https://lore.kernel.org/oe-kbuild-all/202302190427.9iIK2NfJ-lkp@intel.com/
-make ddebug_remove_module() static

Jason Baron (2):
  dyndbg: remove unused 'base' arg from __ddebug_add_module()
  dyndbg: use the module notifier callbacks

 include/linux/dynamic_debug.h | 13 ---------
 include/linux/module.h        |  4 +++
 kernel/module/internal.h      |  2 --
 kernel/module/main.c          | 30 ++++++---------------
 lib/dynamic_debug.c           | 51 ++++++++++++++++++++++++++++-------
 5 files changed, 53 insertions(+), 47 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-03-09 20:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 19:34 [PATCH v2 0/2] dyndbg: let's use the module notifier callback Jason Baron
2023-02-28 19:34 ` [PATCH v2 1/2] dyndbg: remove unused 'base' arg from __ddebug_add_module() Jason Baron
2023-02-28 20:38   ` Luis Chamberlain
2023-03-01  2:12     ` jim.cromie
2023-03-09 18:31   ` Vincenzo Palazzo
2023-03-09 20:58     ` Luis Chamberlain
2023-02-28 19:35 ` [PATCH v2 2/2] dyndbg: use the module notifier callbacks Jason Baron
2023-02-28 20:44   ` Luis Chamberlain
2023-02-28 21:56     ` Jason Baron
2023-02-28 23:34       ` Luis Chamberlain
2023-02-28 20:18 ` [PATCH v2 0/2] dyndbg: let's use the module notifier callback Luis Chamberlain
2023-02-28 20:28   ` Jason Baron

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).