netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHES 0/5]: Add hashinfo member to struct proto and get net/ structs back on a diet
@ 2008-02-01 22:23 acme
  2008-02-03 12:09 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: acme @ 2008-02-01 22:23 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev

Hi David,

	Please consider pulling from:

master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.25

	There are many more structs that have holes, they seem to crop up, even
on DCCP! People should use some paholing 8-)

	I'll prepare another round after carnival, and also will look at using
sparse and/or Uli's libdisasm and/or DeHydra to find struct member accesses in
functions to correlate that with struct layout when doing automatic struct
member reorgs, so as not to step into Eric's fast path 8-P

Best Regards,

- Arnaldo

 include/linux/dccp.h               |    2 -
 include/net/if_inet6.h             |    6 +--
 include/net/inet6_hashtables.h     |    2 -
 include/net/inet_connection_sock.h |    8 +----
 include/net/inet_hashtables.h      |   51 +++++---------------------------
 include/net/inet_timewait_sock.h   |    2 -
 include/net/sock.h                 |    3 +
 net/dccp/dccp.h                    |    2 -
 net/dccp/ipv4.c                    |   18 ++++-------
 net/dccp/ipv6.c                    |   20 +++++-------
 net/dccp/proto.c                   |   18 +----------
 net/ipv4/inet_connection_sock.c    |    8 +----
 net/ipv4/inet_hashtables.c         |   58 ++++++++++++++++++++++++++++++-------
 net/ipv4/tcp.c                     |    2 -
 net/ipv4/tcp_ipv4.c                |   31 +++++--------------
 net/ipv6/inet6_hashtables.c        |    4 +-
 net/ipv6/tcp_ipv6.c                |   19 +++++-------
 17 files changed, 108 insertions(+), 146 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCHES 0/5]: Add hashinfo member to struct proto and get net/ structs back on a diet
  2008-02-01 22:23 [PATCHES 0/5]: Add hashinfo member to struct proto and get net/ structs back on a diet acme
@ 2008-02-03 12:09 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-02-03 12:09 UTC (permalink / raw)
  To: acme; +Cc: netdev

From: acme@ghostprotocols.net
Date: Fri,  1 Feb 2008 20:23:31 -0200

> Hi David,
> 
> 	Please consider pulling from:
> 
> master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.25
> 
> 	There are many more structs that have holes, they seem to crop up, even
> on DCCP! People should use some paholing 8-)
> 
> 	I'll prepare another round after carnival, and also will look at using
> sparse and/or Uli's libdisasm and/or DeHydra to find struct member accesses in
> functions to correlate that with struct layout when doing automatic struct
> member reorgs, so as not to step into Eric's fast path 8-P

I've pulled these all in as patches, thanks for following
up on this work!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-03 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-01 22:23 [PATCHES 0/5]: Add hashinfo member to struct proto and get net/ structs back on a diet acme
2008-02-03 12:09 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).