From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756541AbbIYNfB (ORCPT ); Fri, 25 Sep 2015 09:35:01 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:53204 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756198AbbIYNe7 (ORCPT ); Fri, 25 Sep 2015 09:34:59 -0400 Message-ID: <56054D93.8030603@ti.com> Date: Fri, 25 Sep 2015 09:35:15 -0400 From: Murali Karicheri Organization: Texas Instruments User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: , , , , , CC: Subject: Re: [PATCH 0/7] net: netcp: a set of bug fixes References: <1443029831-22035-1-git-send-email-m-karicheri2@ti.com> In-Reply-To: <1443029831-22035-1-git-send-email-m-karicheri2@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/23/2015 01:37 PM, Murali Karicheri wrote: > This patch series fixes a set of issues in netcp driver seen during internal > testing of the driver. While at it, do some clean up as well. > > The fixes are tested on K2HK, K2L and K2E EVMs and the boot up logs can be > seen at > > http://pastebin.ubuntu.com/12533100/ > > Murali Karicheri (6): > net: netcp: remove dead code from the driver > net: netcp: move netcp_register_interface() to after attach module > net: netcp: add error check to netcp_allocate_rx_buf() > net: netcp: check for interface handle in netcp_module_probe() > net: netcp: allocate buffers to desc before re-enable interrupt > net: netcp: fix deadlock reported by lockup detector > > WingMan Kwok (1): > net: netcp: ethss: fix error in calling sgmii api with incorrect > offset > > drivers/net/ethernet/ti/netcp_core.c | 74 +++++++++++++++++------------------ > drivers/net/ethernet/ti/netcp_ethss.c | 47 ++++++++++------------ > 2 files changed, 55 insertions(+), 66 deletions(-) > Stable Maintainers, Greg, Please ignore this as NetCP driver is only enabled in v4.2 and I was initially thinking it was in v4.1. So you don't need this for any stable release such as v4.1.x Sorry for the noise. Thanks -- Murali Karicheri Linux Kernel, Keystone