From patchwork Mon Feb 23 10:24:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 5863611 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 27C73BF440 for ; Mon, 23 Feb 2015 10:25:47 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5E2D220688 for ; Mon, 23 Feb 2015 10:25:46 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 083AB2060A for ; Mon, 23 Feb 2015 10:25:45 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id C661A26057D; Mon, 23 Feb 2015 11:25:43 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 190BF2604DB; Mon, 23 Feb 2015 11:25:36 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 779B42604DB; Mon, 23 Feb 2015 11:25:34 +0100 (CET) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.17.13]) by alsa0.perex.cz (Postfix) with ESMTP id 972CA2604A1 for ; Mon, 23 Feb 2015 11:25:27 +0100 (CET) Received: from wuerfel.localnet ([149.172.15.242]) by mrelayeu.kundenserver.de (mreue101) with ESMTPSA (Nemesis) id 0LymEJ-1XVCf238Wl-0167gO; Mon, 23 Feb 2015 11:24:47 +0100 From: Arnd Bergmann To: Geert Uytterhoeven Date: Mon, 23 Feb 2015 11:24:46 +0100 Message-ID: <5721217.aGU5oqfDWo@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: References: <1424680402-3477-1-git-send-email-geert@linux-m68k.org> <5900255.NhXvduRnha@wuerfel> MIME-Version: 1.0 X-Provags-ID: V03:K0:cqbJ5ZLKprqyb+9hlE+pFXPg0Ucd7rdmef2ZuQjmKuJyA6wJXF0 g4Wa/9uNa3FFWEwZyG9ZlCxKnpPDKfTFDuy/hSSaZpqxBfF7AQEzIPq3OId6gQut5YflOdk U5Qfd9RL54qkNhAjX5IaEfCCeRPOWglTKPZH2lP+ewLZETQcumuj/Nc9ElDSL8aCitfqBFS FP3mSJ+PFngX+OqG8ktlA== X-UI-Out-Filterresults: notjunk:1; Cc: willy@linux.intel.com, ALSA Development Mailing List , "linuxppc-dev@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [alsa-devel] Build regressions/improvements in v4.0-rc1 X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP On Monday 23 February 2015 10:14:55 Geert Uytterhoeven wrote: > On Mon, Feb 23, 2015 at 10:03 AM, Arnd Bergmann wrote: > >> > + /home/kisskb/slave/src/fs/dax.c: error: implicit declaration of function 'copy_user_page' [-Werror=implicit-function-declaration]: => 266:2 > > > > DAX support was merged with 'depends on !(ARM || MIPS || SPARC)', so I don't > > see how this could happen. > > sh is not ARM, not MIPS, not SPARC, so...? I misread your email and thought this was still under arm-randconfig. I checked the other architectures, and found that the same is missing on ARC, so we should add both: It's also not implemented on c6x and blackfin, but both of them have MMU=n, so they are already excluded. > >> sh-randconfig > > >> > + /home/kisskb/slave/src/sound/soc/codecs/max98357a.c: error: implicit declaration of function 'devm_gpiod_get' [-Werror=implicit-function-declaration]: => 55:2 > >> > + /home/kisskb/slave/src/sound/soc/codecs/max98357a.c: error: implicit declaration of function 'gpiod_direction_output' [-Werror=implicit-function-declaration]: => 61:2 > >> > + /home/kisskb/slave/src/sound/soc/codecs/max98357a.c: error: implicit declaration of function 'gpiod_set_value' [-Werror=implicit-function-declaration]: => 30:3 > > > > Something wrong in arch/sh/include/asm/gpio.h? the codec is only > > selectable when gpiolib is enabled, but the consumer.h header > > apparently does not get included here. > > I think it's an bad select, for which a patch has been available since > about 2 weeks. Ah, right. I was looking at linux-next, which has the fix, so I did not see the problem at first. Arnd Acked-by: Geert Uytterhoeven diff --git a/fs/Kconfig b/fs/Kconfig index ec35851e5b71..a24d496787d6 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -36,7 +36,7 @@ source "fs/nilfs2/Kconfig" config FS_DAX bool "Direct Access (DAX) support" depends on MMU - depends on !(ARM || MIPS || SPARC) + depends on !(ARC || ARM || MIPS || SH || SPARC) help Direct Access (DAX) can be used on memory-backed block devices. If the block device supports DAX and the filesystem supports DAX,