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

This reverts commit 354b3847ea which is
commit ef08c0fadd 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: Icaca1349a9483085afa6a282dd303efb138f64ba
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2024-11-16 10:14:10 +00:00
parent 983df5e9ef
commit 535085db57

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 {
};