Re: [PATCH 0/2] rhashtable: Arbitrary rehashing
From: Thomas Graf <tgraf@suug.ch>
Date: 2015-03-12 16:46:37
Attachments
- bind_netlink.c [text/plain] 1043 bytes · preview
From: Thomas Graf <tgraf@suug.ch>
Date: 2015-03-12 16:46:37
On 03/10/15 at 09:26am, Herbert Xu wrote:
I have tested it using netlink but obviously more testing especially using netfilter would be welcome.
I ran the attached bind_netlink test written by Ying Xue and it
currently crashes with:
[ 108.693908] BUG: unable to handle kernel paging request at fffffffffffffe68
I'm running bind_netlink like this:
while true; do
./bind_netlink 9000 324234324&
./bind_netlink 9000 888448422&
./bind_netlink 9000 324
done
I tested with the synchronize_rcu() fix on top as well and that
didn't help so it must be something else.