Re: [PATCH 2/2] Fix issue with dmesg.py and python 3.X

2016-05-04 Thread Kieran Bingham
On 04/05/16 04:12, buzdelab...@gmail.com wrote: > From: Dom Cote > > Replace the addition (+) of 2 python 'memoryview' objects > with the addition of 2 'bytes' objects, convert the result > back to memoryview. I'm a little concerned with the text above not quite sounding like the code below, as

Re: [PATCH 2/2] Fix issue with dmesg.py and python 3.X

2016-05-03 Thread Jan Kiszka
On 2016-05-04 05:12, buzdelab...@gmail.com wrote: > From: Dom Cote > > Replace the addition (+) of 2 python 'memoryview' objects > with the addition of 2 'bytes' objects, convert the result > back to memoryview. > > Tested with python 3.4 and 2.7 > Tested with gdb 7.7 A word here on what setup

[PATCH 2/2] Fix issue with dmesg.py and python 3.X

2016-05-03 Thread buzdelabuz2
From: Dom Cote Replace the addition (+) of 2 python 'memoryview' objects with the addition of 2 'bytes' objects, convert the result back to memoryview. Tested with python 3.4 and 2.7 Tested with gdb 7.7 Signed-off-by: Dom Cote --- scripts/gdb/linux/dmesg.py | 7 --- 1 file changed, 4 inse

[PATCH 2/2] Fix issue with dmesg.py and python 3.X

2016-05-03 Thread buzdelabuz2
From: Dom Cote Replace the addition (+) of 2 python 'memoryview' objects with the addition of 2 'bytes' objects, convert the result back to memoryview. Tested with python 3.4 and 2.7 Tested with gdb 7.7 Signed-off-by: Dom Cote --- scripts/gdb/linux/dmesg.py | 7 --- 1 file changed, 4 inse