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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 665CEC43464 for ; Fri, 18 Sep 2020 09:23:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1ED1621D42 for ; Fri, 18 Sep 2020 09:23:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726149AbgIRJXI (ORCPT ); Fri, 18 Sep 2020 05:23:08 -0400 Received: from mga02.intel.com ([134.134.136.20]:45520 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726109AbgIRJXI (ORCPT ); Fri, 18 Sep 2020 05:23:08 -0400 IronPort-SDR: /uHpSqLvfV35QtXR+GWnQO0/EW1ymCh7B3nZzNewFCpfyWoLcDvr5wfeIRxGfqcbxmfA1QOGTQ xC0W1MBX96yw== X-IronPort-AV: E=McAfee;i="6000,8403,9747"; a="147578314" X-IronPort-AV: E=Sophos;i="5.77,274,1596524400"; d="scan'208";a="147578314" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2020 02:23:04 -0700 IronPort-SDR: ClZEEOQe588a+qudcIsxm6VhYj0I3O+/4nudjp/RjQPeWQKyW8dcV5sPcfPxit7B0PRr8q2i02 FSiMjFRPpJiA== X-IronPort-AV: E=Sophos;i="5.77,274,1596524400"; d="scan'208";a="484130244" Received: from eliteleevi.tm.intel.com ([10.237.54.20]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2020 02:23:02 -0700 Date: Fri, 18 Sep 2020 12:21:20 +0300 (EEST) From: Kai Vehmanen X-X-Sender: kvehmane@eliteleevi.tm.intel.com To: Stephen Rothwell cc: Mark Brown , Liam Girdwood , Iulian Olaru , Linux Next Mailing List , Linux Kernel Mailing List , Kai Vehmanen , daniel.baluta@nxp.com, pierre-louis.bossart@linux.intel.com Subject: Re: linux-next: build warning after merge of the sound-asoc tree In-Reply-To: <20200918132118.1e753aeb@canb.auug.org.au> Message-ID: References: <20200918132118.1e753aeb@canb.auug.org.au> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7 02160 Espoo MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hello, +Daniel,+Pierre On Fri, 18 Sep 2020, Stephen Rothwell wrote: > After merging the sound-asoc tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > WARNING: modpost: missing MODULE_LICENSE() in sound/soc/sof/imx/imx-common.o thanks for the report. I made a patch and once I get acks from stakeholders, will submit to asoc tree: https://github.com/thesofproject/linux/pull/2450 We'll also follow up how this slipped through our CI. Br, Kai