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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5DC0CC64EC4 for ; Mon, 6 Mar 2023 15:46:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229803AbjCFPqL (ORCPT ); Mon, 6 Mar 2023 10:46:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231279AbjCFPqJ (ORCPT ); Mon, 6 Mar 2023 10:46:09 -0500 Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 850B232CC5 for ; Mon, 6 Mar 2023 07:45:35 -0800 (PST) Received: by mail-ed1-x533.google.com with SMTP id a25so40667355edb.0 for ; Mon, 06 Mar 2023 07:45:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678117533; h=content-transfer-encoding:in-reply-to:references:cc:to:from :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=WrfA7cGIcNNdeqNajhEP8dKzmgloaq6OtPDo7wgZVaI=; b=bW7x/xPS+G9jqqhtHpGcDCEkI/ezYVZZm3Vkgo7nYCAh+tBhalRJHADE5pCN3lRtLv BsTZpwR4qppxxTrZ8n/IsoK4iuP9bflkbr0eP5oLlA6WWVjgps535dlgXwwPufIF8zaw JIDcImVuDCBYwazn/gn84Yw9D8cNbxuJKeP1szawzvweKd7Xoh3y91YWylII7sta+D9/ H5nnjbGi9JpjBTmRyZxngm1t47kTw+ys3/XR5XHkWfuLdJZrOIZMZ0Fn5VR+lS24mp7v WZBi3OgLea9GKlznbXAoy+E4QskDT4Pto2OFmvU26YHDIhgQKWalGlsCqHq+7C5UIQtH QgYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678117533; h=content-transfer-encoding:in-reply-to:references:cc:to:from :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=WrfA7cGIcNNdeqNajhEP8dKzmgloaq6OtPDo7wgZVaI=; b=R6KvBtDdvEtBnIj/Xberr4riMdxoyodlSI4Abw4+DUCOmU85Q5Z3jqTN20JGzSSEOg zGoF5csVYrgaMUPJRJUcZCV0QO4U6w5ScPnIYTFHcUgROlkhX0Hsv3sP13ARqGxmbF8R /yuDirRPfG/8T9ztQsMvE0LVzmxtmBvR3zEjt0GFs4we6XC/w6Mnx4CDymyBslpRE8N1 cpVjtw99ZkwO56RDCyUUcQuqTGVmdUpBg+qN0PCVZzk8ezpd/GEYa1DHeT6ebe7RLag0 50IYoH6DdWGUhwASDuZgzW87nFtT8GrqQYx9bFHk7m7xpGcLSz3l35/XtcgYyC0PYiNK DScA== X-Gm-Message-State: AO0yUKUu9o6wi2zfpCAt32iP1qHXLUdQP4iqJN9o4CakpdFi7k8gqEuH seX5+5A3O0NQzH2x7d2lC8zzlw== X-Google-Smtp-Source: AK7set/a2B5e0ljGelJHCwhPgnWdbKU/pwrgWd0NMnsDxrI2L46OW4FT8atm+KqG87eYloJI78knXA== X-Received: by 2002:a17:906:4783:b0:8b1:fc:d737 with SMTP id cw3-20020a170906478300b008b100fcd737mr16748722ejc.19.1678117533148; Mon, 06 Mar 2023 07:45:33 -0800 (PST) Received: from ?IPV6:2a02:810d:15c0:828:c1e7:5006:98ac:f57? ([2a02:810d:15c0:828:c1e7:5006:98ac:f57]) by smtp.gmail.com with ESMTPSA id p14-20020a170906a00e00b008b1b644c9fbsm4719705ejy.103.2023.03.06.07.45.32 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 06 Mar 2023 07:45:32 -0800 (PST) Message-ID: Date: Mon, 6 Mar 2023 16:45:31 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH 15/27] memory: tegra: remove MODULE_LICENSE in non-modules Content-Language: en-US From: Krzysztof Kozlowski To: Nick Alcock , mcgrof@kernel.org Cc: linux-modules@vger.kernel.org, linux-kernel@vger.kernel.org, Hitomi Hasegawa , Thierry Reding , Jonathan Hunter , linux-tegra@vger.kernel.org References: <20230224150811.80316-1-nick.alcock@oracle.com> <20230224150811.80316-16-nick.alcock@oracle.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: On 06/03/2023 15:30, Krzysztof Kozlowski wrote: > On 24/02/2023 16:07, Nick Alcock wrote: >> Since commit 8b41fc4454e ("kbuild: create modules.builtin without >> Makefile.modbuiltin or tristate.conf"), MODULE_LICENSE declarations >> are used to identify modules. As a consequence, uses of the macro >> in non-modules will cause modprobe to misidentify their containing >> object file as a module when it is not (false positives), and modprobe >> might succeed rather than failing with a suitable error message. >> >> So remove it in the files in this commit, none of which can be built as >> modules. >> > > Applied as well. Squashed with next one. Same subject messes with b4, so > prefix should be corrected if these were to stay as separate patches. > And all dropped. Run checkpatch before sending patches. Best regards, Krzysztof