lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <46D7FE52.8020807@garzik.org> Date: Fri, 31 Aug 2007 07:41:06 -0400 From: Jeff Garzik <jeff@...zik.org> To: Divy Le Ray <divy@...lsio.com> CC: rdreier@...co.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, swise@...ngridcomputing.com Subject: Re: [PATCH 2.6.23 1/2] cxgb3 - Fix dev->priv usage Divy Le Ray wrote: > From: Divy Le Ray <divy@...lsio.com> > > cxgb3 used netdev_priv() and dev->priv for different purposes. > In 2.6.23, netdev_priv() == dev->priv, cxgb3 needs a fix. > This patch is a partial backport of Dave Miller's changes in the > net-2.6.24 git branch. > > Without this fix, cxgb3 crashes on 2.6.23. > > Signed-off-by: Divy Le Ray <divy@...lsio.com> > --- > > drivers/infiniband/hw/cxgb3/cxio_hal.c | 2 - > drivers/net/cxgb3/adapter.h | 2 + > drivers/net/cxgb3/cxgb3_main.c | 126 ++++++++++++++++++-------------- > drivers/net/cxgb3/cxgb3_offload.c | 16 +++- > drivers/net/cxgb3/cxgb3_offload.h | 2 + > drivers/net/cxgb3/sge.c | 23 ++++-- > drivers/net/cxgb3/t3cdev.h | 3 - > 7 files changed, 105 insertions(+), 69 deletions(-) applied 1-2 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists