Re: [PATCH net 0/2] wireguard fixes for 5.8-rc3

2020-06-23 Thread David Miller
From: "Jason A. Donenfeld" Date: Tue, 23 Jun 2020 03:59:43 -0600 > This series contains two fixes, one cosmetic and one quite important: > > 1) Avoid the `if ((x = f()) == y)` pattern, from Frank >Werner-Krippendorf. > > 2) Mitigate a potential memory leak by creating circular netns >re

[PATCH net 0/2] wireguard fixes for 5.8-rc3

2020-06-23 Thread Jason A. Donenfeld
Hi Dave, This series contains two fixes, one cosmetic and one quite important: 1) Avoid the `if ((x = f()) == y)` pattern, from Frank Werner-Krippendorf. 2) Mitigate a potential memory leak by creating circular netns references, while also making the netns semantics a bit more robust.