From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751130AbdGNTy5 (ORCPT ); Fri, 14 Jul 2017 15:54:57 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:33440 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750917AbdGNTyz (ORCPT ); Fri, 14 Jul 2017 15:54:55 -0400 MIME-Version: 1.0 In-Reply-To: <20170714132620.GA8905@kroah.com> References: <20170713153957.515045341@linuxfoundation.org> <5967e121.9fb6df0a.979fe.f2ca@mx.google.com> <20170714095120.GB2269@kroah.com> <20170714132620.GA8905@kroah.com> From: Arnd Bergmann Date: Fri, 14 Jul 2017 21:54:54 +0200 X-Google-Sender-Auth: VnqVJeGXyveMKgqRqrVQozOKn2s Message-ID: Subject: Re: [PATCH 4.4 00/57] 4.4.77-stable review To: Greg Kroah-Hartman Cc: "kernelci.org bot" , Linux Kernel Mailing List , Linus Torvalds , Andrew Morton , Guenter Roeck , shuahkh@osg.samsung.com, patches@kernelci.org, Ben Hutchings , "# 3.4.x" , info@kernelci.org, Kevin Hilman Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 14, 2017 at 3:26 PM, Greg Kroah-Hartman wrote: > On Fri, Jul 14, 2017 at 02:21:10PM +0200, Arnd Bergmann wrote: >> On Fri, Jul 14, 2017 at 11:51 AM, Greg Kroah-Hartman >> wrote: >> > On Thu, Jul 13, 2017 at 02:07:45PM -0700, kernelci.org bot wrote: >> >> stable-rc/linux-4.4.y boot: 99 boots: 1 failed, 92 passed with 5 offline, 1 conflict (v4.4.76-58-g1a12e8e8a429) >> > >> > Any idea how 0-day and Guenter's system found problems with this >> > release, but you all didn't? Do you not have any SH systems in >> > kernelci? >> >> kernelci does not do any SH builds, but it did catch this driver in >> the allmodconfig >> builds and a couple of ARM builds that use the same one, see the mail with >> subject "stable-rc/linux-4.4.y build: 199 builds: 10 failed, 189 >> passed, 30 errors, >> 4 warnings (v4.4.76-58-g1a12e8e8a429)": >> >> Errors summary: >> >> 10 drivers/pinctrl/sh-pfc/pfc-r8a7791.c:1096:2: error: implicit >> declaration of function 'PINMUX_IPSR_GPSR' >> [-Werror=implicit-function-declaration] >> 10 drivers/pinctrl/sh-pfc/pfc-r8a7791.c:1096:28: error: >> 'DVC_MUTE' undeclared here (not in a function) >> 10 drivers/pinctrl/sh-pfc/pfc-r8a7791.c:1096:19: error: >> 'IP6_2_0' undeclared here (not in a function) > > Where is that email? I never got that, I only got this email > response... Indeed, I see now that for some reason, only the stable/{3.16,3.18,4.4,4.9} build results get sent to the mailing list by kernelci, while the stable-rc builds only get sent to a short list of individuals that I happen to be on. I never noticed this before as I sort them in my inbox according to the sender address rather than the mailing list. Clearly those build reports should include either you or the mailing list. I also see that there are no builds for stable/{4.1,4.11,4.12} and stable-rc/4.1. This is apparently a result of the kernelci build bot intentionally only checking specific branches, while some of the other bots simply build all branches on the trees they watch. Adding Kevin and info@kernelci.org to Cc, this should be easy to resolve for future builds. Arnd