Re: [PATCH v4 0/6] Several changes for the UPIU trace

2021-01-12 Thread Martin K. Petersen
On Tue, 5 Jan 2021 12:34:40 +0100, Bean Huo wrote: > Changelog: > > V3--v4: > 1. Rebase patch onto 5.12/scsi-queue > 2. Incorporate Avri's suggestion in patch 2/6 > > V2--V3: > 1. Fix a typo in patch 1/6 (Reported-by: Joe Perches ) > > [...] Applied to 5.12/scsi-queue, thanks! [1/6]

Re: [PATCH v4 0/6] Several changes for the UPIU trace

2021-01-07 Thread Martin K. Petersen
Bean, > Bean Huo (6): > scsi: ufs: Remove stringize operator '#' restriction > scsi: ufs: Use __print_symbolic() for UFS trace string print > scsi: ufs: Don't call trace_ufshcd_upiu() in case trace poit is > disabled > scsi: ufs: Distinguish between query REQ and query RSP in query

[PATCH v4 0/6] Several changes for the UPIU trace

2021-01-05 Thread Bean Huo
From: Bean Huo Changelog: V3--v4: 1. Rebase patch onto 5.12/scsi-queue 2. Incorporate Avri's suggestion in patch 2/6 V2--V3: 1. Fix a typo in patch 1/6 (Reported-by: Joe Perches ) V1--V2: 1. Convert __get_str(str) to __print_symbolic() 2. Add new patches 1/6, 2/6,3/6 3. Use