Revert "arm64/uprobes: change the uprobe_opcode_t typedef to fix the sparse warning"

This reverts commit 9085d7eaac which is
commit ef08c0fadd8a17ebe429b85e23952dac3263ad34 upstream.

It breaks the Android kernel abi and can be brought back in the future
in an abi-safe way if it is really needed.

Bug: 161946584
Change-Id: I4113669a7569a6cddddf224de40e3693479e541f
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman 2024-11-09 14:32:15 +00:00
parent 39666daae5
commit 73ec729f1b

View file

@ -14,7 +14,7 @@
#define UPROBE_SWBP_INSN_SIZE AARCH64_INSN_SIZE
#define UPROBE_XOL_SLOT_BYTES AARCH64_INSN_SIZE
typedef __le32 uprobe_opcode_t;
typedef u32 uprobe_opcode_t;
struct arch_uprobe_task {
};