On Fri, Aug 14, 2020 at 2:25 PM John Ogness <[email protected]> wrote: > > Hi, > > When we brought in the new lockless printk ringbuffer, we overlooked the gdb > scripts. Here are a set of patches to implement gdb support for the new > ringbuffer. > > John Ogness (2): > scripts/gdb: add utils.read_ulong() > scripts/gdb: update for lockless printk ringbuffer
Thanks John! For the series: Tested-by: Nick Desaulniers <[email protected]> > > Documentation/admin-guide/kdump/gdbmacros.txt | 153 ++++++++++++------ > scripts/gdb/linux/dmesg.py | 139 +++++++++++----- > scripts/gdb/linux/utils.py | 7 + > 3 files changed, 216 insertions(+), 83 deletions(-) > > -- > 2.20.1 > -- Thanks, ~Nick Desaulniers

