Received: by 10.223.176.5 with SMTP id f5csp1096117wra; Wed, 31 Jan 2018 01:02:26 -0800 (PST) X-Google-Smtp-Source: AH8x226do9BLQQYBvK6Sf82K8j5Rsxj8+vSY+jBErINw5WbMLh0glcdslZO8jnoIe05Sa7bkLB3w X-Received: by 10.99.104.131 with SMTP id d125mr23061210pgc.125.1517389346205; Wed, 31 Jan 2018 01:02:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517389345; cv=none; d=google.com; s=arc-20160816; b=gtUUFY8dxBNi4QEnaZGpY2CZd0m42ovjUs73SN7V4CcsQLSJyq4gEN1cUnGVq+zGmg O5m4ZL2Hd0RwF23+HKC7hlibrxUGyj2YaLrSsKCM8Jdg3e1v1Ct9EHhe2FauibVnaBmx n4pdPapCbDhMg6bOzEbGbcjC+JrlQnokpTaGBBUguWQ8MIUeXuaT1V4L5WmG0BWFxwaH 4v4mb0vEqzpa4bNYnsxvQ+K3YyjR9UBKKQivLsQy9VgTZ4oVeBYga9YdSz8MX15wzrEY Fc8RxVdPIihWAsHGK8G1pk4fkPScO62jvNc6ZUdvSt8mOk6Me6U41oUAL6YuCyuFkh/Y KjJQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=6uK4iXK0qHuWFWhtTY12RgjmFxKzAtNj8FQti47KOI0=; b=LKiToV2v0aBFxYBuWld2g0shYe3dIs6XxEysL34WyvBmQfyQ4t0FqvC9cXyUJKa2SB /o/TG6UTzKQdSiqLg3E1gXBdBGzPpl/VkN+MiICvEOTphgIjxhHsmTk4vy3Ym8cmDgE+ pCN2PaxEbhsiRMLtmgNO7fsJbxFr5rzoNOhv0SN3X3XmAoIWoaxI7hHMS6eV6QVyjP/2 e4Qij9n+SwOv1xjRy03sNHFs6TfX+bDiNCLBehJJswNCXL4fxpo/c+w2mUSU5DgAJdS8 kWKxEv/ct4mk3Fo1Y93MwZ30iZcp+AMZqoed9/KYpFk8ME9Hv28uCHYVzdB78CiS7BSy /UjA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i1si1472309pfa.58.2018.01.31.01.02.10; Wed, 31 Jan 2018 01:02:25 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753606AbeAaIwT (ORCPT + 99 others); Wed, 31 Jan 2018 03:52:19 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:59822 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752992AbeAaIwR (ORCPT ); Wed, 31 Jan 2018 03:52:17 -0500 Received: from localhost (unknown [37.170.66.23]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 85FECE07; Wed, 31 Jan 2018 08:52:16 +0000 (UTC) Date: Wed, 31 Jan 2018 09:52:13 +0100 From: Greg Kroah-Hartman To: Guenter Roeck 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 Subject: Re: [PATCH 3.18 00/52] 3.18.93-stable review Message-ID: <20180131085213.GA3445@kroah.com> References: <20180129123628.168904217@linuxfoundation.org> <20180130145156.GA24591@kroah.com> <20180130185131.GA16143@kroah.com> <20180130194858.GA9180@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180130194858.GA9180@roeck-us.net> User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 30, 2018 at 11:48:58AM -0800, Guenter Roeck wrote: > On Tue, Jan 30, 2018 at 07:51:31PM +0100, Greg Kroah-Hartman wrote: > > On Tue, Jan 30, 2018 at 03:51:56PM +0100, Greg Kroah-Hartman wrote: > > > On Tue, Jan 30, 2018 at 06:19:15AM -0800, Guenter Roeck wrote: > > > > On 01/29/2018 04:56 AM, Greg Kroah-Hartman wrote: > > > > > This is the start of the stable review cycle for the 3.18.93 release. > > > > > There are 52 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 Wed Jan 31 12:36:07 UTC 2018. > > > > > Anything received after that time might be too late. > > > > > > > > > > > > > Build results: > > > > total: 136 pass: 135 fail: 1 > > > > Failed builds: > > > > um:defconfig > > > > Qemu test results: > > > > total: 112 pass: 112 fail: 0 > > > > > > > > The build failure is: > > > > > > > > In file included from arch/um/kernel/config.c:8:0: > > > > arch/um/include/shared/init.h:43:28: fatal error: linux/compiler.h: No such file or directory > > > > > > > > [ several instances ] > > > > > > Crap, I was trying to apply a number of the UM patches that Android > > > relies on for their build systems that they patch their kernel for. > > > I'll go look into those to try to figure out what I got wrong... > > > > Ok, I can't even build a defconfig for ARCH=um at all, with no patches > > applied to 3.18. I had to go find a 4.9.4 kernel to even get close to > > building, gcc7 did really odd things. > > > > Do you have the .config file you use to build this arch with? I looked > > on the builder site and couldn't seem to find it anywhere, am I just > > missing something obvious? > > > > mkdir /tmp/build > make O=/tmp/build ARCH=um SUBARCH=x86_64 defconfig > make O=/tmp/build ARCH=um SUBARCH=x86_64 -j30 > > The O= is essential; in-tree builds are fine. in-tree builds does not work for me either :( > Also, turns out you are correct; 3.18.92 fails to build for me > as well if I use a recent compiler. It does build with the compiler > from Poky 1.3. Bisect points to commit a3a8321bf0f00 ("um: Remove > copy&paste code from init.h)"; bisect log is attached. > Not sure if it is worth fixing it, though. Maybe I should just > stop building it for 3.18 instead. Thoughts ? Let me pull the um patches out of this release, queue them up for the next one after this, and try to figure out what is going on in a more relaxed way. I don't want the "real" bugfixes that are queued up right now to be stopped from being released due to this odd arch. I'll look into this later this week, no need for you to pull this out of your build system just yet. thanks, greg k-h