public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* linux-next: manual merge of the devsec-tsm tree with the kvm-x86 tree
@ 2025-12-01  1:50 Stephen Rothwell
  0 siblings, 0 replies; only message in thread
From: Stephen Rothwell @ 2025-12-01  1:50 UTC (permalink / raw)
  To: Dan Williams, sathyanarayanan.kuppuswamy, yilun.xu, sameo, aik,
	suzuki.poulose, steven.price, lukas, Sean Christopherson
  Cc: Linux Kernel Mailing List, Linux Next Mailing List, Tom Lendacky

[-- Attachment #1: Type: text/plain, Size: 1358 bytes --]

Hi all,

Today's linux-next merge of the devsec-tsm tree got a conflict in:

  include/linux/psp-sev.h

between commit:

  c9434e64e8b4 ("crypto: ccp - Add an API to return the supported SEV-SNP policy bits")

from the kvm-x86 tree and commit:

  d65a2856e8b2 ("crypto: ccp: Enable SEV-TIO feature in the PSP when supported")

from the devsec-tsm 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 include/linux/psp-sev.h
index abcdee256c65,cce864dbf281..000000000000
--- a/include/linux/psp-sev.h
+++ b/include/linux/psp-sev.h
@@@ -882,10 -857,8 +890,11 @@@ struct snp_feature_info 
  	u32 edx;
  } __packed;
  
 -#define SNP_CIPHER_TEXT_HIDING_SUPPORTED	BIT(3)
+ #define SNP_SEV_TIO_SUPPORTED			BIT(1) /* EBX */
 +#define SNP_RAPL_DISABLE_SUPPORTED		BIT(2)
 +#define SNP_CIPHER_TEXT_HIDING_SUPPORTED	BIT(3)
 +#define SNP_AES_256_XTS_POLICY_SUPPORTED	BIT(4)
 +#define SNP_CXL_ALLOW_POLICY_SUPPORTED		BIT(5)
  
  #ifdef CONFIG_CRYPTO_DEV_SP_PSP
  

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-01  1:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-01  1:50 linux-next: manual merge of the devsec-tsm tree with the kvm-x86 tree Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox