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

From: Li, Xin3
Date: Thu Nov 10 2022 - 22:54:51 EST


> > > > 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

Thanks, Kevin.

>