ACK: [xenial/master-next 1/2] UBUNTU: [Packaging] final-checks -- remove check for empty retpoline files

Stefan Bader stefan.bader at canonical.com
Wed Apr 4 09:53:14 UTC 2018


On 03.04.2018 18:52, Andy Whitcroft wrote:
> From: Seth Forshee <seth.forshee at canonical.com>
> 
> With the new support for removing known safe retpoline sequences
> from the ones which were detected it is now completely valid to
> end up with an empty retpoline file in the abi. Remove the
> check for empty retpoline files so this will not cause an error.
> 
> BugLink: http://bugs.launchpad.net/bugs/1758856
> Signed-off-by: Seth Forshee <seth.forshee at canonical.com>
> Signed-off-by: Andy Whitcroft <apw at canonical.com>
Acked-by: Stefan Bader <stefan.bader at canonical.com>

> ---
>  debian/scripts/misc/final-checks | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/debian/scripts/misc/final-checks b/debian/scripts/misc/final-checks
> index aec25770ea1b..548dea99e6a0 100755
> --- a/debian/scripts/misc/final-checks
> +++ b/debian/scripts/misc/final-checks
> @@ -41,11 +41,6 @@ abi_check()
>  	then
>  		failure "$arch/$flavour ABI retpoline file missing"
>  	fi
> -
> -	if [ -f "$abidir/$flavour.retpoline" -a \
> -	     ! -s "$abidir/$flavour.retpoline" ]; then
> -		failure "$arch/$flavour ABI retpoline file empty -- must regenerate or ignore"
> -	fi
>  }
>  
>  for arch in $archs
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20180404/51afce69/attachment.sig>


More information about the kernel-team mailing list