Re: [PATCH 0/4] cosmetic fixes to module pr_debugs
From: Luis Chamberlain <hidden>
Date: 2023-03-22 23:40:30
Also in:
lkml
From: Luis Chamberlain <hidden>
Date: 2023-03-22 23:40:30
Also in:
lkml
From: Luis Chamberlain <mcgrof@kernel.org> On Tue, 21 Mar 2023 19:36:19 -0600, Jim Cromie wrote:
These 4 patches alter pr_debug() messages for more info, and less
log-spam.
* add "for $modname:" to banners
helpful for finding one of many
[ 40.885922] main:layout_sections: Core section allocation order for test_dynamic_debug:
~20 lines of output
[ 40.885967] main:move_module: Final section addresses for test_dynamic_debug:
~2 lines - .init.text/data
[...]
Applied, thanks!
[1/4] module: in layout_sections, move_module: add the modname
commit: 4ab9c7dca82f215fa596fb61192384e4c922bf9c
[2/4] module: add symbol-name to pr_debug Absolute symbol
commit: 9f5d69a7852db158bc9f5c5afa105ce12058afc3
[3/4] module: add section-size to move_module pr_debug
commit: 8cf2cfac04e4b24dfc4371306e202b09ab574a80
[4/4] module: already_uses() - reduce pr_debug output volume
commit: 6e82310365bade624ff38dd11a8467739adab6cc
Luis