Re: [PATCH] bpf: convert hashtab lock to raw lock
From: David Miller <davem@davemloft.net>
Date: 2015-11-02 20:47:46
Also in:
linux-rt-users, lkml
From: David Miller <davem@davemloft.net>
Date: 2015-11-02 20:47:46
Also in:
linux-rt-users, lkml
From: Yang Shi <redacted> Date: Fri, 30 Oct 2015 15:16:26 -0700
When running bpf samples on rt kernel, it reports the below warning:
...
Convert hashtab lock to raw lock to avoid such warning. Signed-off-by: Yang Shi <redacted>
Applied to net-next, thanks.