Re: [PATCH v2] kdump: Fix gdb macros work work with newer and 64-bit kernels

2016-05-16 Thread Baoquan He
Cc Andrew and Jonathan. On 05/10/16 at 07:30pm, miny...@acm.org wrote: > From: Corey Minyard > > Lots of little changes needed to be made to clean these up, remove the > four byte pointer assumption and traverse the pid queue properly. > Also consolidate the traceback code into a single function

Re: [PATCH v2] kdump: Fix gdb macros work work with newer and 64-bit kernels

2016-05-16 Thread Baoquan He
On 05/16/16 at 06:52am, Corey Minyard wrote: > On 05/16/2016 04:32 AM, Baoquan He wrote: > >On 05/10/16 at 07:30pm, miny...@acm.org wrote: > >>From: Corey Minyard > >> > >>Lots of little changes needed to be made to clean these up, remove the > >>four byte pointer assumption and traverse the pid q

Re: [PATCH v2] kdump: Fix gdb macros work work with newer and 64-bit kernels

2016-05-16 Thread Corey Minyard
On 05/16/2016 04:32 AM, Baoquan He wrote: On 05/10/16 at 07:30pm, miny...@acm.org wrote: From: Corey Minyard Lots of little changes needed to be made to clean these up, remove the four byte pointer assumption and traverse the pid queue properly. Also consolidate the traceback code into a singl

Re: [PATCH v2] kdump: Fix gdb macros work work with newer and 64-bit kernels

2016-05-16 Thread Baoquan He
On 05/16/16 at 05:32pm, Baoquan He wrote: > On 05/10/16 at 07:30pm, miny...@acm.org wrote: > > From: Corey Minyard > > > > Lots of little changes needed to be made to clean these up, remove the > > four byte pointer assumption and traverse the pid queue properly. > > Also consolidate the tracebac

Re: [PATCH v2] kdump: Fix gdb macros work work with newer and 64-bit kernels

2016-05-16 Thread Baoquan He
On 05/10/16 at 07:30pm, miny...@acm.org wrote: > From: Corey Minyard > > Lots of little changes needed to be made to clean these up, remove the > four byte pointer assumption and traverse the pid queue properly. > Also consolidate the traceback code into a single function instead > of having thre