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 ABB7F9443; Mon, 30 Dec 2024 14:32:36 +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=1735569156; cv=none; b=Q5a47AVTTZlamO//08ZIXVcxgJB7QT7q3B8OgYEvSamFkb/wxP6+3dTy6ZLaM6x6pzmGaBmbbb52PU8JjhBOeAiPsmv+tHh9gQcfBNC9BcbwbDVbQ0MZH8eqioryRsXNKVUoP0wRGSXbfbvnx4YiUYk4jpaXq2r2h2vFEdCSqhw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735569156; c=relaxed/simple; bh=t5XEC/CDA35zr1PW/hTk0Mz6b1B/M7HAkbd6sfCglSs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gXDMbzITPYhOaJtqL7+b5wNWKWH5/zgVh+hDVHSUMgLLLVmSJUvvOS0eBQHehJ3TqhXgwBGEPIsawucZId6dqFcZgP2fqAUiEGMhz6mDx1cxU/QWe0gl/E4VJtapPUY/4xGgoNxuWoZPzt8eGkyZ9Z54MtfQ+Hi9SEN9hNbRioE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=LLElhWVT; 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="LLElhWVT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8DFEDC4CED4; Mon, 30 Dec 2024 14:32:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1735569156; bh=t5XEC/CDA35zr1PW/hTk0Mz6b1B/M7HAkbd6sfCglSs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LLElhWVTeS7DvUMieVdtD259ND0DA1qsY2mUStD/chrS5/uzJeCpJpHk7piVhbk1v Fin2UhFMlAuTSNCQlnMvQyipJnSIf47I6BVyL97Nw6m67U3uPbOoVt9w2PwV1Zy/lk aWJ1V1vflz7ZkBuTaNt+tOsedYd81yHGN+VekRME= Date: Mon, 30 Dec 2024 15:32:32 +0100 From: Greg KH To: Krzysztof Kozlowski Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org, bt.cho@samsung.com, Alim Akhtar , Wim Van Sebroeck , Guenter Roeck Subject: Re: Patch "watchdog: s3c2410_wdt: add support for exynosautov920 SoC" has been added to the 6.12-stable tree Message-ID: <2024123026-ether-pushpin-a62e@gregkh> References: <20241228142016.3647634-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 29, 2024 at 10:42:07AM +0100, Krzysztof Kozlowski wrote: > On 28/12/2024 15:20, Sasha Levin wrote: > > This is a note to let you know that I've just added the patch titled > > > > watchdog: s3c2410_wdt: add support for exynosautov920 SoC > > > > 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: > > watchdog-s3c2410_wdt-add-support-for-exynosautov920-.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. > > This is a new device support, depending on several other pieces like > syscon support, Exynos PMU and of course arm64/boot/dts patches. It > really relies on the rest of SoC support and alone is useless. > > This is way beyond simple quirks thus I believe it does not meet stable > criteria at all. > > Based on that I recommend to drop this patch from stable backports. Now dropped, thanks. greg k-h