From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.4 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 79B73C41604 for ; Tue, 6 Oct 2020 19:36:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 11C75206CB for ; Tue, 6 Oct 2020 19:36:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="bIBEUHlO" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726323AbgJFTgC (ORCPT ); Tue, 6 Oct 2020 15:36:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54738 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725962AbgJFTgC (ORCPT ); Tue, 6 Oct 2020 15:36:02 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3D8E3C061755; Tue, 6 Oct 2020 12:36:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:References:Cc:To:From:Subject:Sender :Reply-To:Content-ID:Content-Description; bh=DJKJ8r3sz1KNUVoUA6+L/JRy5qYNTx6QHmLO0xUeMgk=; b=bIBEUHlO2Zq+nAPOB1WSpZCB+L fOiT5gyGLPR/t2q6QgJyPt4+h6c6MpfaDpfQy/kiWI2E6hOD6cG/gaWefTPn08AMySXjTNO5ms8rq UBHuRU75A7LtqJI+NvrAoKOQCxG74VOLFnd5QHz7YTDqMUQMDhWnJo+58CDFoNYYR2m4zUGqkYW/X LB/UcFaj431QMvXb5NJIF6w73YmfK4F6JqD3CyUYC7CTg6YrPgiK0vhZ9rqoY8SZ0YMMmQgTkUT9x zdwKWHZHjdVKznoG03Hkk5nF+OzekKsyjOCrMDc+Zuxr4OLvNCYt1VoUVkKA5LV0QLBI7n2rdUfZy XJuNDiZQ==; Received: from [2601:1c0:6280:3f0::2c9a] by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kPskc-0007RY-3H; Tue, 06 Oct 2020 19:35:54 +0000 Subject: Re: linux-next: Tree for Oct 6 (sound/soc/intel/catpt/device.c) From: Randy Dunlap To: Stephen Rothwell , Linux Next Mailing List Cc: Linux Kernel Mailing List , moderated for non-subscribers , Cezary Rojewski , Pierre-Louis Bossart , Liam Girdwood , Jie Yang References: <20201006231234.701591b5@canb.auug.org.au> <0d1072b7-c57c-6a50-0561-389ad6a3e414@infradead.org> Message-ID: <3cb00b47-2143-e867-433d-4e8ba026cb90@infradead.org> Date: Tue, 6 Oct 2020 12:35:50 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <0d1072b7-c57c-6a50-0561-389ad6a3e414@infradead.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 10/6/20 11:54 AM, Randy Dunlap wrote: > On 10/6/20 5:12 AM, Stephen Rothwell wrote: >> Hi all, >> >> Changes since 20201002: >> > > on x86_64 or i386: > when CONFIG_MODULES is not set/enabled: > > ../sound/soc/intel/catpt/device.c: In function ‘catpt_resume’: > ../sound/soc/intel/catpt/device.c:84:7: error: implicit declaration of function ‘module_is_live’; did you mean ‘module_driver’? [-Werror=implicit-function-declaration] > if (!module_is_live(dev->driver->owner)) { > ^~~~~~~~~~~~~~ > module_driver > > > You could see > commit cdb685cb9158fa67f6f4584ea39279ed7ae39253 > Author: Danil Kipnis > Date: Thu May 21 20:59:09 2020 +0200 > > RDMA/rnbd: Fix compilation error when CONFIG_MODULES is disabled > > for a possible fix. > I also just saw this: WARNING: unmet direct dependencies detected for DW_DMAC_CORE Depends on [n]: DMADEVICES [=n] Selected by [y]: - SND_SOC_INTEL_CATPT [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y] && SND_SOC_INTEL_SST_TOPLEVEL [=y] && (ACPI [=n] || COMPILE_TEST [=y]) && SND_DMA_SGBUF [=y] so SND_SOC_INTEL_CATPT should also depend on DMADEVICES. -- ~Randy Reported-by: Randy Dunlap