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 BB8F8C2BD09 for ; Mon, 15 Jul 2024 05:35:56 +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=GFJeFtTliGvwXznA1mcHP4xiNE6dLs1IqOHfota3sqA=; b=IPZmj3neBOhadxfeZGSyfRanIK BtjUZPRjOnRd+mJRa4NqDwTNDrMRnu6BizjwisqvXgPnHuRtK6h03buWBPx++y0cQaQU7/nuH/yvS TXTI/hU6C5XsutWN6QVZAKmFGtf7/PJDZaK4ggjKq0JKFdQcob2jFvQ4lgQUg9EW9ASpxdIHBj4aO imCTnzsGR9aQmQ0UH14+XQ8UeGDz2vlCdYVM1d6rTIEny+5u0zdnBcZf6tkOpQDrypD5Pn100zOXC 9x1/OpUpNfLt24MpEJCdjeCKG+Jk9tpjEo0RD9tg11mNT29FsPqEvGwXwi8jK38LINE251R+rtVZr KT7xlzKg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sTENC-00000005vwo-3Wkb; Mon, 15 Jul 2024 05:35:42 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sTEMt-00000005vqx-2HuI for linux-arm-kernel@lists.infradead.org; Mon, 15 Jul 2024 05:35:25 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id DE943CE0B28; Mon, 15 Jul 2024 05:35:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5407FC4AF0C; Mon, 15 Jul 2024 05:35:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1721021720; bh=23WVQytlsylhbvxlQYuds0lP2VtzWIhTTgtqfdPH29o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iy2UdCZHqRcCdoKcJTRLMDVSnkjG+Xex9X8HTKKJYHrjK8RHNBUnRu0DFbYVgx3Gc xERkEqqR+hutyEkvQkWM8YaBb/6823P8dEOQubX4aMDiHn97+/yjrKKqpqaVb/6zNa RDDOhpe9OZ2tJrpcFDRjjwynZ3jeQGCvKCz8pJuQ= Date: Mon, 15 Jul 2024 07:35:16 +0200 From: Greg Kroah-Hartman To: Jeff Johnson Cc: Andrew Morton , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, nouveau@lists.freedesktop.org, linux-stm32@st-md-mailman.stormreply.com, Mauro Carvalho Chehab , Stephen Boyd , Steven Rostedt , Masami Hiramatsu , Karol Herbst , Pekka Paalanen , Dave Hansen , Andy Lutomirski , Peter Zijlstra , Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org, "H. Peter Anvin" , Maxime Coquelin , Alexandre Torgue Subject: Re: MODULE_DESCRIPTION() patches with no maintainer action Message-ID: <2024071518-ridden-election-8118@gregkh> References: <2d168cf9-e456-4262-b276-95e992b8eac7@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2d168cf9-e456-4262-b276-95e992b8eac7@quicinc.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240714_223523_916736_68FEEA56 X-CRM114-Status: GOOD ( 15.71 ) 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 Sun, Jul 14, 2024 at 02:46:19PM -0700, Jeff Johnson wrote: > Andrew & Greg, > > I hate to bother you with such mundane patches, but the following have been > posted for a while without any maintainer or reviewer comment or action, and > they have not yet landed in linux-next. > > What is the path forward to have these MODULE_DESCRIPTION() warnings fixed? > > arch/arm/probes/kprobes/ > https://lore.kernel.org/all/20240622-md-arm-arch-arm-probes-kprobes-v1-1-0832bd6e45db@quicinc.com/ > > arch/x86/mm/ > https://lore.kernel.org/all/20240515-testmmiotrace-md-v1-1-10919a8b2842@quicinc.com/ > > drivers/spmi/ > https://lore.kernel.org/all/20240609-md-drivers-spmi-v1-1-f1d5b24e7a66@quicinc.com/ > > (note that beyond these 3 patches I still have an additional 13 patches which > need to land in order to fix these warnings tree-wide, but those 13 patches > have had recent maintainer or reviewer action so I'm not seeking your help at > this time). After -rc1 is out, resend them all as a series and cc: the right people and either me or Andrew can pick them up then and get them merged in before -final is released. thanks, greg k-h