在 2022/7/29 0:38, Jason Gunthorpe 写道:
On Tue, Jul 26, 2022 at 12:56:31AM -0400, yanjun.zhu@xxxxxxxxx wrote:
From: Zhu Yanjun <yanjun.zhu@xxxxxxxxx>
About 7 spin locks in qp creation needs to be initialized. Now these
spin locks are initialized in the function rxe_qp_init_misc. This
will avoid the error "initialize spin locks before use".
Explain the problem completely please, is this triggered in an error
unwind case?
Reported-by: syzbot+833061116fa28df97f3b@xxxxxxxxxxxxxxxxxxxxxxxxx
In this link
news://nntp.lore.kernel.org:119/0000000000006ed46805dfaded18@xxxxxxxxxx,
"
IMPORTANT: if you fix the issue, please add the following tag to the commit:
Reported-by:syzbot+833061116fa28df97f3b@xxxxxxxxxxxxxxxxxxxxxxxxx
"
Zhu Yanjun
This isn't the right format for reported by
Jason