Arjun, On Mon, 2015-01-26 at 22:49 +0530, Arjun Sreedharan wrote: > Ping !!
I wouldn't hold my breath waiting for any response, if I were you. > On 30 November 2014 at 16:29, Arjun Sreedharan <[email protected]> wrote: > > replace rendundant hex() with kernel's hex_to_bin() > > > > Signed-off-by: Arjun Sreedharan <[email protected]> > > --- > > arch/mn10300/kernel/gdb-stub.c | 61 > > ++++++++++++++++-------------------------- > > 1 file changed, 23 insertions(+), 38 deletions(-) You can't actually build a mn10300 kernel with GDBSTUB set since v2.6.39, see https://lkml.org/lkml/2014/9/18/387 . Perhaps you still managed to build arch/mn10300/kernel/gdb-stub.o manually, bypassing kconfig. Or did you just edit out its dependency on DEPRECATED? Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

