Re: [uml-devel] mmotm 2013-11-20-16-13 uploaded (arch/um/kernel/sysrq.c)

2013-11-21 Thread Randy Dunlap
On 11/20/13 16:14, a...@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2013-11-20-16-13 has been uploaded to > >http://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > http://www.ozlabs.org/~akpm/mmotm/ > > This is a snapshot of my -mm

Re: [uml-devel] [PATCH] um: Rename print_stack_trace to do_stack_trace

2013-11-21 Thread Randy Dunlap
On 11/21/13 00:31, Richard Weinberger wrote: > We cannot use print_stack_trace because the name conflicts > with linux/stacktrace.h. > > Reported-by: Randy Dunlap > Signed-off-by: Richard Weinberger Acked-by: Randy Dunlap Thanks. > --- > arch/um/kernel/sysrq.c | 4 ++-- > 1 file changed, 2

[uml-devel] [PATCH] um: Rename print_stack_trace to do_stack_trace

2013-11-21 Thread Richard Weinberger
We cannot use print_stack_trace because the name conflicts with linux/stacktrace.h. Reported-by: Randy Dunlap Signed-off-by: Richard Weinberger --- arch/um/kernel/sysrq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/um/kernel/sysrq.c b/arch/um/kernel/sysrq.c inde

Re: [uml-devel] mmotm 2013-11-20-16-13 uploaded (arch/um/kernel/sysrq.c)

2013-11-21 Thread Richard Weinberger
Am Mittwoch, 20. November 2013, 16:52:05 schrieb Randy Dunlap: > On 11/20/13 16:14, a...@linux-foundation.org wrote: > > The mm-of-the-moment snapshot 2013-11-20-16-13 has been uploaded to > > > >http://www.ozlabs.org/~akpm/mmotm/ > > > > mmotm-readme.txt says > > > > README for mm-of-the-mo