Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1232825
| From | Murali Karicheri <m-karicheri2@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/7] net: netcp: a set of bug fixes |
| Date | 2015-09-25 15:40 +0200 |
| Message-ID | <qcBod-2Py-1@gated-at.bofh.it> (permalink) |
| References | <qbWbn-2Bf-7@gated-at.bofh.it> |
| Organization | Texas Instruments |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/7] net: netcp: a set of bug fixes Murali Karicheri <m-karicheri2@ti.com> - 2015-09-23 19:40 +0200 [PATCH 3/7] net: netcp: move netcp_register_interface() to after attach module Murali Karicheri <m-karicheri2@ti.com> - 2015-09-23 19:40 +0200 Re: [PATCH 0/7] net: netcp: a set of bug fixes David Miller <davem@davemloft.net> - 2015-09-23 23:40 +0200 Re: [PATCH 0/7] net: netcp: a set of bug fixes Murali Karicheri <m-karicheri2@ti.com> - 2015-09-25 15:40 +0200
csiph-web