[PATCH 00/16] remove trailing spaces in messages

2010-02-06 Thread Frans Pop
(-) Frans Pop (16): alpha: remove trailing spaces in messages arm: remove trailing spaces in messages ia64: remove trailing space in messages m68k: remove trailing space in messages microblaze: remove trailing space in messages mips: remove trailing space in messages

[PATCH 13/16] powerpc: remove trailing space in messages

2010-02-06 Thread Frans Pop
Signed-off-by: Frans Pop elen...@planet.nl Cc: linuxppc-...@ozlabs.org Cc: Benjamin Herrenschmidt b...@kernel.crashing.org Cc: Paul Mackerras pau...@samba.org --- Please review the following with extra attention: - arch/powerpc/kernel/lparcfg.c: last blob - arch/powerpc/platforms/85xx/stx_gp3.c

[PATCH 00/09] net: remove trailing spaces in messages

2010-03-24 Thread Frans Pop
. Shortstat: 56 files changed, 236 insertions(+), 236 deletions(-) Frans Pop (9): net: remove trailing space in messages net/tipc: remove trailing space in messages net/irda: remove trailing space in messages net/ps3_gelic: remove trailing space in messages net/smc91xx: remove

[PATCH 4/9] net/ps3_gelic: remove trailing space in messages

2010-03-24 Thread Frans Pop
ps3_gelic_wireless.c: also remove a stray p after a newline. Signed-off-by: Frans Pop elen...@planet.nl Cc: Benjamin Herrenschmidt b...@kernel.crashing.org Cc: linuxppc-...@ozlabs.org --- drivers/net/ps3_gelic_net.c |4 ++-- drivers/net/ps3_gelic_wireless.c | 34

Re: [PATCH 00/09] net: remove trailing spaces in messages

2010-03-24 Thread Frans Pop
On Wednesday 24 March 2010, David Miller wrote: All applied, but I have to make some fixups. For example, GIT warns about trailing whitespace on any lines that you touched so I had to fix those up before putting them into the tree. I did wonder about fixing that or not. But as the surrounding

Re: Badness on the Warp

2009-06-20 Thread Frans Pop
The git bisect returned:   871fa90791a6f83dd8e2e489feb9534a8c02088d is first bad commit That is it, no more info strange. git show 8714...088d gives: Merge: 7702667... 79f52b7... Author: Linus Torvalds torva...@linux-foundation.org Date:   Thu Jun 11 11:27:09 2009 -0700 The Warp has

Re: Badness on the Warp

2009-06-20 Thread Frans Pop
On Sunday 21 June 2009, Sean MacLennan wrote: On Sat, 20 Jun 2009 22:56:45 +0200 Frans Pop elen...@planet.nl wrote: The fact that your bisect ended at a merge essentially means that it is invalid. As a merge does not introduce any actual change (unless it includes changes to resolve

Re: Badness on the Warp

2009-06-20 Thread Frans Pop
On Sunday 21 June 2009, Sean MacLennan wrote: I found the source of the badness. The backtrace is correct: uic_init_one So that's in arch/powerpc/sysdev/uic.c. ___alloc_bootmem ___alloc_bootmem_nopanic alloc_arch_preferred_bootmem In alloc_arch_preferred_bootmem we have: if

[PATCH] powerpc: minor Makefile simplification through use of cc-ifversion

2009-07-23 Thread Frans Pop
Signed-off-by: Frans Pop elen...@planet.nl --- Change was suggested by Sam Ravnborg; see http://lkml.org/lkml/2009/7/18/15. Untested. diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index bc35f4e..952a396 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -77,7 +77,7