Re: [PATCH 1/3] fsl_pq_mdio: Fix compiler/sparse warnings (part 1)

2009-11-08 Thread David Miller
From: Anton Vorontsov avoront...@ru.mvista.com Date: Thu, 5 Nov 2009 01:52:56 +0300 commit 1d2397d742b7a2b39b2f09dd9da3b9d1463f55e9 (fsl_pq_mdio: Add Suport for etsec2.0 devices) introduced the following warnings: ... Signed-off-by: Anton Vorontsov avoront...@ru.mvista.com Applied.

Re: [PATCH 2/3] fsl_pq_mdio: Fix compiler/sparse warnings (part 2)

2009-11-08 Thread David Miller
From: Anton Vorontsov avoront...@ru.mvista.com Date: Thu, 5 Nov 2009 01:52:57 +0300 This patch fixes following warnings: fsl_pq_mdio.c:112:38: warning: cast adds address space to expression (asn:2) fsl_pq_mdio.c:124:38: warning: cast adds address space to expression (asn:2)

Re: [PATCH 3/3] gianfar: Fix compiler and sparse warnings

2009-11-08 Thread David Miller
From: Anton Vorontsov avoront...@ru.mvista.com Date: Thu, 5 Nov 2009 01:53:00 +0300 commit fba4ed030cfae7efdb6b79a57b0c5a9d72c9de83 (gianfar: Add Multiple Queue Support) introduced the following warnings: ... Signed-off-by: Anton Vorontsov avoront...@ru.mvista.com Applied.

Re: [PATCH RFC] gianfar: Make polling safe with IRQs disabled

2009-11-08 Thread David Miller
From: Anton Vorontsov avoront...@ru.mvista.com Date: Thu, 5 Nov 2009 01:57:11 +0300 When using KGDBoE, gianfar driver spits 'Interrupt problem' messages, which appears to be a legitimate warning, i.e. we may end up calling netif_receive_skb() or vlan_hwaccel_receive_skb() with IRQs disabled.

Re: [PATCH RFC] gianfar: Do not call skb recycling with disabled IRQs

2009-11-08 Thread David Miller
From: Anton Vorontsov avoront...@ru.mvista.com Date: Thu, 5 Nov 2009 19:57:38 +0300 But that basically means that with skb recycling we can't safely use KGDBoE, though we can add something like this: Please stop adding special logic only to your driver to handle these things. Either it's a

Re: [GIT PULL] perf_event/tracing/powerpc patches from Anton Blanchard

2009-11-08 Thread Ingo Molnar
* Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Thu, 2009-10-29 at 07:55 +0100, Ingo Molnar wrote: * Paul Mackerras pau...@samba.org wrote: Here is a series of patches from Anton Blanchard that implement some nice tracing and perf_event features on powerpc. One of them

Allow overriding of CC in powerpc kernel build

2009-11-08 Thread David Gibson
arch/powerpc/Makefile uses make 'override' directives to add -m32 or -m64 depending on config to the CC variable, and matching options to the AS, LD and AR variables to correctly use a biarch compiler. Unfortunately this doesn't work as intended if you actually attempt to set CC from the make

Re: [patch 09/16] powerpc: Replace old style lock initializer

2009-11-08 Thread Stephen Rothwell
Hi Thomas, On Sat, 07 Nov 2009 09:55:44 +1100 Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Fri, 2009-11-06 at 22:41 +, Thomas Gleixner wrote: plain text document attachment (power-replace-old-style-lock-init.patch) SPIN_LOCK_UNLOCKED is deprecated. Init the lock array at