Re: [PATCH 0/3] s390: Fix and improve inline assembly constraints
From: Christoph Hellwig
Date: Mon Mar 02 2026 - 08:53:21 EST
On Mon, Mar 02, 2026 at 02:34:57PM +0100, Heiko Carstens wrote:
> While looking at xor_xc_2() I realized that its inline assembly constraints
> are incorrect. Also the inline assembly constraints for the other xor()
> function look incorrect, but are not (execute instruction vs register
> zero). However that revealed another real bug on __stackleak_poison() with
> another incorrect inline assembly constraint.
No expert on the constraints, but have you considered to just convert
this code to pure assembly?
Otherwise please try to get it into Linus' tree ASAP so that I easily
rebase on that for the XOR series.