Re: Regression: Network link not coming up after suspend/resume cycle

2019-09-30 Thread Jan Janssen
On Monday, 30 September 2019 01:26:21 CEST Vladimir Oltean wrote: > Hi Jan, > > On Sun, 29 Sep 2019 at 22:25, Jan Janssen wrote: > > Hi, > > > > I've been noticing lately that my network link sometimes does not go up > > after a suspend resume cycle (roug

Regression: Network link not coming up after suspend/resume cycle

2019-09-29 Thread Jan Janssen
Hi, I've been noticing lately that my network link sometimes does not go up after a suspend resume cycle (roughly 1 or 2 out of 10 times). This also sometimes happens with a fresh boot too. Doing a manual "ip link set down/up" cycle resolves this issue. I was able to bisect it to the commit below

Re: [PATCH net] net/ipv6: Only update MTU metric if it set

2018-08-30 Thread Jan Janssen
To maintain consistency with > the old behavior the new code should only reset the MTU in the metrics > if the route update has it set. > > Fixes: d4ead6b34b67 ("net/ipv6: move metrics from dst to rt6_info") > Reported-by: Jan Janssen > Signed-off-by: David Ahern

Regression: youtube-dl hanging on download

2018-08-25 Thread Jan Janssen
Hi, youtube-dl hangs trying to download videos from youtube. The commit below is my regression test result. Disabling ipv6 indeed does fix this for me. Jan --- d4ead6b34b67fd711639324b6465a050bcb197d4 is the first bad commit commit d4ead6b34b67fd711639324b6465a050bcb197d4 Author: David Ahern