On Tue, 08 Oct 2024 16:58:45 +0100, Mark Rutland wrote: > These patches address some issues I spotted while looking at kprobes and > uprobes. > > Patch 1 is the most pressing, as a uprobes user can trigger a kernel > BUG(). Patches 2 and 3 fix latent endianness bugs which only manifest on > big-endian kernels, and patchs 4-6 clean things up so that it's harder > to get this wrong again in future. > > [...] Applied to arm64 (for-next/probes), thanks! The branch also contains the first three patches in the series from arm64 for-next/fixes. [4/6] arm64: probes: Move kprobes-specific fields https://git.kernel.org/arm64/c/6105c5d46d0b [5/6] arm64: probes: Cleanup kprobes endianness conversions https://git.kernel.org/arm64/c/dd0eb50e7c71 [6/6] arm64: probes: Remove probe_opcode_t https://git.kernel.org/arm64/c/14762109de02 -- Catalin