[PATCH v3 0/3] handle sysconf(_SC_PAGESIZE) negative return value
    Thomas Monjalon 
    thomas at monjalon.net
       
    Sun Jun 29 21:52:39 CEST 2025
    
    
  
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.
    
    
More information about the dev
mailing list