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-next>] [day] [month] [year] [list]
Message-ID: <20251024124906.70323e51@canb.auug.org.au>
Date: Fri, 24 Oct 2025 12:49:06 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Greg KH <greg@...ah.com>, Arnd Bergmann <arnd@...db.de>
Cc: Akshay Gupta <akshay.gupta@....com>, Greg Kroah-Hartman
 <gregkh@...uxfoundation.org>, Jean Delvare <jdelvare@...e.de>, Linux Kernel
 Mailing List <linux-kernel@...r.kernel.org>, Linux Next Mailing List
 <linux-next@...r.kernel.org>
Subject: linux-next: manual merge of the char-misc tree with the
 char-misc.current tree

Hi all,

Today's linux-next merge of the char-misc tree got a conflict in:

  drivers/misc/amd-sbi/Kconfig

between commit:

  70ad06df73a9 ("misc: amd-sbi: Clarify that this is a BMC driver")

from the char-misc.current tree and commit:

  5c7dddd7360b ("misc: amd-sbi: Add support for SB-RMI over I3C")

from the char-misc 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/misc/amd-sbi/Kconfig
index ab594908cb4a,acf0450ba220..000000000000
--- a/drivers/misc/amd-sbi/Kconfig
+++ b/drivers/misc/amd-sbi/Kconfig
@@@ -2,11 -2,11 +2,13 @@@
  config AMD_SBRMI_I2C
  	tristate "AMD side band RMI support"
  	depends on I2C
 +	depends on ARM || ARM64 || COMPILE_TEST
  	select REGMAP_I2C
+ 	depends on I3C || !I3C
+ 	select REGMAP_I3C if I3C
  	help
- 	  Side band RMI over I2C support for AMD out of band management.
+ 	  Side band RMI over I2C/I3C support for AMD out of band management.
 +	  This driver is intended to run on the BMC, not the managed node.
  
  	  This driver can also be built as a module. If so, the module will
  	  be called sbrmi-i2c.

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ