On Tue, 14 Jan 2025 20:54:51 +0100 "Ariel Otilibili-Anieli" <otili...@eurecom.fr> wrote:
> Hello Stephen, > > On Tuesday, January 14, 2025 19:47 CET, Stephen Hemminger > <step...@networkplumber.org> wrote: > > > On Fri, 13 Dec 2024 22:41:55 +0100 > > Ariel Otilibili <otili...@eurecom.fr> wrote: > > > > > Coverity issue: 384444 > > > Fixes: a62ec90522a ("net/sfc: add port representors infrastructure") > > > Cc: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> > > > Cc: sta...@dpdk.org > > > Signed-off-by: Ariel Otilibili <otili...@eurecom.fr> > > > --- > > > > This gets checkpatch warning when I merged the SHA value is not correct. > > > > ### [PATCH] net/sfc: remove unused value > > > > WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12 chars of > > sha1> ("<title line>")' - ie: 'Fixes: a62ec90522a6 ("net/sfc: add port > > representors infrastructure")' > > > > Thanks for the heads up; I'll set the correct length in my .gitconfig > > Bad > > Fixes: a62ec90522a ("net/sfc: add port representors infrastructure") > > Good > > Fixes: a62ec90522a6 ("net/sfc: add port representors infrastructure") > Have a good one, > Ariel > Also, please send a patch to add your address to the .mailmap file. Right now, check-git-log.sh script is complaining.