Re: [GIT PULL] arm64 fixes for -rc7

From: Will Deacon
Date: Tue Mar 18 2025 - 07:44:25 EST


On Mon, Mar 17, 2025 at 04:00:35PM +0000, Will Deacon wrote:
> I'll have a crack at reworking things to take a 'const char *' instead,
> but it won't be for 6.14 as it'll be reasonably invasive.

Bah, that doesn't work at all because we need a string literal for the
asm and I can't spot any constraints that allow you to pass in a string.

So a different flavour of surgery is required...

Will