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>] [day] [month] [year] [list]
Date:	Fri, 29 May 2009 01:39:58 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	netdev@...r.kernel.org
CC:	linux-wireless@...r.kernel.org
Subject: [PATCH 0/10]: Kill more direct references to SKB list
 implementation.


This is some more work towards eliminating exlicit references to the
SKB list implementation, with the eventual goal that converting the
tree over to use "struct list_head" for skb's can be a single commit
to just one file, linux/skbuff.h

In order for that to happen, sufficient abstract interfaces need to
exist in linux/skbuff.h (that's already mostly the case) and code
needs to use those interfaces instead of directly hitting skb->next,
skb->prev, comparing such pointers to the list head with a cast, etc.

There's still a bit more to do, but we're closer than ever to being
able to put the last nail in the coffin on this one.

I'll be pushing these out to net-next-2.6 after some sanity build
checks.
--
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