Re: [PATCH] powerpc: Fix dynamic relocation

2013-03-09 Thread Andreas Schwab
Benjamin Herrenschmidt writes: > That might fix the mac too.. It does. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." ___ Linux

Re: [PATCH] powerpc: Fix dynamic relocation

2013-03-09 Thread Alexander Graf
Am 09.03.2013 um 08:29 schrieb Benjamin Herrenschmidt : > On Sat, 2013-03-09 at 02:02 +0100, Alexander Graf wrote: >> Commit 5ac47f7a introduced dynamic relocation of code by manually >> relocating TOC entries. However, we need to access the TOC using >> the physical address that we have for it

Re: [PATCH net-next] drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb

2013-03-09 Thread David Miller
From: Joe Perches Date: Fri, 8 Mar 2013 17:03:25 -0800 > Emitting netdev_alloc_skb and netdev_alloc_skb_ip_align OOM > messages is unnecessary as there is already a dump_stack > after allocation failures. > > Other trivial changes around these removals: > > Convert a few comparisons of pointer

Re: Linux kernel 3.x problems on PowerMac G5

2013-03-09 Thread Phileas Fogg
On 03/07/2013 09:22 PM, Benjamin Herrenschmidt wrote: On Thu, 2013-03-07 at 21:08 +0100, Phileas Fogg wrote: And the bisect couldn't find the commit which causes hangs on my machine. All commits which were provided by the bisect were bad. And the commit before tha last bad bisect commit was bad

Re: Linux kernel 3.x problems on PowerMac G5

2013-03-09 Thread Benjamin Herrenschmidt
On Sun, 2013-03-10 at 01:26 +0100, Phileas Fogg wrote: > i managed to find the bad commit after a couple of days bisecting. Thanks ! > > 44ae3ab3358e962039c36ad4ae461ae9fb29596c is the first bad commit > commit 44ae3ab3358e962039c36ad4ae461ae9fb29596c > Author: Matt

Re: [PATCH] drivers/tty/hvc: fixup original commit: 9276dfd27897a0b29d8b5814f39a1f82f56b6b6b

2013-03-09 Thread Chen Gang
于 2013年03月08日 19:11, David Laight 写道: > Using strlcpy() also stops someone else having to check it > again in a few years time. yes. :-) -- Chen Gang Asianux Corporation ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.oz

Re: Linux kernel 3.x problems on PowerMac G5

2013-03-09 Thread Phileas Fogg
On 03/10/2013 01:45 AM, Benjamin Herrenschmidt wrote: Have you verified that if you checkout git at the above commit point, it fails and if you then just revert that commit on top, it works again ? The above should have been mostly a NOP change but I'll have a closer look in case a typo of som