Re: [uml-devel] [PATCH v2 08/47] kernel: Move pm_power_off to common code

2014-10-22 Thread Ralf Baechle
gt; Acked-by: Xuetao Guan > Signed-off-by: Guenter Roeck Acked-by: Ralf Baechle -- ___ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://l

Re: [uml-devel] [PATCH v3] arch: Kconfig: Let all architectures set endian explicitly

2014-08-14 Thread Ralf Baechle
On Fri, Aug 15, 2014 at 12:54:53AM +0800, Chen Gang wrote: > Normal architectures: > > - Big endian: avr32, frv, m68k, openrisc, parisc, s390, sparc > > - Little endian: alpha, blackfin, cris, hexagon, ia64, metag, mn10300, > score, unicore32, x86 > > - Choose in config tim

Re: [uml-devel] [PATCH net-next 8/8] arch: Use eth_random_addr

2012-07-16 Thread Ralf Baechle
2 +- > arch/mips/ar7/platform.c|4 ++-- > arch/mips/powertv/powertv_setup.c |6 +++--- > arch/um/drivers/net_kern.c |2 +- > 5 files changed, 8 insertions(+), 8 deletions(-) Acked-b

Re: [uml-devel] [PATCHv4 01/11] atomic: add *_dec_not_zero

2011-08-02 Thread Ralf Baechle
On Wed, Jul 27, 2011 at 11:47:40AM +0200, Sven Eckelmann wrote: For MIPS: Acked-by: Ralf Baechle Ralf -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers

Re: [uml-devel] [PATCH -v2] Audit: push audit success and retcode into arch ptrace.h

2011-06-08 Thread Ralf Baechle
On Fri, Jun 03, 2011 at 06:04:51PM -0400, Eric Paris wrote: Thanks, this looks good & compiles, so: Acked-by: Ralf Baechle I will rebase my pending MIPS audit patches on top of this patch and resend. Thanks,

Re: [uml-devel] [PATCH] lib: Consolidate DEBUG_STACK_USAGE option

2011-05-10 Thread Ralf Baechle
On Fri, May 06, 2011 at 10:57:11PM -0700, Stephen Boyd wrote: Acked-by: Ralf Baechle Ralf -- Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel

Re: [uml-devel] [PATCH] sched: provide scheduler_ipi() callback in response to smp_send_reschedule()

2011-01-25 Thread Ralf Baechle
Here are a few more for you to fold into the existing patch. Ralf Signed-off-by: Ralf Baechle arch/mips/cavium-octeon/smp.c |2 ++ arch/mips/mti-malta/malta-int.c |2 ++ arch/mips/pmc-sierra/yosemite/smp.c |4 arch/mips/sgi-ip27/ip27-irq.c |2 ++ 4 files cha