[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250817211403.31054-1-kmal@cock.li>
Date: Mon, 18 Aug 2025 00:14:03 +0300
From: kemal <kmal@...k.li>
To: ruanjinjie@...wei.com
Cc: linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v8 0/8] arm64: entry: Convert to generic irq entry
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?
Powered by blists - more mailing lists