Re: [PATCH net v2 0/3] net/packet: fix multiple overflow issues in ring buffers

2017-03-30 Thread David Miller
From: Andrey Konovalov Date: Wed, 29 Mar 2017 16:11:19 +0200 > This patchset addresses multiple overflows and signedness-related issues > in packet socket ring buffers. > > Changes in v2: > - remove cleanup patches, will send in a separate patchset > - use a > UINT_MAX / b to check for a * b ove

[PATCH net v2 0/3] net/packet: fix multiple overflow issues in ring buffers

2017-03-29 Thread Andrey Konovalov
This patchset addresses multiple overflows and signedness-related issues in packet socket ring buffers. Changes in v2: - remove cleanup patches, will send in a separate patchset - use a > UINT_MAX / b to check for a * b overflow Andrey Konovalov (3): net/packet: fix overflow in check for priv a