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

From: Bart Van Assche
Date: Thu Feb 20 2025 - 13:30:25 EST


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

Thanks,

Bart.