On Mon, 24 Mar 2025, Denis Mukhin wrote: > On Monday, March 24th, 2025 at 6:51 AM, Andrew Cooper > <andrew.coop...@citrix.com> wrote: > > > > > > > On 20/03/2025 11:05 pm, dm...@proton.me wrote: > > > > > Add new macro APIC_VECTOR_VALID() to validate the interrupt vector > > > range as per [1]. This macro replaces hardcoded checks against the > > > open-coded value 16 in LAPIC and virtual LAPIC code and simplifies > > > the code a bit. > > > > > > [1] Intel SDM volume 3A > > > Chapter "ADVANCED PROGRAMMABLE INTERRUPT CONTROLLER" > > > Section "Valid Interrupt Vectors" > > > > > > Signed-off-by: Denis Mukhin dmuk...@ford.com > > > > > > Would it be possible to adjust your git configuration so committer is > > set to Denis Mukhin dmuk...@ford.com ? > > > > > > Right now, it takes manual fixup to prevent your commits going in as > > authored by dm...@proton.me, and one already slipped through. > > https://xenbits.xen.org/gitweb/?p=xen.git&a=search&h=refs%2Fheads%2Fstaging&st=author&s=dmkhn%40proton.me > > I will fix my environment, sorry for inconvenience. > Thanks!
Hi Denis, FYI it is suffiecient to add: From: Denis Mukhin <dmuk...@ford.com> as part of the body of the email (first line), git will automatically pick it up for the Author field. You don't necessarily need to change your email setup.