24/06/2025 10:03, Morten Brørup: > Coverity reports some defects, where the root cause seems to be negative > return value from sysconf(_SC_PAGESIZE) not being handled. > This series addresses those defects in the DPDK libraries. > > PS: "_SC_PAGESIZE" has the alias "_SC_PAGE_SIZE". Both are covered here. > > Morten Brørup (3): > eal/unix: fix log message for madvise() failure > eal: handle sysconf(_SC_PAGESIZE) negative return value > pmu: handle sysconf(_SC_PAGESIZE) negative return value
Applied, thanks.