lkml.org 
[lkml]   [2022]   [Apr]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectlinux-next: manual merge of the efi tree with the tip tree
Hi all,

Today's linux-next merge of the efi tree got conflicts in:

drivers/virt/Kconfig
drivers/virt/Makefile

between commit:

fce96cf04430 ("virt: Add SEV-SNP guest driver")

from the tip tree and commit:

cbabf03c3ef3 ("virt: Add efi_secret module to expose confidential computing secrets")

from the efi tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

--
Cheers,
Stephen Rothwell

diff --cc drivers/virt/Kconfig
index 7d3273cfab27,c877da072d4d..000000000000
--- a/drivers/virt/Kconfig
+++ b/drivers/virt/Kconfig
@@@ -48,6 -48,6 +48,8 @@@ source "drivers/virt/nitro_enclaves/Kco

source "drivers/virt/acrn/Kconfig"

+source "drivers/virt/coco/sevguest/Kconfig"
+
+ source "drivers/virt/coco/efi_secret/Kconfig"
+
endif
diff --cc drivers/virt/Makefile
index 7b87a7ba1972,067b5427f40f..000000000000
--- a/drivers/virt/Makefile
+++ b/drivers/virt/Makefile
@@@ -9,4 -9,4 +9,5 @@@ obj-y += vboxguest

obj-$(CONFIG_NITRO_ENCLAVES) += nitro_enclaves/
obj-$(CONFIG_ACRN_HSM) += acrn/
+obj-$(CONFIG_SEV_GUEST) += coco/sevguest/
+ obj-$(CONFIG_EFI_SECRET) += coco/efi_secret/
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2022-04-14 04:55    [W:0.026 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site