Re: [PATCH net 0/3] wireguard fixes for 5.7-rc4

2020-04-29 Thread David Miller
From: "Jason A. Donenfeld" Date: Wed, 29 Apr 2020 14:59:19 -0600 > Hi Dave, > > This series contains two fixes and a cleanup for wireguard: > > 1) Removal of a spurious newline, from Sultan Alsawaf. > > 2) Fix for a memory leak in an error path, in which memory allocated >prior to the erro

[PATCH net 0/3] wireguard fixes for 5.7-rc4

2020-04-29 Thread Jason A. Donenfeld
Hi Dave, This series contains two fixes and a cleanup for wireguard: 1) Removal of a spurious newline, from Sultan Alsawaf. 2) Fix for a memory leak in an error path, in which memory allocated prior to the error wasn't freed, reported by Sultan Alsawaf. 3) Fix to ECN support to use RFC6040 p