The script I use to build the kernels does a "git describe" on the commit to come up with a filename. So for this next commit:
git describe a80db69e47d764bbcaf2fec54b1f308925e7c490 v4.11-rc3-155-ga80db69 However, that is reporting the closet tag and not the tag that contains it. For that the --contains option is needed: git describe --contains a80db69e47d764bbcaf2fec54b1f308925e7c490 v4.11-rc6~27^2~48 I built the next test kernel, up to the following commit: a80db69e47d764bbcaf2fec54b1f308925e7c490 The test kernel can be downloaded from: http://kernel.ubuntu.com/~jsalisbury/lp1686636/a80db69e47d764bbcaf2fec54b1f308925e7c490 Can you test that kernel and report back if it has the bug or not? I will build the next test kernel based on your test results. Thanks in advance -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1686636 Title: outgoing tcp connections sometimes fail to be established To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686636/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
