lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 25 Aug 2014 15:11:13 -0400
From:	Vivek Goyal <vgoyal@...hat.com>
To:	Michael Welling <mwelling@...e.org>
Cc:	akpm@...ux-foundation.org, tglx@...utronix.de, mingo@...hat.com,
	x86@...nel.org, linux-kernel@...r.kernel.org,
	gregkh@...uxfoundation.org
Subject: Re: [PATCH] purgatory: add clean-up for purgatory directory

On Fri, Aug 22, 2014 at 06:37:10PM -0500, Michael Welling wrote:
> Without this patch the kexec-purgatory.c and purgatory.ro files are not removed after make mrproper.
> 
> Signed-off-by: Michael Welling <mwelling@...e.org>

Looks good to me. 

Acked-by: Vivek Goyal <vgoyal@...hat.com>

Vivek

> ---
>  arch/x86/Makefile |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/x86/Makefile b/arch/x86/Makefile
> index c96bcec..60087ca 100644
> --- a/arch/x86/Makefile
> +++ b/arch/x86/Makefile
> @@ -251,6 +251,7 @@ archclean:
>  	$(Q)rm -rf $(objtree)/arch/x86_64
>  	$(Q)$(MAKE) $(clean)=$(boot)
>  	$(Q)$(MAKE) $(clean)=arch/x86/tools
> +	$(Q)$(MAKE) $(clean)=arch/x86/purgatory
>  
>  PHONY += kvmconfig
>  kvmconfig:
> -- 
> 1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ