[PATCH 05/10] powerpc: select ARCH_MIGHT_HAVE_PC_SERIO

2013-12-14 Thread Mark Salter
Architectures which might use an i8042 for serial IO to keyboard, mouse, etc should select ARCH_MIGHT_HAVE_PC_SERIO. Signed-off-by: Mark Salter msal...@redhat.com CC: Benjamin Herrenschmidt b...@kernel.crashing.org CC: Paul Mackerras pau...@samba.org CC: linuxppc-dev@lists.ozlabs.org ---

[PATCH 10/10] Kconfig: cleanup SERIO_I8042 dependencies

2013-12-14 Thread Mark Salter
Remove messy dependencies from SERIO_I8042 by having it depend on one Kconfig symbol (ARCH_MIGHT_HAVE_PC_SERIO) and having architectures which need it select ARCH_MIGHT_HAVE_PC_SERIO in arch/*/Kconfig. New architectures are unlikely to need SERIO_I8042, so this avoids having an ever growing list

Re: 3.13-rc1: eth0 hw csum failure on powerpc (bisected)

2013-12-14 Thread Christian Kujau
On Sat, 30 Nov 2013 at 23:05, Andreas Schwab wrote: [...] Freeing unused kernel memory: 204K (c06ea000 - c071d000) eth0: hw csum failure CPU: 0 PID: 0 Comm: swapper Not tainted 3.13.0-rc2 #1 Call Trace: Btw, full dmesg .config: http://nerdbynature.de/bits/3.13-rc1/

Re: [PATCH 10/10] Kconfig: cleanup SERIO_I8042 dependencies

2013-12-14 Thread H. Peter Anvin
On 12/14/2013 08:59 AM, Mark Salter wrote: Remove messy dependencies from SERIO_I8042 by having it depend on one Kconfig symbol (ARCH_MIGHT_HAVE_PC_SERIO) and having architectures which need it select ARCH_MIGHT_HAVE_PC_SERIO in arch/*/Kconfig. New architectures are unlikely to need

Re: 3.13-rc1: eth0 hw csum failure on powerpc (bisected)

2013-12-14 Thread David Miller
From: Christian Kujau li...@nerdbynature.de Date: Sat, 14 Dec 2013 16:40:39 -0800 (PST) And sure enough, today's 3.13-rc3 with only that commit reverted boots just fine on this PowerBook G4 system. It's reverted in my 'net' tree, that tree simple hasn't been pushed to Linus just yet, please