> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, 27 June 2025 17.56 > > 24/06/2025 10:03, Morten Brørup: > > In eal_mem_set_dump(), when madvise() failed, an incorrect reason was > > logged. > > > > Signed-off-by: Morten Brørup <m...@smartsharesystems.com> > > Acked-by: Anatoly Burakov <anatoly.bura...@intel.com> > > We need to track the root cause with Fixes: please. >
I already looked into it, and the bug was there from the initial commit of this function: https://git.dpdk.org/dpdk/commit/lib/librte_eal/unix/eal_unix_memory.c?id=c4b89ecb64eae773337f3b1367dd8b1f09737f2e I didn't think the Fixes tag was required if that was the case, but I may have misunderstood this. Also, it's an insignificant bug, so no need to backport.