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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 E7D38CD3427 for ; Mon, 2 Sep 2024 03:46:44 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8B1BB10E1EB; Mon, 2 Sep 2024 03:46:42 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="YC7puIfE"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3368410E1EE for ; Mon, 2 Sep 2024 03:46:41 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 1DA9C5C46FE; Mon, 2 Sep 2024 03:46:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1F998C4CEC2; Mon, 2 Sep 2024 03:46:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1725248800; bh=gZ0JIPPU6a4gmWzet1U4TfGTV36qycIx5jtnbwiOgqU=; h=Date:To:From:Subject:From; b=YC7puIfEMVPgCMqrKyOPU30vZqXRKy4CF/4VfSQoDYgW5pVz03IQgXOpuprtlBSRc wbvF9uSE463mRIDBqbJRZoX3/cqAEzoEf99fR0k4BRTb1V5foyG7ssGyMgx7ccJ6Id 4CownQVDOZonUGXg96rT8LuMdxXjOkb4UDVSxGKM= Date: Sun, 01 Sep 2024 20:46:39 -0700 To: mm-commits@vger.kernel.org, will@kernel.org, viresh.kumar@linaro.org, tglx@linutronix.de, rostedt@goodmis.org, rafael@kernel.org, ppaalanen@gmail.com, peterz@infradead.org, npiggin@gmail.com, nouveau@lists.freedesktop.org, naveen@kernel.org, mpe@ellerman.id.au, mingo@redhat.com, mhiramat@kernel.org, mcoquelin.stm32@gmail.com, luto@kernel.org, longman@redhat.com, linux@armlinux.org.uk, karolherbst@gmail.com, joel@jms.id.au, jk@ozlabs.org, hpa@zytor.com, gregkh@linuxfoundation.org, eajames@linux.ibm.com, dave.hansen@linux.intel.com, christophe.leroy@csgroup.eu, bp@alien8.de, boqun.feng@gmail.com, arnd@arndb.de, andrew@codeconstruct.com.au, alistair@popple.id.au, alexandre.torgue@foss.st.com, quic_jjohnson@quicinc.com, akpm@linux-foundation.org From: Andrew Morton Subject: [merged mm-nonmm-stable] locking-ww_mutex-test-add-module_description.patch removed from -mm tree Message-Id: <20240902034640.1F998C4CEC2@smtp.kernel.org> X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" The quilt patch titled Subject: locking/ww_mutex/test: add MODULE_DESCRIPTION() has been removed from the -mm tree. Its filename was locking-ww_mutex-test-add-module_description.patch This patch was dropped because it was merged into the mm-nonmm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Jeff Johnson Subject: locking/ww_mutex/test: add MODULE_DESCRIPTION() Date: Tue, 30 Jul 2024 07:43:22 -0700 Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/locking/test-ww_mutex.o Link: https://lkml.kernel.org/r/20240730-module_description_orphans-v1-5-7094088076c8@quicinc.com Signed-off-by: Jeff Johnson Acked-by: Waiman Long Cc: Alexandre Torgue Cc: Alistar Popple Cc: Andrew Jeffery Cc: Andy Lutomirski Cc: Arnd Bergmann Cc: Boqun Feng Cc: Borislav Petkov Cc: Christophe Leroy Cc: Dave Hansen Cc: Eddie James Cc: Greg Kroah-Hartman Cc: "H. Peter Anvin" Cc: Ingo Molnar Cc: Jeremy Kerr Cc: Joel Stanley Cc: Karol Herbst Cc: Masami Hiramatsu Cc: Maxime Coquelin Cc: Michael Ellerman Cc: Naveen N Rao Cc: Nicholas Piggin Cc: Nouveau Cc: Pekka Paalanen Cc: Peter Zijlstra Cc: Rafael J. Wysocki Cc: Russell King Cc: Steven Rostedt (Google) Cc: Thomas Gleixner Cc: Viresh Kumar Cc: Will Deacon Signed-off-by: Andrew Morton --- kernel/locking/test-ww_mutex.c | 1 + 1 file changed, 1 insertion(+) --- a/kernel/locking/test-ww_mutex.c~locking-ww_mutex-test-add-module_description +++ a/kernel/locking/test-ww_mutex.c @@ -697,3 +697,4 @@ module_exit(test_ww_mutex_exit); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Intel Corporation"); +MODULE_DESCRIPTION("API test facility for ww_mutexes"); _ Patches currently in -mm which might be from quic_jjohnson@quicinc.com are