RE: [RESEND PATCH 2/6] x86/traps: add a system interrupt table for system interrupt dispatch

From: Tian, Kevin
Date: Thu Nov 10 2022 - 20:12:55 EST


> From: Li, Xin3 <xin3.li@xxxxxxxxx>
> Sent: Friday, November 11, 2022 3:55 AM
>
> > > Signed-off-by: H. Peter Anvin (Intel) <hpa@xxxxxxxxx>
> > > Signed-off-by: Xin Li <xin3.li@xxxxxxxxx>
> >
> > This is not a valid SOB, it would suggest hpa is the author, but he's not in in
> > From.
>
> HPA wrote the initial dispatch code for FRED, and I worked with him to
> refactor it for KVM/VMX NMI/IRQ dispatch. So use SOB from both. No?
>

If main work was done by HPA while your work is trivial:

From: H. Peter Anvin (Intel) <hpa@xxxxxxxxx>

commit msg

Signed-off-by: H. Peter Anvin (Intel) <hpa@xxxxxxxxx>
Signed-off-by: Xin Li <xin3.li@xxxxxxxxx>

if your contribution is non-trivial:

From: H. Peter Anvin (Intel) <hpa@xxxxxxxxx>

commit msg

Signed-off-by: H. Peter Anvin (Intel) <hpa@xxxxxxxxx>
Co-developed-by: Xin Li <xin3.li@xxxxxxxxx>
Signed-off-by: Xin Li <xin3.li@xxxxxxxxx>

It's documented in Documentation/process/submitting-patches.rst