[PATCH 0/3] scripts/gdb: timerlist: fix rb_node access and python errors

Amjad Ouled-Ameur posted 3 patches 3 years, 8 months ago
scripts/gdb/linux/timerlist.py | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
[PATCH 0/3] scripts/gdb: timerlist: fix rb_node access and python errors
Posted by Amjad Ouled-Ameur 3 years, 8 months ago
This patchset fixes use of lx-timerlist with kgdb.

It has been tested on Amlogic libretech-cc s905X and works fine [0]

[0]: https://pastebin.com/RAhQYh6L

Amjad Ouled-Ameur (3):
  scripts/gdb: timerlist: use range instead of xrange
  scripts/gdb: timerlist: fix rb_node access
  scripts/gdb: timerlist: convert int chunks to str

 scripts/gdb/linux/timerlist.py | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

-- 
2.37.1
Re: [PATCH 0/3] scripts/gdb: timerlist: fix rb_node access and python errors
Posted by Florian Fainelli 3 years ago
Hi Amjad, Jan,

On 7/27/2022 7:14 AM, Amjad Ouled-Ameur wrote:
> This patchset fixes use of lx-timerlist with kgdb.
> 
> It has been tested on Amlogic libretech-cc s905X and works fine [0]
> 
> [0]: https://pastebin.com/RAhQYh6L

Was right about to submit similar fixes. The whole series is:

Tested-by: Florian Fainelli <f.fainelli@gmail.com>

Jan, it would appear there were earlier attempts at fixing timerlist.py, 
however as of 6.3-rc3, none of those patches have been merged, can you 
take them? Thanks!
-- 
Florian
Re: [PATCH 0/3] scripts/gdb: timerlist: fix rb_node access and python errors
Posted by Amjad Ouled-Ameur 3 years ago
Hi Florian,

Thank you for testing the series.


Regards,

Amjad

On 3/24/23 14:03, Florian Fainelli wrote:
> Hi Amjad, Jan,
>
> On 7/27/2022 7:14 AM, Amjad Ouled-Ameur wrote:
>> This patchset fixes use of lx-timerlist with kgdb.
>>
>> It has been tested on Amlogic libretech-cc s905X and works fine [0]
>>
>> [0]: https://pastebin.com/RAhQYh6L
>
> Was right about to submit similar fixes. The whole series is:
>
> Tested-by: Florian Fainelli <f.fainelli@gmail.com>
>
> Jan, it would appear there were earlier attempts at fixing timerlist.py, however as of 6.3-rc3, none of those patches have been merged, can you take them? Thanks!