From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753201AbdHJQRl (ORCPT ); Thu, 10 Aug 2017 12:17:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54438 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752639AbdHJQRi (ORCPT ); Thu, 10 Aug 2017 12:17:38 -0400 Date: Thu, 10 Aug 2017 09:17:37 -0700 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.4 00/58] 4.4.81-stable review Message-ID: <20170810161737.GA1243@kroah.com> References: <20170809194146.501519882@linuxfoundation.org> <81c902f8-df92-7c0c-e6f7-a607aa22dee9@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <81c902f8-df92-7c0c-e6f7-a607aa22dee9@roeck-us.net> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 09, 2017 at 05:37:45PM -0700, Guenter Roeck wrote: > On 08/09/2017 12:41 PM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.4.81 release. > > There are 58 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 Fri Aug 11 19:41:25 UTC 2017. > > Anything received after that time might be too late. > > > > Build results: > total: 145 pass: 143 fail: 2 > Failed builds: > sparc64:allmodconfig > sparc64:allnoconfig > > Qemu test results: > total: 115 pass: 110 fail: 5 > Failed tests: > nios2:10m50-ghrd:10m50_defconfig:10m50_devboard.dts > sparc64:sun4u:smp:sparc64_defconfig > sparc64:sun4v:smp:sparc64_defconfig > sparc64:sun4u:nosmp:sparc64_defconfig > sparc64:sun4v:nosmp:sparc64_defconfig > > Build error: > > arch/sparc/mm/tsb.c:478:3: error: implicit declaration of function 'tsb_context_switch' > > The nios2 test crashes at reboot. > > Unable to handle kernel NULL pointer dereference at virtual address 00000000 > ea = 00000000, ra = c803f110, cause = 13 > Kernel panic - not syncing: Oops > > I'll start a bisect on it. Note that it also crashes in 4.9. Odd that this also doesn't crash on 3.18 right now, as it has the same offending patch. I've queued up the fix now, thanks. greg k-h