Re: [PATCH v2] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-11-28 Thread Kaiwan N Billimoria
On Tue, Nov 28, 2017 at 11:58 AM, Tobin C. Harding wrote: > > At this stage I am unsure > how best to convey my ideas back to you. It seems that adding 32 bit x86 > support is making a big enough change to the script that rather than you > patching and me maintaining we could see it more as co-dev

Re: [PATCH v2] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-11-27 Thread Tobin C. Harding
On Mon, Nov 27, 2017 at 08:42:16AM +0530, kaiwan.billimo...@gmail.com wrote: > Currently, leaking_addresses.pl only supports scanning and displaying 'leaked' > 64-bit kernel virtual addresses. We can scan for and display 'leaked' 32-bit > kernel virtual addresses as well. Hi Kaiwan, This is start

[PATCH v2] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-11-26 Thread kaiwan . billimoria
Currently, leaking_addresses.pl only supports scanning and displaying 'leaked' 64-bit kernel virtual addresses. We can scan for and display 'leaked' 32-bit kernel virtual addresses as well. Briefly, the way it works: once it detects we're running on an i'x'86 platform, (where x=3|4|5|6), it takes