From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752037AbdJKWzE (ORCPT ); Wed, 11 Oct 2017 18:55:04 -0400 Received: from osg.samsung.com ([64.30.133.232]:34024 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750778AbdJKWzB (ORCPT ); Wed, 11 Oct 2017 18:55:01 -0400 Subject: Re: [PATCH 4.9 000/105] 4.9.55-stable review To: Greg Kroah-Hartman , lucien.xin@gmail.com, "davem@davemloft.net" , Shuah Khan Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org References: <20171010192533.717049376@linuxfoundation.org> <20171011125646.GG27734@kroah.com> From: Shuah Khan Message-ID: <10022e69-2644-cd2c-4abf-643fb53115fd@osg.samsung.com> Date: Wed, 11 Oct 2017 16:54:51 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20171011125646.GG27734@kroah.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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