From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751980AbdFNKAI (ORCPT ); Wed, 14 Jun 2017 06:00:08 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39482 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750728AbdFNKAH (ORCPT ); Wed, 14 Jun 2017 06:00:07 -0400 Date: Wed, 14 Jun 2017 11:59:58 +0200 From: gregkh To: Arnd Bergmann Cc: "kernelci.org bot" , Kernel Build Reports Mailman List , Linux Kernel Mailing List , ashwanth@codeaurora.org, "David S. Miller" , Aleksa Sarai Subject: Re: next/master build: 208 builds: 2 failed, 206 passed, 2 errors, 147 warnings (next-20170613) Message-ID: <20170614095958.GA12903@kroah.com> References: <593fb6bf.8e471c0a.b6399.5a75@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Tue, Jun 13, 2017 at 01:59:40PM +0200, Arnd Bergmann wrote: > On Tue, Jun 13, 2017 at 11:56 AM, kernelci.org bot wrote: > > > > next/master build: 208 builds: 2 failed, 206 passed, 2 errors, 147 warnings (next-20170613) > > Full Build Summary: https://kernelci.org/build/next/branch/master/kernel/next-20170613/ > > Tree: next > > Branch: master > > Git Describe: next-20170613 > > Git Commit: bc4c75f41a1ceb456d6a73c1cdbc5f0350200c16 > > Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > > Built: 4 unique architectures > > > > Build Failures Detected: > > > > arm: gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05) > > rpc_defconfig FAIL > > Errors summary: > > 1 arch/arm/mach-rpc/ecard.c:799:23: error: 'vendor_show' undeclared here (not in a function) > > 1 arch/arm/mach-rpc/ecard.c:794:1: error: expected ',' or ';' before 'static' > > Caused by 71d1e5d71cec ("arm: ecard: use dev_groups and not dev_attrs > for bus_type"), missing ';' after > > +static DEVICE_ATTR_RO(resource_show) Should now be fixed, sorry for the noise. greg k-h