Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757085AbdLWQNx (ORCPT ); Sat, 23 Dec 2017 11:13:53 -0500 Received: from mail-pf0-f193.google.com ([209.85.192.193]:41537 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751279AbdLWQNu (ORCPT ); Sat, 23 Dec 2017 11:13:50 -0500 X-Google-Smtp-Source: ACJfBouXtXnZ+6ijb8Xv5MBL453IBJC7N4smCKsdOXfC3HUo3F0sMcttKnLMni2Iyea0AXRQVCyg8Q== Subject: Re: [PATCH 4.4 00/78] 4.4.108-stable review To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org References: <20171222084556.909780563@linuxfoundation.org> <20171222181831.GD15397@roeck-us.net> <20171223091932.GH13832@kroah.com> <20171223144635.GA14599@kroah.com> From: Guenter Roeck Message-ID: <775d413e-44ab-36a4-8963-c46e5d6999d8@roeck-us.net> Date: Sat, 23 Dec 2017 08:13:48 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171223144635.GA14599@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed 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 Content-Length: 1997 Lines: 45 On 12/23/2017 06:46 AM, Greg Kroah-Hartman wrote: > On Sat, Dec 23, 2017 at 10:19:32AM +0100, Greg Kroah-Hartman wrote: >> On Fri, Dec 22, 2017 at 10:18:31AM -0800, Guenter Roeck wrote: >>> On Fri, Dec 22, 2017 at 09:45:41AM +0100, Greg Kroah-Hartman wrote: >>>> This is the start of the stable review cycle for the 4.4.108 release. >>>> There are 78 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 Sun Dec 24 08:45:30 UTC 2017. >>>> Anything received after that time might be too late. >>>> >>> >>> I lost track with versions. This is with v4.4.107-79-g0989207. >>> >>> Build results: >>> total: 145 pass: 144 fail: 1 >>> Failed builds: >>> alpha:allmodconfig >>> Qemu test results: >>> total: 118 pass: 118 fail: 0 >>> >>> alpha/include/asm/mmu_context.h: In function 'ev5_switch_mm': >>> arch/alpha/include/asm/mmu_context.h:158:2: error: implicit declaration of function 'task_thread_info' >>> arch/alpha/include/asm/mmu_context.h:158:24: error: invalid type argument of '->' (have 'int') >>> alpha/include/asm/mmu_context.h: In function 'init_new_context': >>> arch/alpha/include/asm/mmu_context.h:236:24: error: invalid type argument of '->' (have 'int') >>> arch/alpha/include/asm/mmu_context.h: In function 'enter_lazy_tlb': >>> arch/alpha/include/asm/mmu_context.h:250:23: error: invalid type argument of '->' (have 'int') >>> >>> Didn't I already report this ? >> >> I thought that was a 4.9 issue. Let me look into this later today, >> thanks for the report... > > Hm, yeah, looks to be the same issue that 4.9 had. I resolve that by > ripping out the whole series, which I don't want to do here. Let me see > if I can resolve it simpler... > Apply 8ee912dab95f ("alpha: fix build failures") and fix conflict by picking the new include files. I am currently rebuilding with that applied to ensure that it breaks nothing else. Guenter