Re: [PATCH] net: sky2: Fix shutdown crash

2016-11-17 Thread Sudeep Holla
_shutdown(). Signed-off-by: Jeremy Linton <jeremy.lin...@arm.com> Since this issue has been very random and on/off recently, it's quite hard to test this and confirm. However I did around 20 reboot/shutdown and could not reproduce the issue after applying this patch. So, Tested-by: Sudeep

Re: [PATCH RESEND 8/8] af_unix: charge buffers to kmemcg

2016-08-23 Thread Sudeep Holla
On 23/08/16 17:44, Vladimir Davydov wrote: Hello, On Tue, Aug 23, 2016 at 02:48:11PM +0100, Sudeep K N wrote: On Tue, May 24, 2016 at 5:36 PM, Vladimir Davydov wrote: On Tue, May 24, 2016 at 06:02:06AM -0700, Eric Dumazet wrote: On Tue, 2016-05-24 at 11:49 +0300,

Re: [PATCH 3/3] RFC: net: smsc911x: add wake-up event interrupt support

2016-07-11 Thread Sudeep Holla
apart from the ordinary device interrupt - and in case that is present, we register an interrupt handler to respons to this, and flag the device and this interrupt as a wakeup. Cc: Sudeep Holla <sudeep.ho...@arm.com> Cc: Alexandre Belloni <alexandre.bell...@free-electrons.com>

Re: Unhandled fault during system suspend in sky2_shutdown

2016-04-12 Thread Sudeep Holla
On 11/04/16 19:24, Stephen Hemminger wrote: On Mon, 11 Apr 2016 17:24:37 +0100 Sudeep Holla <sudeep.ho...@arm.com> wrote: [...] diff --git i/drivers/net/ethernet/marvell/sky2.c w/drivers/net/ethernet/marvell/sky2.c index ec0a22119e09..0ff0434e32fc 100644 --- i/drivers/net/et

Unhandled fault during system suspend in sky2_shutdown

2016-04-11 Thread Sudeep Holla
Hi, I am seeing unhandled fault during system suspend in sky2_shutdown. I am not sure if it's something missing in the firmware, but just wanted to check. I see that networkmanager is invoking calling to netlink_sendmsg which calls sky2_get_stats after the device is shutdown. Unhandled fault:

Re: [PATCH 2/2] Convert smsc911x to use ACPI as well as DT

2015-09-23 Thread Sudeep Holla
On 23/09/15 18:22, Jeremy Linton wrote: Marc, |FWIW, mainline booting with this patch on Juno r1 with ACPI enabled dies a |horrible death: Sorry about the delay, I didn't see this message. |How did you get this to work? Firmware release? Yes, it's a firmware problem with the ACPI tables.

Re: [PATCH 13/17] net: gianfar: remove misuse of IRQF_NO_SUSPEND flag

2015-09-22 Thread Sudeep Holla
On 22/09/15 15:04, Manoil Claudiu wrote: -Original Message- From: Thomas Gleixner [mailto:t...@linutronix.de] [...] on PPC architectures, the flag did the job. When did this change? Since when using IRQF_NO_SUSPEND is a "misuse"? It always was. Simply because IRQF_NO_SUSPEND has

[PATCH 13/17] net: gianfar: remove misuse of IRQF_NO_SUSPEND flag

2015-09-21 Thread Sudeep Holla
davemloft.net> Cc: Claudiu Manoil <claudiu.man...@freescale.com> Cc: Kevin Hao <haoke...@gmail.com> Cc: netdev@vger.kernel.org Signed-off-by: Sudeep Holla <sudeep.ho...@arm.com> --- drivers/net/ethernet/freescale/gianfar.c | 9 + 1 file changed, 5 insertions(+), 4 dele

Re: [PATCH 13/17] net: gianfar: remove misuse of IRQF_NO_SUSPEND flag

2015-09-21 Thread Sudeep Holla
On 21/09/15 17:24, Manoil Claudiu wrote: -Original Message- From: Sudeep Holla [mailto:sudeep.ho...@arm.com] Sent: Monday, September 21, 2015 6:47 PM To: linux...@vger.kernel.org; linux-ker...@vger.kernel.org Cc: Sudeep Holla <sudeep.ho...@arm.com>; Thomas Gleixner <t...@linu

Re: Suspicious RCU usage in bridge with Linux v4.0-9362-g1fc149933fd4

2015-04-23 Thread Sudeep Holla
On Thu, Apr 23, 2015 at 6:07 PM, Josh Boyer jwbo...@fedoraproject.org wrote: Hi All, We've had a user report the following backtrace from the bridge module with a recent Linus' tree. Has anything like this been reported yet? If you have any questions on setup, the user is CC'd. I too