summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorWang YanQing <udknight@gmail.com>2018-05-11 10:52:17 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-03 07:50:24 +0200
commitcdad03c1f21e039affc8a709e5e982964d397039 (patch)
treedd1dd4daf774428088af413bf098633317e0346b /fs
parent8dcf2dbf65efd17512db17526909de05daa0cff2 (diff)
downloadlinux-stable-cdad03c1f21e039affc8a709e5e982964d397039.tar.gz
linux-stable-cdad03c1f21e039affc8a709e5e982964d397039.tar.bz2
linux-stable-cdad03c1f21e039affc8a709e5e982964d397039.zip
bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}
[ Upstream commit 68565a1af9f7012e6f2fe2bdd612f67d2d830c28 ] The names for BPF_ALU64 | BPF_ARSH are emit_a32_arsh_*, the names for BPF_ALU64 | BPF_LSH are emit_a32_lsh_*, but the names for BPF_ALU64 | BPF_RSH are emit_a32_lsr_*. For consistence reason, let's rename emit_a32_lsr_* to emit_a32_rsh_*. This patch also corrects a wrong comment. Fixes: 39c13c204bb1 ("arm: eBPF JIT compiler") Signed-off-by: Wang YanQing <udknight@gmail.com> Cc: Shubham Bansal <illusionist.neo@gmail.com> Cc: linux-arm-kernel@lists.infradead.org Cc: linux@armlinux.org.uk Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Sasha Levin <alexander.levin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions