Hi, > -----Original Message----- > From: Akhil Goyal <gak...@marvell.com> > Sent: Thursday, April 28, 2022 12:46 PM > To: Gagandeep Singh <g.si...@nxp.com>; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: RE: [EXT] [PATCH 01/14] crypto/dpaa2_sec: fix fle buffer leak > > > Driver allocates a fle buffer for each packet before enqueue and free > > the buffer on dequeue. But in case if there are enqueue failures, then > > code should free the fle buffers. > > > > Fixes: b15cbf5b2d88 ("crypto/dpaa2_sec: fix fle buffer leak") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Gagandeep Singh <g.si...@nxp.com> > > --- > > You should use check-git-log > $ ./devtools/check-git-log.sh -14 > Wrong headline format: > crypto/dpaa_sec : fix secondary process probe Wrong headline prefix: > dpaax/caamflib: remove obsolete code > crypto/dpaa2_sec: per queue pair fle pool > crypto/dpaa_sec: remove unused thread specific variables Wrong > headline > case: > "crypto/dpaa_sec: fix length for chain fd in raw sec > driver": fd --> > FD Wrong headline case: > "crypto/dpaa2_sec: fix length for chain fd in raw sec > driver": fd --> > FD Wrong headline case: > "crypto/dpaa2_sec: fix operation status for simple > fd": fd --> FD > Headline too long: > crypto/dpaa2_sec: fix crypto op pointer for atomic and ordered queues > Wrong 'Fixes' reference: > Fixes: b15cbf5b2d88 ("crypto/dpaa2_sec: fix fle buffer leak") > > Invalid patch(es) found - checked 14 patches
In two of the patches check-git-log is giving below error: Wrong headline prefix: crypto/dpaa2_sec: per queue pair fle pool crypto/dpaa_sec: remove unused thread specific variables Invalid patch(es) found - checked 14 patches These patches have changes in bus as well in crypto drivers. What would be the correct headline prefix for these patches? Please advise.