Re: [kvm-unit-tests PATCH v1] s390x: Fix integer literal in skey.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I forgot:

Fixes: 965e38a0 ("s390x: Test effect of storage keys on diag 308")

On Wed, 2023-01-04 at 18:59 +0100, Nina Schoetterl-Glausch wrote:
> The code is a 64bit number of which the upper 48 bits must be 0.
> 
> Signed-off-by: Nina Schoetterl-Glausch <nsg@xxxxxxxxxxxxx>
> ---
>  s390x/skey.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/s390x/skey.c b/s390x/skey.c
> index 1167e4d3..7c7a8090 100644
> --- a/s390x/skey.c
> +++ b/s390x/skey.c
> @@ -320,7 +320,7 @@ static void test_diag_308(void)
>  		"lr	%[response],%%r3\n"
>  		: [response] "=d" (response)
>  		: [ipib] "d" (ipib),
> -		  [code] "d" (5)
> +		  [code] "d" (5L)
>  		: "%r2", "%r3"
>  	);
>  	report(response == 0x402, "no exception on fetch, response: invalid IPIB");
> 
> base-commit: 73d9d850f1c2c9f0df321967e67acda0d2c305ea





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Kernel Development]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Info]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Linux Media]     [Device Mapper]

  Powered by Linux