From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:54962 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750757AbdLUOho (ORCPT ); Thu, 21 Dec 2017 09:37:44 -0500 Date: Thu, 21 Dec 2017 15:37:45 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable Subject: Re: stable queue build failures Message-ID: <20171221143745.GA25507@kroah.com> References: <65bf3312-f257-0a55-1721-4ef4ff718de9@roeck-us.net> <20171221140457.GA3208@kroah.com> <0e93e013-a124-b0ea-ebe4-918f3703fc7f@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0e93e013-a124-b0ea-ebe4-918f3703fc7f@roeck-us.net> Sender: stable-owner@vger.kernel.org List-ID: On Thu, Dec 21, 2017 at 06:32:41AM -0800, Guenter Roeck wrote: > On 12/21/2017 06:04 AM, Greg Kroah-Hartman wrote: > > On Thu, Dec 21, 2017 at 05:54:32AM -0800, Guenter Roeck wrote: > > > > > > Pretty much all builds in v4.9.y-queue (with the exception od i386/x86_64) fail to build. > > > > > > Error log: > > > In file included from arch/alpha/kernel/asm-offsets.c:9:0: > > > include/linux/sched.h:1479:35: error: field 'arch' has incomplete type > > > > > > in v4.4.y-queue: > > > > > > arch/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' [-Werror=implicit-function-declaration] > > > arch/alpha/include/asm/mmu_context.h:158:24: error: invalid type argument of '->' (have 'int') > > > arch/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') > > > > Yeah, Arnd pointed it out as well, let me work on it some more... > > > One more: > > v4.4.107-74-gceb430e fails to boot my crisv32 qemu test. Do you want me to bisect ? Hm, I thought I fixed that up, let me verify first, there was a patch I was told to drop already.... greg k-h