Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751921AbcC0NPh (ORCPT ); Sun, 27 Mar 2016 09:15:37 -0400 Received: from 216-12-86-13.cv.mvl.ntelos.net ([216.12.86.13]:51988 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751408AbcC0NPg (ORCPT ); Sun, 27 Mar 2016 09:15:36 -0400 Date: Sun, 27 Mar 2016 09:15:30 -0400 From: Rich Felker To: Geert Uytterhoeven Cc: "linux-kernel@vger.kernel.org" , xfs@oss.sgi.com, Cris , Linux-sh list Subject: Re: Build regressions/improvements in v4.6-rc1 Message-ID: <20160327131530.GX21636@brightrain.aerifal.cx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 948 Lines: 28 On Sun, Mar 27, 2016 at 02:43:24PM +0200, Geert Uytterhoeven wrote: > On Sun, Mar 27, 2016 at 2:39 PM, Geert Uytterhoeven > wrote: > > Below is the list of build error/warning regressions/improvements in > > v4.6-rc1[1] compared to v4.5[2]. > > > > Summarized: > > - build errors: +9/-6 > > > [1] http://kisskb.ellerman.id.au/kisskb/head/10114/ (all 262 configs) > > [2] http://kisskb.ellerman.id.au/kisskb/head/10047/ (all 262 configs) > > > 9 error regressions: > > + /home/kisskb/slave/src/fs/xfs/xfs_ondisk.h: error: call to > > '__compiletime_assert_79' declared with attribute error: XFS: > > sizeof(xfs_attr_shortform_t) is wrong, expected 8: => 79:2 > > cris-allyesconfig, cris-allmodconfig > > > + error: smp-shx3.c: undefined reference to `local_timer_setup': => > > .text+0xadec) > > shx3_defconfig Thanks for catching this. I've prepared a patch and I'm checking whether it fixes the problem. Rich