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>] [day] [month] [year] [list]
Message-ID: <20241028180506.0ec4d6fc@canb.auug.org.au>
Date: Mon, 28 Oct 2024 18:05:06 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: "Martin K. Petersen" <martin.petersen@...cle.com>
Cc: Bart Van Assche <bvanassche@....org>, Linux Kernel Mailing List
 <linux-kernel@...r.kernel.org>, Linux Next Mailing List
 <linux-next@...r.kernel.org>, Peter Wang <peter.wang@...iatek.com>
Subject: linux-next: manual merge of the scsi-mkp tree with Linus' tree

Hi all,

Today's linux-next merge of the scsi-mkp tree got a conflict in:

  drivers/ufs/core/ufs-mcq.c

between commit:

  bf0c6cc73f7f ("scsi: ufs: core: Fix the issue of ICU failure")

from Linus' tree and commit:

  2c73fb138da5 ("scsi: ufs: core: Improve ufshcd_mcq_sq_cleanup()")

from the scsi-mkp tree.

I fixed it up (see below - I used the former version of the logging
change) 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/ufs/core/ufs-mcq.c
index dba935c712d6,988400500560..000000000000
--- a/drivers/ufs/core/ufs-mcq.c
+++ b/drivers/ufs/core/ufs-mcq.c
@@@ -569,11 -569,10 +569,11 @@@ int ufshcd_mcq_sq_cleanup(struct ufs_hb
  	opr_sqd_base = mcq_opr_base(hba, OPR_SQD, id);
  	writel(nexus, opr_sqd_base + REG_SQCTI);
  
 -	/* SQRTCy.ICU = 1 */
 -	writel(SQ_ICU, opr_sqd_base + REG_SQRTC);
 +	/* Initiate Cleanup */
 +	writel(readl(opr_sqd_base + REG_SQRTC) | SQ_ICU,
 +		opr_sqd_base + REG_SQRTC);
  
- 	/* Poll SQRTSy.CUS = 1. Return result from SQRTSy.RTC */
+ 	/* Wait until SQRTSy.CUS = 1. Report SQRTSy.RTC. */
  	reg = opr_sqd_base + REG_SQRTS;
  	err = read_poll_timeout(readl, val, val & SQ_CUS, 20,
  				MCQ_POLL_US, false, reg);

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ