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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 23 Jan 2012 14:10:44 +0530
From:	Viral Mehta <viral.vkm@...il.com>
To:	"Pradeep A. Dalvi" <netdev@...deepdalvi.com>
Cc:	netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>,
	Christoph Hellwig <hch@....de>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] netdev/ethernet: dev_alloc_skb to netdev_alloc_skb

On Sun, Jan 22, 2012 at 2:27 AM, Pradeep A. Dalvi
<netdev@...deepdalvi.com> wrote:
> Replaced deprecating dev_alloc_skb with netdev_alloc_skb in drivers/net/ethernet
>
> Signed-off-by: Pradeep A. Dalvi <netdev@...deepdalvi.com>

and these too ??

vmehta@...almehta:~/linux-3.2/drivers/infiniband/hw$ grep dev_alloc_skb -r .
./ipath/ipath_driver.c:	skb = __dev_alloc_skb(len, gfp_mask);
./nes/nes_cm.c:	skb = dev_alloc_skb(MAX_CM_BUFFER);
./nes/nes_cm.c:		skb = dev_alloc_skb(MAX_CM_BUFFER);
./nes/nes_cm.c:		skb = dev_alloc_skb(MAX_CM_BUFFER);
./nes/nes_cm.c:		skb = dev_alloc_skb(MAX_CM_BUFFER);
./nes/nes_cm.c:		skb = dev_alloc_skb(MAX_CM_BUFFER);
./nes/nes_hw.c:		skb = dev_alloc_skb(nesvnic->max_frame_size);
./nes/nes_hw.c:		skb = dev_alloc_skb(nesvnic->max_frame_size);
./nes/nes_mgt.c:		skb = dev_alloc_skb(mgtvnic->nesvnic->max_frame_size);
./nes/nes_mgt.c:			skb = dev_alloc_skb(nesvnic->max_frame_size);
./amso1100/c2.c:	skb = dev_alloc_skb(c2_port->rx_buf_size);
vmehta@...almehta:~/linux-3.2/drivers/infiniband/hw$
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ