diff options
| author | Jim Cromie <[email protected]> | 2020-07-19 17:10:50 -0600 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-07-24 17:00:09 +0200 |
| commit | 47e9f5a82329696b31e7e0672653954f6e9b0f54 (patch) | |
| tree | b331745383a9e0d0ffc7f28b3385f7dda59c8622 /scripts/gdb/linux/config.py | |
| parent | 9c9d0acbe2793315fa6945a19685ad2a51fb281b (diff) | |
dyndbg: make ddebug_tables list LIFO for add/remove_module
loadable modules are the last in on this list, and are the only
modules that could be removed. ddebug_remove_module() searches from
head, but ddebug_add_module() uses list_add_tail(). Change it to
list_add() for a micro-optimization.
Acked-by: <[email protected]>
Signed-off-by: Jim Cromie <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions