On 10/11/2017 06:56 AM, Greg Kroah-Hartman wrote: > On Tue, Oct 10, 2017 at 06:58:40PM -0600, Shuah Khan wrote: >> On 10/10/2017 01:49 PM, Greg Kroah-Hartman wrote: >>> This is the start of the stable review cycle for the 4.9.55 release. >>> There are 105 patches in this series, all will be posted as a response >>> to this one. If anyone has any issues with these being applied, please >>> let me know. >>> >>> Responses should be made by Thu Oct 12 19:24:56 UTC 2017. >>> Anything received after that time might be too late. >>> >>> The whole patch series can be found in one patch at: >>> kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.55-rc1.gz >>> or in the git tree and branch at: >>> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y >>> and the diffstat can be found below. >>> >>> thanks, >>> >>> greg k-h >>> >> >> Compiled and booted. Networking is dead. I will bisect tomorrow and >> let you know what I find. >> >> r8169 is the suspect perhaps or some other change that affects it. >> Anyway more on this tomorrow. > > Odd, let me know if you find anything. > git bisect came up with the following: # first bad commit: [830e3de48a789f8d294a0d1461600f958afddde4] ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header However, reverting this commit didn't work either. I might have to start bisect again. Update for now in case David or Xin Long can think of something that could possibly lead this failure. There are a few more patches in this space. Full bisect log below: git bisect start # good: [f37eb7b586f1dd24a86c50278c65322fc6787722] Linux 4.9.54 git bisect good f37eb7b586f1dd24a86c50278c65322fc6787722 # bad: [5baa6510b9c929682655869bb2de4c61677dba82] Linux 4.9.55-rc1 git bisect bad 5baa6510b9c929682655869bb2de4c61677dba82 # bad: [830e3de48a789f8d294a0d1461600f958afddde4] ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header git bisect bad 830e3de48a789f8d294a0d1461600f958afddde4 # good: [41351b19147c9d5000ba481bc74f7a99f3435229] xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor git bisect good 41351b19147c9d5000ba481bc74f7a99f3435229 # good: [d1e7f7464056ce747a4d44df7edae2a6e6f6bf41] staging: vchiq_2835_arm: Fix NULL ptr dereference in free_pagelist git bisect good d1e7f7464056ce747a4d44df7edae2a6e6f6bf41 # good: [7ecbf6d9a504a91587628585f9b14e643ae72b00] mlxsw: spectrum: Prevent mirred-related crash on removal git bisect good 7ecbf6d9a504a91587628585f9b14e643ae72b00 # good: [98b958a5e07a6eb42c11af87b5fdf41feba4ecdb] tcp: update skb->skb_mstamp more carefully git bisect good 98b958a5e07a6eb42c11af87b5fdf41feba4ecdb # good: [face8c646b066afd53c4b8f356344bf7628df789] tcp: fix data delivery rate git bisect good face8c646b066afd53c4b8f356344bf7628df789 # good: [747ffa1dfcffa8255c17b277ec2c954a2036fbd5] udpv6: Fix the checksum computation when HW checksum does not apply git bisect good 747ffa1dfcffa8255c17b277ec2c954a2036fbd5 # first bad commit: [830e3de48a789f8d294a0d1461600f958afddde4] ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header