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: <1219808115.7135.15.camel@nsl>
Date: Wed, 27 Aug 2008 11:35:15 +0800
From: Kevin Lo <kevlo@...lo.org>
To: netdev@...r.kernel.org
Subject: [PATCH] 8139cp: use netdev_alloc_skb
Hi,
This patch uses netdev_alloc_skb. This sets skb->dev and allows
arch specific allocation. Also cleanup the alignment code.
Tested on x86_64.
Signed-off-by: Kevin Lo <kevlo@...lo.org>
View attachment "patch-8139cp" of type "text/x-patch" (1674 bytes)