All of lore.kernel.org
 help / color / mirror / Atom feed
From: Murali Karicheri <m-karicheri2@ti.com>
To: <linux-kernel@vger.kernel.org>, <netdev@vger.kernel.org>,
	<w-kwok2@ti.com>, <davem@davemloft.net>,
	<gregkh@linuxfoundation.org>, <stable@vger.kernel.org>
Cc: <nsekhar@ti.com>
Subject: Re: [PATCH 0/7] net: netcp: a set of bug fixes
Date: Fri, 25 Sep 2015 09:35:15 -0400	[thread overview]
Message-ID: <56054D93.8030603@ti.com> (raw)
In-Reply-To: <1443029831-22035-1-git-send-email-m-karicheri2@ti.com>

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

      parent reply	other threads:[~2015-09-25 13:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-23 17:37 [PATCH 0/7] net: netcp: a set of bug fixes Murali Karicheri
2015-09-23 17:37 ` [PATCH 1/7] net: netcp: ethss: fix error in calling sgmii api with incorrect offset Murali Karicheri
2015-09-23 17:37 ` [PATCH 2/7] net: netcp: remove dead code from the driver Murali Karicheri
2015-09-23 17:37 ` [PATCH 3/7] net: netcp: move netcp_register_interface() to after attach module Murali Karicheri
2015-09-23 17:37 ` [PATCH 4/7] net: netcp: add error check to netcp_allocate_rx_buf() Murali Karicheri
2015-09-23 17:37 ` [PATCH 5/7] net: netcp: check for interface handle in netcp_module_probe() Murali Karicheri
2015-09-23 17:37 ` [PATCH 6/7] net: netcp: allocate buffers to desc before re-enable interrupt Murali Karicheri
2015-09-23 17:37 ` [PATCH 7/7] net: netcp: fix deadlock reported by lockup detector Murali Karicheri
2015-09-23 21:39 ` [PATCH 0/7] net: netcp: a set of bug fixes David Miller
2015-09-25 13:35 ` Murali Karicheri [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56054D93.8030603@ti.com \
    --to=m-karicheri2@ti.com \
    --cc=davem@davemloft.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nsekhar@ti.com \
    --cc=stable@vger.kernel.org \
    --cc=w-kwok2@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.