Linux-Next discussions
 help / color / mirror / Atom feed
* linux-next: manual merge of the scsi-mkp tree with the scsi-fixes tree
@ 2026-07-13 15:13 Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2026-07-13 15:13 UTC (permalink / raw)
  To: Martin K. Petersen
  Cc: Brian Bunker, Catalin Iacob, Krishna Kant,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

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

  include/scsi/scsi_device.h

between commit:

  e81f1079f9000 ("scsi: core: Remove export for scsi_device_from_queue()")

from the scsi-fixes tree and commit:

  ddd0eb9bcebeb ("scsi: core: Add scsi_update_inquiry_data() for updating INQUIRY data")

from the scsi-mkp 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.

diff --cc include/scsi/scsi_device.h
index 8694eeadd753e,7c8c06e60a911..0000000000000
--- a/include/scsi/scsi_device.h
+++ b/include/scsi/scsi_device.h
@@@ -408,6 -408,20 +408,19 @@@ void scsi_attach_vpd(struct scsi_devic
  void scsi_cdl_check(struct scsi_device *sdev);
  int scsi_cdl_enable(struct scsi_device *sdev, bool enable);
  
+ /**
+  * enum scsi_inq_update_result - Return values for scsi_update_inquiry_data()
+  * @SCSI_INQ_UNCHANGED: INQUIRY data updated, no reprobe needed
+  * @SCSI_INQ_REPROBE_NEEDED: INQUIRY data updated, standard INQUIRY data changed
+  */
+ enum scsi_inq_update_result {
+ 	SCSI_INQ_UNCHANGED = 0,
+ 	SCSI_INQ_REPROBE_NEEDED = 1,
+ };
+ 
+ int scsi_update_inquiry_data(struct scsi_device *sdev,
+ 			     unsigned char *inq_result, size_t inq_len);
+ 
 -extern struct scsi_device *scsi_device_from_queue(struct request_queue *q);
  extern int __must_check scsi_device_get(struct scsi_device *);
  extern void scsi_device_put(struct scsi_device *);
  extern struct scsi_device *scsi_device_lookup(struct Scsi_Host *,

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

^ permalink raw reply	[flat|nested] 3+ messages in thread
* linux-next: manual merge of the scsi-mkp tree with the scsi-fixes tree
@ 2025-01-06  5:34 Stephen Rothwell
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Rothwell @ 2025-01-06  5:34 UTC (permalink / raw)
  To: Martin K. Petersen, James Bottomley
  Cc: Eric Biggers, Linux Kernel Mailing List, Linux Next Mailing List,
	Manivannan Sadhasivam

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

Hi all,

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

  drivers/ufs/host/ufs-qcom.c

between commit:

  7bac65687510 ("scsi: ufs: qcom: Power off the PHY if it was already powered on in ufs_qcom_power_up_sequence()")

from the scsi-fixes tree and commit:

  30b32c647cf3 ("scsi: ufs: qcom: Convert to use UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE")

from the scsi-mkp 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/ufs/host/ufs-qcom.c
index 91e94fe990b4,eae8dfb8c91e..000000000000
--- a/drivers/ufs/host/ufs-qcom.c
+++ b/drivers/ufs/host/ufs-qcom.c
@@@ -1826,7 -1876,7 +1878,6 @@@ static const struct ufs_hba_variant_op
  	.dbg_register_dump	= ufs_qcom_dump_dbg_regs,
  	.device_reset		= ufs_qcom_device_reset,
  	.config_scaling_param = ufs_qcom_config_scaling_param,
- 	.program_key		= ufs_qcom_ice_program_key,
 -	.reinit_notify		= ufs_qcom_reinit_notify,
  	.mcq_config_resource	= ufs_qcom_mcq_config_resource,
  	.get_hba_mac		= ufs_qcom_get_hba_mac,
  	.op_runtime_config	= ufs_qcom_op_runtime_config,

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

^ permalink raw reply	[flat|nested] 3+ messages in thread
* linux-next: manual merge of the scsi-mkp tree with the scsi-fixes tree
@ 2021-01-18  3:45 Stephen Rothwell
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Rothwell @ 2021-01-18  3:45 UTC (permalink / raw)
  To: Martin K. Petersen
  Cc: Can Guo, Jaegeuk Kim, Linux Kernel Mailing List,
	Linux Next Mailing List, James Bottomley

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

Hi all,

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

  drivers/scsi/ufs/ufshcd.c

between commit:

  4ee7ee530bc2 ("scsi: ufs: Fix livelock of ufshcd_clear_ua_wluns()")

from the scsi-fixes tree and commit:

  9cd20d3f4736 ("scsi: ufs: Protect PM ops and err_handler from user access through sysfs")

from the scsi-mkp 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/scsi/ufs/ufshcd.c
index e324cef1fd78,9b387d6a2a25..000000000000
--- a/drivers/scsi/ufs/ufshcd.c
+++ b/drivers/scsi/ufs/ufshcd.c
@@@ -6025,10 -6030,7 +6031,10 @@@ skip_err_handling
  	spin_unlock_irqrestore(hba->host->host_lock, flags);
  	ufshcd_scsi_unblock_requests(hba);
  	ufshcd_err_handling_unprepare(hba);
- 	up(&hba->eh_sem);
+ 	up(&hba->host_sem);
 +
 +	if (!err && needs_reset)
 +		ufshcd_clear_ua_wluns(hba);
  }
  
  /**

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-13 15:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-13 15:13 linux-next: manual merge of the scsi-mkp tree with the scsi-fixes tree Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2025-01-06  5:34 Stephen Rothwell
2021-01-18  3:45 Stephen Rothwell

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