From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755299AbcAYIRM (ORCPT ); Mon, 25 Jan 2016 03:17:12 -0500 Received: from mail-pf0-f181.google.com ([209.85.192.181]:35781 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750846AbcAYIRJ (ORCPT ); Mon, 25 Jan 2016 03:17:09 -0500 Date: Mon, 25 Jan 2016 13:46:56 +0530 From: Sudip Mukherjee To: tiwai@suse.de, sfr@canb.auug.org.au Cc: Linus Torvalds , Linux Kernel Mailing List , Guenter Roeck Subject: Re: Linux 4.5-rc1 Message-ID: <20160125081655.GA5457@sudip-pc> References: <20160125024201.GA5808@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160125024201.GA5808@roeck-us.net> 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 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 I think this is outside my boundary for any attempt to fix. Maybe with some suggestion/guidance I can try. Apart from powerpc:allmodconfig: m32r:allmodconfig tilegx:allmodconfig tilepro:allmodconfig These three are for the same problem as in drm/vc4 which you mentioned. regards sudip