Re: [PATCH v2] macsec: dynamically allocate space for sglist

From: David Miller
Date: Wed Apr 26 2017 - 14:42:53 EST


From: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
Date: Tue, 25 Apr 2017 19:08:18 +0200

> We call skb_cow_data, which is good anyway to ensure we can actually
> modify the skb as such (another error from prior). Now that we have the
> number of fragments required, we can safely allocate exactly that amount
> of memory.
>
> Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx>
> Cc: Sabrina Dubroca <sd@xxxxxxxxxxxxxxx>
> Cc: security@xxxxxxxxxx
> Cc: stable@xxxxxxxxxxxxxxx

Applied, thanks.