[dpdk-dev] [PATCH] net/netvsc: replace compiler builtin overflow check

Ferruh Yigit ferruh.yigit at intel.com
Thu Sep 10 19:16:28 CEST 2020


On 9/8/2020 4:47 PM, Stephen Hemminger wrote:
> On Tue,  8 Sep 2020 11:06:42 +0100
> Ferruh Yigit <ferruh.yigit at intel.com> wrote:
> 
>> '__builtin_add_overflow' added to gcc in version 5, earlier versions
>> causing build error, like gcc 4.8.5 in RHEL7.
> 
> Sigh. Ok, but the security folks really like __builtin_add_overflow.
> 

Converting to an explicit ack:
Acked-by: Stephen Hemminger <stephen at networkplumber.org>

Applied to dpdk-next-net/main, thanks.


More information about the dev mailing list