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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 28 Dec 2020 17:31:38 -0000
From:   "tip-bot2 for Borislav Petkov" <tip-bot2@...utronix.de>
To:     linux-tip-commits@...r.kernel.org
Cc:     Borislav Petkov <bp@...e.de>, x86@...nel.org,
        linux-kernel@...r.kernel.org
Subject: [tip: x86/build] x86/build: Add {kvm_guest,xen}.config targets to
 make help's output

The following commit has been merged into the x86/build branch of tip:

Commit-ID:     fbaf0aa8c7a8d4f7c3e4664f2f03ec8c7cc79910
Gitweb:        https://git.kernel.org/tip/fbaf0aa8c7a8d4f7c3e4664f2f03ec8c7cc79910
Author:        Borislav Petkov <bp@...e.de>
AuthorDate:    Thu, 17 Dec 2020 13:13:34 +01:00
Committer:     Borislav Petkov <bp@...e.de>
CommitterDate: Mon, 28 Dec 2020 18:23:25 +01:00

x86/build: Add {kvm_guest,xen}.config targets to make help's output

Add the targets which add additional items to the .config which
facilitate running the kernel as a guest, to the 'make help' output so
that they can be found easier and there's no need to grep the tree each
time to remember what they should be called.

Signed-off-by: Borislav Petkov <bp@...e.de>
Link: https://lkml.kernel.org/r/20201217134608.31811-1-bp@alien8.de
---
 arch/x86/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index 7116da3..3dae5c9 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -304,4 +304,7 @@ define archhelp
   echo  '                  bzdisk/fdimage*/isoimage also accept:'
   echo  '                  FDARGS="..."  arguments for the booted kernel'
   echo  '                  FDINITRD=file initrd for the booted kernel'
+  echo  '  kvm_guest.config - Enable Kconfig items for running this kernel as a KVM guest'
+  echo  '  xen.config	  - Enable Kconfig items for running this kernel as a Xen guest'
+
 endef

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ