Re: [PATCH v5 14/16] ufs: mcq: Add completion support of a cqe

From: Bart Van Assche
Date: Mon Nov 28 2022 - 13:01:15 EST


On 11/28/22 09:00, Manivannan Sadhasivam wrote:
On Tue, Nov 22, 2022 at 08:10:27PM -0800, Asutosh Das wrote:
Add support for completing requests from Completion Queue.
Some host controllers support vendor specific registers
that provide a bitmap of all CQ's which have at least one
completed CQE. Add this support.
The MCQ specification doesn't provide the Task Tag or its
equivalent in the Completion Queue Entry.
So use an indirect method to find the Task Tag from the
Completion Queue Entry.

Co-developed-by: Can Guo <quic_cang@xxxxxxxxxxx>
Signed-off-by: Can Guo <quic_cang@xxxxxxxxxxx>
Signed-off-by: Asutosh Das <quic_asutoshd@xxxxxxxxxxx>
Reported-by: kernel test robot <lkp@xxxxxxxxx>

What is this reported by for?

I think that tag should be left out. "Reported-by: kernel test robot" should only be used for patches that fix bugs reported by the kernel test robot. I assume that a fix has been folded in into this patch that was reported by the kernel test robot. If that is the case, the "Reported-by: kernel test robot" tag is inappropriate.

Bart.