Re: [RFC v1 1/1] scsi: ufs: core: Add device level exeption support

From: Bao D. Nguyen
Date: Mon Feb 24 2025 - 14:44:58 EST


On 2/20/2025 10:29 AM, Bart Van Assche wrote:
On 2/20/25 2:01 AM, Avri Altman wrote:
@@ -419,6 +421,7 @@ enum {
      MASK_EE_TOO_LOW_TEMP        = BIT(4),
      MASK_EE_WRITEBOOSTER_EVENT    = BIT(5),
      MASK_EE_PERFORMANCE_THROTTLING    = BIT(6),
+    MASK_EE_DEV_LVL_EXCEPTION    = BIT(7),
  };
>
I think you need to rebase your work - most probably for-next is best.

Hmm ... I think that Martin expects this kernel branch to be used as
basis for SCSI kernel patches intended for the next merge window:

https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/log/?h=staging
Thank you. I will move to this branch when I remove the RFC tag.

Thanks, Bao