From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 51089156227; Tue, 17 Dec 2024 08:31:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734424280; cv=none; b=NvFKQ+J8fhFgQaWIbiT3iMdstPb5hY3jis/Vghqu+9JcE9tD1ygBQ8I55Qo+tf5S4fdCeIWCGZsqAqyV3A3Ca+JAQfRdkdUwkj6Rckewfj8msxNbXW6OEFbM753388bxAS2ALToWy72zNZw7+tVAUxm15vxHnUQNS591pW9Ehvs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734424280; c=relaxed/simple; bh=RxWIwAuyfljwVTWA+mFDK3kTAPH9OHez4pe2+qHvX/E=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=D5TlOOE5R2uTiA4r1fJBTtIMC55KyRw7CdPuFmlSpxxu8sQhCjpSm7n0XGLDkOQ6JZKE2+A2BAoCpcvtF7oshEURLBUHn+mJBeKR0wcyCbedtnukf1foELWEaG4F69BtQz16yX1iQ9+JtLedkzf2Ds97dFnIgbn1dSfinhR5Z/E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=rwyHU1Fv; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="rwyHU1Fv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42CF0C4CED3; Tue, 17 Dec 2024 08:31:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1734424279; bh=RxWIwAuyfljwVTWA+mFDK3kTAPH9OHez4pe2+qHvX/E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rwyHU1FvDDPr32ifb6OaOdsV4T1Vw0X+KLLt8hUWkEcqhEQoXjijDrXvPMgVQN2hp ONVcWSXuxH6sLi9zvGi2tJzgx9/HrOVPksswBO7UKwA5ZaTJ/N7guIuFphQYO+LgRw 56lTHaGy2ZArX2mpKA7WaA+LaGPSbCAmxcNN2GSE= Date: Tue, 17 Dec 2024 09:31:16 +0100 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org, masahiroy@kernel.org, Matthias Maennich , Jonathan Corbet , Federico Vaga , Alex Shi , Yanteng Si , Nipun Gupta , Nikhil Agarwal , Kristen Accardi , Herbert Xu , "David S. Miller" , Giovanni Cabiddu , Fenghua Yu , Dave Jiang , Vinod Koul , William Breathitt Gray , Linus Walleij , Bartosz Golaszewski , Jean Delvare , Guenter Roeck , Jarkko Nikula , Mika Westerberg , Jan Dabros , Andi Shyti , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Jiri Slaby , Alan Stern Subject: Re: Patch "module: Convert default symbol namespace to string literal" has been added to the 6.12-stable tree Message-ID: <2024121705-krypton-preformed-d7a5@gregkh> References: <20241215165452.418957-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sun, Dec 15, 2024 at 11:06:55PM +0200, Andy Shevchenko wrote: > On Sun, Dec 15, 2024 at 11:54:50AM -0500, Sasha Levin wrote: > > This is a note to let you know that I've just added the patch titled > > > > module: Convert default symbol namespace to string literal > > > > to the 6.12-stable tree which can be found at: > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > The filename of the patch is: > > module-convert-default-symbol-namespace-to-string-li.patch > > and it can be found in the queue-6.12 subdirectory. > > > > If you, or anyone else, feels it should not be added to the stable tree, > > please let know about it. > > IIUC if you take this one, you would want to take more that are fixing > documentation generation and other noticed regressions. I've dropped this now, it wasn't needed. thanks greg k-h