[PATCH v8 0/8] arm64: entry: Convert to generic irq entry

kemal kmal at cock.li
Sun Aug 17 14:14:03 PDT 2025


Hello,

> Since commit a70e9f647f50 ("entry: Split generic entry into generic
> exception and syscall entry") split the generic entry into generic irq
> entry and generic syscall entry, it is time to convert arm64 to use
> the generic irq entry. And ARM64 will be completely converted to generic
> entry in the upcoming patch series.

I was trying to implement syscall user dispatch support for ARM64,
which is simply about converting arm64 to use the generic entry, and I
stumbled upon your patchset on Google. So I decided to write the code
for generic syscall entry on top of this patchset, and the code seems
to be working. (It boots, and SUD works, but I didn't test ptrace etc.)

Should I send the code here?



More information about the linux-arm-kernel mailing list