netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] Kill arch_fast_hash
@ 2014-12-10 15:33 Daniel Borkmann
  2014-12-10 15:33 ` [PATCH net-next 1/3] netlink: use jhash as hashfn for rhashtable Daniel Borkmann
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Daniel Borkmann @ 2014-12-10 15:33 UTC (permalink / raw)
  To: davem; +Cc: netdev, tgraf, hannes

Due to the size of changes I have based this against net-next,
also given 3.18 is already out. I've split this into 3 parts,
the first two to remove existing users (so they can optionally
go to stable) and the last one to kill the remaining library bits.

Let me know if there are any issues.

Thanks!

Daniel Borkmann (3):
  netlink: use jhash as hashfn for rhashtable
  net: replace remaining users of arch_fast_hash with jhash
  net, lib: kill arch_fast_hash library bits

 arch/alpha/include/asm/Kbuild      |  1 -
 arch/arc/include/asm/Kbuild        |  1 -
 arch/arm/include/asm/Kbuild        |  1 -
 arch/arm64/include/asm/Kbuild      |  1 -
 arch/avr32/include/asm/Kbuild      |  1 -
 arch/blackfin/include/asm/Kbuild   |  1 -
 arch/c6x/include/asm/Kbuild        |  1 -
 arch/cris/include/asm/Kbuild       |  1 -
 arch/frv/include/asm/Kbuild        |  1 -
 arch/hexagon/include/asm/Kbuild    |  1 -
 arch/ia64/include/asm/Kbuild       |  1 -
 arch/m32r/include/asm/Kbuild       |  1 -
 arch/m68k/include/asm/Kbuild       |  1 -
 arch/metag/include/asm/Kbuild      |  1 -
 arch/microblaze/include/asm/Kbuild |  1 -
 arch/mips/include/asm/Kbuild       |  1 -
 arch/mn10300/include/asm/Kbuild    |  1 -
 arch/openrisc/include/asm/Kbuild   |  1 -
 arch/parisc/include/asm/Kbuild     |  1 -
 arch/powerpc/include/asm/Kbuild    |  1 -
 arch/s390/include/asm/Kbuild       |  1 -
 arch/score/include/asm/Kbuild      |  1 -
 arch/sh/include/asm/Kbuild         |  1 -
 arch/sparc/include/asm/Kbuild      |  1 -
 arch/tile/include/asm/Kbuild       |  1 -
 arch/um/include/asm/Kbuild         |  1 -
 arch/unicore32/include/asm/Kbuild  |  1 -
 arch/x86/include/asm/hash.h        |  7 ---
 arch/x86/lib/Makefile              |  2 +-
 arch/x86/lib/hash.c                | 92 --------------------------------------
 arch/xtensa/include/asm/Kbuild     |  1 -
 fs/nfsd/nfs4state.c                |  6 +--
 include/asm-generic/hash.h         |  9 ----
 include/linux/hash.h               | 35 ---------------
 lib/Makefile                       |  2 +-
 lib/hash.c                         | 39 ----------------
 lib/rhashtable.c                   |  8 ++--
 net/netlink/af_netlink.c           |  2 +-
 net/openvswitch/flow_table.c       |  4 +-
 tools/perf/util/include/asm/hash.h |  6 ---
 40 files changed, 12 insertions(+), 228 deletions(-)
 delete mode 100644 arch/x86/include/asm/hash.h
 delete mode 100644 arch/x86/lib/hash.c
 delete mode 100644 include/asm-generic/hash.h
 delete mode 100644 lib/hash.c
 delete mode 100644 tools/perf/util/include/asm/hash.h

-- 
1.7.11.7

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

end of thread, other threads:[~2014-12-11 10:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10 15:33 [PATCH net-next 0/3] Kill arch_fast_hash Daniel Borkmann
2014-12-10 15:33 ` [PATCH net-next 1/3] netlink: use jhash as hashfn for rhashtable Daniel Borkmann
2014-12-10 15:33 ` [PATCH net-next 2/3] net: replace remaining users of arch_fast_hash with jhash Daniel Borkmann
2014-12-10 15:33 ` [PATCH net-next 3/3] net, lib: kill arch_fast_hash library bits Daniel Borkmann
2014-12-10 20:18 ` [PATCH net-next 0/3] Kill arch_fast_hash David Miller
2014-12-10 23:15   ` Daniel Borkmann
2014-12-11  4:37     ` David Miller
2014-12-11 10:35 ` Herbert Xu

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).