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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A2E76C3DA5D for ; Thu, 25 Jul 2024 05:51:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Xss+VWWwWbKi84d60q1YUK6G/g0Qsuvre45rjHt5BOA=; b=MgOdqaDEvVn9zV+ZH1WYmmFvu/ f283pDlO8+FW/qtLbgIubKDOXCoENDbWPPBn9KSJktXMvJZHmiTLlrs29qCyUsne9E5qjJhB2zdkQ l3hDHpwyOkWwhEFvDuGi9pb3dHKNj1/Tbi06Lvj/5mTkzeyUaKoJbfp6poRIIrDdixJcij5hTmTsY e04c/UOyEo5WthB+yg9PkZFO48F25+Xxf2dtz6Cq59tBoRyTPlhEX4p++jDD0K3h7zWKhaLiiSVwA EIGRAUDC6czPyAHDV42sQJWC2hBk5/jvm8UPGXqyPLDr7Z8hiu5KGY7Ojw6yKy34VG/0dS0xjfWp+ Da5wAQfg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sWrO7-0000000HVQa-1F48; Thu, 25 Jul 2024 05:51:39 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sWrNi-0000000HVLV-3WAl for linux-arm-kernel@lists.infradead.org; Thu, 25 Jul 2024 05:51:16 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 345B1CE12C8; Thu, 25 Jul 2024 05:51:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C27B9C116B1; Thu, 25 Jul 2024 05:51:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721886670; bh=/A9NAsn/VM9v7m4m+IepAXROAxVNPOGJaU/7RULXU8U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TpidYFZq2mlMfxGraBAQqtsZGoUzNzXzD9pxr53u1kv3rLme4QcD6KHIORPyLWrX7 /jKhHLWCV4/7+t8HvDaHzxS7NLOppvpu22+4P12mrE48fVLTl/zOUARk0iAf80MgGH A5Z9CqE0Tq5nexRA/IAkBLCbLRYPVMsIZtkEmwOLUHBkPbOEwEnxEDQhCOVmWCivfD ahShert4AvcMePVGCEN7mndeSjCicXuGCpOagBozDOppEpe20jj75n0TTB+4fpmCR0 F1tBCJLsqvcgpnLjmZOzZAoL5jB2bjYByyRvNxlDXOl62vhQgvG0kp7ffyEfhV4UKh xcjDVA19HC7zQ== Date: Thu, 25 Jul 2024 11:21:06 +0530 From: Vinod Koul To: Jeff Johnson Cc: Sinan Kaya , kernel@quicinc.com, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Greg KH Subject: Re: [PATCH] dmaengine: qcom: add missing MODULE_DESCRIPTION() macros Message-ID: References: <20240603-md-drivers-dma-qcom-v1-1-d1bd919352bf@quicinc.com> <171778244108.276050.8818140072679051239.b4-ty@kernel.org> <36f5502c-a07f-4809-aa24-7f996afc0a88@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <36f5502c-a07f-4809-aa24-7f996afc0a88@quicinc.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240724_225115_071389_15FF77BB X-CRM114-Status: GOOD ( 14.13 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 23-07-24, 11:36, Jeff Johnson wrote: > On 6/7/2024 10:47 AM, Vinod Koul wrote: > > > > On Mon, 03 Jun 2024 10:06:42 -0700, Jeff Johnson wrote: > >> make allmodconfig && make W=1 C=1 reports: > >> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/dma/qcom/hdma_mgmt.o > >> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/dma/qcom/hdma.o > >> > >> Add the missing invocations of the MODULE_DESCRIPTION() macro, using > >> the descriptions from the associated Kconfig items. > >> > >> [...] > > > > Applied, thanks! > > > > [1/1] dmaengine: qcom: add missing MODULE_DESCRIPTION() macros > > commit: 8e9d83d7228f663ef340ebb339eaffc677277bd4 > > > > Hi Vinod, > I see this landed in linux-next, but is not currently in Linus' tree for 6.11. > Will you be able to have this pulled during the merge window? > I'm trying to eradicate all of these warnings before 6.11 rc-final. We are still in merge window! FWIW, this is in linus's tree now -- ~Vinod