Re: [PATCH] scripts/gdb: fix list_for_each

2020-09-23 Thread Kieran Bingham
On 23/09/2020 14:13, George Prekas wrote: > Hi Kieran, > > On 9/22/2020 2:11 PM, Kieran Bingham wrote: >> Hi George, >> >> On 22/09/2020 18:17, Prekas, George wrote: >>> >>> On 9/22/2020 9:32 AM, Jan Kiszka wrote: On 22.09.20 16:28, George Prekas wrote: > If the next pointer is NULL,

Re: [PATCH] scripts/gdb: fix list_for_each

2020-09-23 Thread George Prekas
Hi Kieran, On 9/22/2020 2:11 PM, Kieran Bingham wrote: > Hi George, > > On 22/09/2020 18:17, Prekas, George wrote: >> >> On 9/22/2020 9:32 AM, Jan Kiszka wrote: >>> >>> On 22.09.20 16:28, George Prekas wrote: If the next pointer is NULL, list_for_each gets stuck in an infinite loop. >>>

Re: [PATCH] scripts/gdb: fix list_for_each

2020-09-22 Thread Kieran Bingham
Hi George, On 22/09/2020 18:17, Prekas, George wrote: > > On 9/22/2020 9:32 AM, Jan Kiszka wrote: >> >> On 22.09.20 16:28, George Prekas wrote: >>> If the next pointer is NULL, list_for_each gets stuck in an infinite >>> loop. >>> >>> Signed-off-by: George Prekas >>> --- >>>   scripts/gdb/linux/

Re: [PATCH] scripts/gdb: fix list_for_each

2020-09-22 Thread Prekas, George
On 9/22/2020 9:32 AM, Jan Kiszka wrote: > > On 22.09.20 16:28, George Prekas wrote: >> If the next pointer is NULL, list_for_each gets stuck in an infinite >> loop. >> >> Signed-off-by: George Prekas >> --- >>   scripts/gdb/linux/lists.py | 2 ++ >>   1 file changed, 2 insertions(+) >> >> diff -

Re: [PATCH] scripts/gdb: fix list_for_each

2020-09-22 Thread Jan Kiszka
On 22.09.20 16:28, George Prekas wrote: If the next pointer is NULL, list_for_each gets stuck in an infinite loop. Signed-off-by: George Prekas ---  scripts/gdb/linux/lists.py | 2 ++  1 file changed, 2 insertions(+) diff --git a/scripts/gdb/linux/lists.py b/scripts/gdb/linux/lists.py index c

[PATCH] scripts/gdb: fix list_for_each

2020-09-22 Thread George Prekas
If the next pointer is NULL, list_for_each gets stuck in an infinite loop. Signed-off-by: George Prekas ---  scripts/gdb/linux/lists.py | 2 ++  1 file changed, 2 insertions(+) diff --git a/scripts/gdb/linux/lists.py b/scripts/gdb/linux/lists.py index c487ddf09d38..424a91c1aa8b 100644 --- a/scri