Re: [PATCH 0/2][next] update gdb scripts for lockless printk ringbuffer

From: Nick Desaulniers
Date: Fri Aug 14 2020 - 18:25:22 EST


On Fri, Aug 14, 2020 at 2:25 PM John Ogness <john.ogness@xxxxxxxxxxxxx> 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 <ndesaulniers@xxxxxxxxxx>

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