]> Git Repo - linux.git/commit
riscv: kprobe: Fixup misaligned load text
authorGuo Ren <[email protected]>
Sat, 4 Feb 2023 06:35:31 +0000 (01:35 -0500)
committerPalmer Dabbelt <[email protected]>
Thu, 9 Feb 2023 19:34:29 +0000 (11:34 -0800)
commiteb7423273cc9922ee2d05bf660c034d7d515bb91
tree39b6c7b9d14edef8563ef2ef89985613bcea18f5
parentcb80242cc679d6397e77d8a964deeb3ff218d2b5
riscv: kprobe: Fixup misaligned load text

The current kprobe would cause a misaligned load for the probe point.
This patch fixup it with two half-word loads instead.

Fixes: c22b0bcb1dd0 ("riscv: Add kprobes supported")
Signed-off-by: Guo Ren <[email protected]>
Signed-off-by: Guo Ren <[email protected]>
Link: https://lore.kernel.org/linux-riscv/[email protected]/
Reported-by: Bjorn Topel <[email protected]>
Reviewed-by: Björn Töpel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Cc: [email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
arch/riscv/kernel/probes/kprobes.c
This page took 0.053552 seconds and 4 git commands to generate.