From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:40640 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751541AbdJGJiw (ORCPT ); Sat, 7 Oct 2017 05:38:52 -0400 Date: Sat, 7 Oct 2017 11:38:59 +0200 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, stable@vger.kernel.org Subject: Re: [PATCH 4.9 000/104] 4.9.54-stable review Message-ID: <20171007093859.GC16840@kroah.com> References: <20171006083840.743659740@linuxfoundation.org> <14729fe3-abac-20fc-8753-c976ca681443@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <14729fe3-abac-20fc-8753-c976ca681443@roeck-us.net> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Oct 06, 2017 at 07:08:27AM -0700, Guenter Roeck wrote: > On 10/06/2017 01:50 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.9.54 release. > > There are 104 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 Oct 8 08:37:55 UTC 2017. > > Anything received after that time might be too late. > > > > Build results: > total: 145 pass: 142 fail: 3 > Failed builds: > arm64:allmodconfig > mips:allmodconfig > mips:ar7_defconfig > Qemu test results: > total: 123 pass: 123 fail: 0 > > Build failures: > > arm64:allmodconfig: > > In file included from include/linux/topology.h:32:0, > from include/linux/sched.h:42, > from linux/kasan.h:4, > from arch/arm64/mm/kasan_init.c:14: > arch/arm64/mm/kasan_init.c: In function ‘kasan_init’: > arch/arm64/mm/kasan_init.c:156:28: error: implicit declaration of function ‘lm_alias’ > > mips: > > arch/mips/kernel/setup.c: In function 'mips_parse_crashkernel': > arch/mips/kernel/setup.c:671:2: error: implicit declaration of function 'memory_region_available' Both of these should now be resolved, thanks. greg k-h