From: Daniel Borkmann <dborkman@redhat.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, tgraf@suug.ch, hannes@stressinduktion.org
Subject: [PATCH net-next 0/3] Kill arch_fast_hash
Date: Wed, 10 Dec 2014 16:33:09 +0100 [thread overview]
Message-ID: <1418225592-29322-1-git-send-email-dborkman@redhat.com> (raw)
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
next reply other threads:[~2014-12-10 15:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-10 15:33 Daniel Borkmann [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1418225592-29322-1-git-send-email-dborkman@redhat.com \
--to=dborkman@redhat.com \
--cc=davem@davemloft.net \
--cc=hannes@stressinduktion.org \
--cc=netdev@vger.kernel.org \
--cc=tgraf@suug.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).