From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:55900 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933494AbeBMJgy (ORCPT ); Tue, 13 Feb 2018 04:36:54 -0500 Date: Tue, 13 Feb 2018 10:36:51 +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 4.9 00/92] 4.9.81-stable review Message-ID: <20180213093651.GA29675@kroah.com> References: <20180209133931.211869118@linuxfoundation.org> <556ea00b-e265-7f14-395c-c5e6629bf194@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <556ea00b-e265-7f14-395c-c5e6629bf194@roeck-us.net> Sender: stable-owner@vger.kernel.org List-ID: On Sat, Feb 10, 2018 at 07:46:50AM -0800, Guenter Roeck wrote: > On 02/09/2018 05:38 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.9.81 release. > > There are 92 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 Feb 11 13:39:04 UTC 2018. > > Anything received after that time might be too late. > > > > Build results: > total: 145 pass: 140 fail: 5 > Failed builds: > powerpc:defconfig > powerpc:allmodconfig > powerpc:ppc64e_defconfig > powerpc:cell_defconfig > powerpc:maple_defconfig > Qemu test results: > total: 118 pass: 113 fail: 5 > Failed tests: > powerpc:mac99:ppc64_book3s_defconfig:nosmp > powerpc:mac99:ppc64_book3s_defconfig:smp4 > powerpc:pseries:pseries_defconfig > powerpc:mpc8544ds:ppc64_e5500_defconfig:nosmp > powerpc:mpc8544ds:ppc64_e5500_defconfig:smp > > All builds and tests fail with the following error. > > arch/powerpc/kernel/setup_64.c:41:25: fatal error: asm/debugfs.h: No such file or directory > > For older kernels, the backport of 236003e6b5443c4 ("powerpc/64s: Allow control of RFI > flush via debugfs") should include linux/debugfs.h, not asm/debugfs.h. Thanks for letting me know, I've now fixed this up. Will go work on the 4.4 patch as well. greg k-h