From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934012AbcAYRgN (ORCPT ); Mon, 25 Jan 2016 12:36:13 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:49347 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933418AbcAYRgL (ORCPT ); Mon, 25 Jan 2016 12:36:11 -0500 Subject: Re: Linux 4.5-rc1 To: Sudip Mukherjee References: <20160125024201.GA5808@roeck-us.net> <20160125081655.GA5457@sudip-pc> <56A655D1.9080505@roeck-us.net> <20160125171835.GB8787@sudip-laptop> Cc: tiwai@suse.de, sfr@canb.auug.org.au, Linus Torvalds , Linux Kernel Mailing List From: Guenter Roeck Message-ID: <56A65D08.8080706@roeck-us.net> Date: Mon, 25 Jan 2016 09:36:08 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160125171835.GB8787@sudip-laptop> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/25/2016 09:18 AM, Sudip Mukherjee wrote: > On Mon, Jan 25, 2016 at 09:05:21AM -0800, Guenter Roeck wrote: >> On 01/25/2016 12:16 AM, Sudip Mukherjee wrote: >>> On Sun, Jan 24, 2016 at 06:42:01PM -0800, Guenter Roeck wrote: >>>> On Sun, Jan 24, 2016 at 02:08:22PM -0800, Linus Torvalds wrote: >>>>> So the merge window is over, and rc1 is out there. Go test! >>>>> >>>> >>>> Here are some early test results: >>>> >>>> Build results: >>>> total: 146 pass: 142 fail: 4 >>>> Failed builds: >>>> alpha:allmodconfig >>>> m68k:allmodconfig >>>> parisc:allmodconfig >>>> xtensa:allmodconfig >>> >>> And for me powerpc allmodconfig with: >>> sound/core/compress_offload.c: In function 'snd_compr_ioctl': >>> sound/core/compress_offload.c:804:2: error: case label does not reduce to an integer constant >>> case _IOC_NR(SNDRV_COMPRESS_GET_CODEC_CAPS): >>> ^ >>> Stephen also complained about this. >>> http://www.gossamer-threads.com/lists/linux/kernel/2345968 >>> >> powerpc:allmodconfig passes for me. Did you enable some additional build options ? > > No extra options. Only allmodconfig. > >> If not, what is your toolchain version ? > > 5.3.0 > I assume that means gcc. Did you build the toolchain yourself, or did you get it from somewhere ? Thanks, Guenter