Re: [PATCH 1/8] s390/alternatives: provide identical sized orginal/alternative sequences

From: Vasily Gorbik
Date: Fri May 13 2022 - 05:18:03 EST


On Wed, May 11, 2022 at 02:05:25PM +0200, Heiko Carstens wrote:
> Explicitly provide identical sized original/alternative instruction
> sequences. This way there is no need for the s390 specific alternatives
> infrastructure to generate padding sequences.
> The code which generates such sequences will be removed with a follow on
> patch.
>
> Signed-off-by: Heiko Carstens <hca@xxxxxxxxxxxxx>
> ---
> arch/s390/include/asm/spinlock.h | 2 +-
> arch/s390/kernel/entry.S | 20 ++++++++++----------
> arch/s390/lib/spinlock.c | 4 ++--
> 3 files changed, 13 insertions(+), 13 deletions(-)

Acked-by: Vasily Gorbik <gor@xxxxxxxxxxxxx>