commit | d24f7c7fb91d94556936f2511035d1f123b449f4 | [log] [tgz] |
---|---|---|
author | Hannes Frederic Sowa <hannes@stressinduktion.org> | Thu Apr 27 01:39:33 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 28 15:48:14 2017 -0400 |
tree | a409d9dbade490e81982c88415949dc3f2aae89d | |
parent | 728a853a44a0f01111883f95216e980722474c07 [diff] |
bpf: bpf_lock on kallsysms doesn't need to be irqsave Hannes rightfully spotted that the bpf_lock doesn't need to be irqsave variant. We never perform any such updates where this would be necessary (neither right now nor in future), therefore relax this further. Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>