linux-stable/scripts/gdb/linux
Peng Liu 946e067b4c scripts/gdb: fix lx-timerlist for Python3
commit 7362042f35 upstream.

Below incompatibilities between Python2 and Python3 made lx-timerlist fail
to run under Python3.

o xrange() is replaced by range() in Python3
o bytes and str are different types in Python3
o the return value of Inferior.read_memory() is memoryview object in
  Python3

akpm: cc stable so that older kernels are properly debuggable under newer
Python.

Link: https://lkml.kernel.org/r/TYCP286MB2146EE1180A4D5176CBA8AB2C6819@TYCP286MB2146.JPNP286.PROD.OUTLOOK.COM
Signed-off-by: Peng Liu <liupeng17@lenovo.com>
Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Kieran Bingham <kbingham@kernel.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-05-17 11:35:55 +02:00
..
.gitignore
__init__.py
clk.py scripts/gdb: bail early if there are no clocks 2023-05-17 11:35:47 +02:00
config.py
constants.py.in
cpus.py
device.py
dmesg.py
genpd.py scripts/gdb: bail early if there are no generic PD 2023-05-17 11:35:48 +02:00
lists.py
Makefile
modules.py
proc.py
rbtree.py
symbols.py
tasks.py
timerlist.py scripts/gdb: fix lx-timerlist for Python3 2023-05-17 11:35:55 +02:00
utils.py scripts/gdb: fix lx-timerlist for Python3 2023-05-17 11:35:55 +02:00