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 0A6ABC41604 for ; Tue, 6 Oct 2020 18:55:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 822EB206F4 for ; Tue, 6 Oct 2020 18:55:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="wA6nTmnD" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726793AbgJFSzE (ORCPT ); Tue, 6 Oct 2020 14:55:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48418 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726760AbgJFSzD (ORCPT ); Tue, 6 Oct 2020 14:55:03 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0425C061755; Tue, 6 Oct 2020 11:55:03 -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:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description; bh=3CSVvQ2mzExkbUFinxZ2JkbxYx4ehHrxZW5yiP0pp9M=; b=wA6nTmnDhQsm/G/FE2zUm1McSV 48Xv922pCwJGAorr8WDa+vRp58x1JOjq0aBGQ4YLAPks8x8ZXNKNHG/EWS0QfnFoK5gZO2QwU63nw Ic2GM9BnzS2zi7+A3CjrTYwnDlWOxer48r+4TcaGUWRiSFvJ0D/nl4PDo3inSqRcLDBXiPPwIRVyZ tliw0KUvxZa73t/Fp0Fsy89KDCQem4Ww2HGW5TZDHn5nh74Lq9EzLkNgHVl4fclwFg4e33uBTwADr c/9YrI0yBHN+v/TiRj/Dg9Fd92ruRJolfNzpKZGG6BvYypbGwS69VIefa7LwasuEP4a2c/6e/Y7C4 WklhNZgw==; Received: from [2601:1c0:6280:3f0::2c9a] by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kPs6r-000530-6P; Tue, 06 Oct 2020 18:54:49 +0000 Subject: Re: linux-next: Tree for Oct 6 (sound/soc/intel/catpt/device.c) 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> From: Randy Dunlap Message-ID: <0d1072b7-c57c-6a50-0561-389ad6a3e414@infradead.org> Date: Tue, 6 Oct 2020 11:54:44 -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: <20201006231234.701591b5@canb.auug.org.au> 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 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. -- ~Randy Reported-by: Randy Dunlap