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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BAE29C197A0 for ; Mon, 20 Nov 2023 17:19:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229886AbjKTRTs (ORCPT ); Mon, 20 Nov 2023 12:19:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40882 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233867AbjKTRTj (ORCPT ); Mon, 20 Nov 2023 12:19:39 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C20310E2; Mon, 20 Nov 2023 09:19:31 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 84D57C433A9; Mon, 20 Nov 2023 17:19:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700500771; bh=RAeKfOq3hx5ITvrVyZaR6+ShwwWgbpoasmEVuSlet1w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BSf4mGEWdyIczk7ywiS4bsaE3anD0mCUqUyLz4F+U9qcVEKDC6bv2NyJXmJ9851Vj YMHMxPPMUebuOBu+wnSBbOVXqmVH0SKf7NwF3n3vk3QMLa+5SRZ7jtQsWgD8Zpbe5N M7e3T1B1cmvBymat7CskxNAwe+i8L4w5V9A8tLO0= Date: Mon, 20 Nov 2023 18:19:28 +0100 From: Greg Kroah-Hartman To: Sakari Ailus Cc: stable@vger.kernel.org, Sasha Levin , stable-commits@vger.kernel.org, Mauro Carvalho Chehab , Jacopo Mondi , Kieran Bingham , Laurent Pinchart , Niklas =?iso-8859-1?Q?S=F6derlund?= , Benjamin Mugnier , Sylvain Petinot , Yong Zhi , Bingbu Cao , Dan Scally , Tianshu Qiu , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Eugen Hristev , Maxime Ripard , Krzysztof Kozlowski , Alim Akhtar , Robert Foss , Todor Tomov , Bryan O'Donoghue , Andy Gross , Bjorn Andersson , Konrad Dybcio , Dafna Hirschfeld , Heiko Stuebner , Maxime Coquelin , Alexandre Torgue , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Yong Deng , Paul Kocialkowski , Philipp Zabel , Michal Simek , Steve Longerbeam , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Thierry Reding , Jonathan Hunter , Sowjanya Komatineni , Luca Ceresoli Subject: Re: Patch "media: v4l: async: Rename async nf functions, clean up long lines" has been added to the 5.15-stable tree Message-ID: <2023112000-palatable-spokesman-d5da@gregkh> References: <20231120152238.707760-1-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Nov 20, 2023 at 04:31:05PM +0000, Sakari Ailus wrote: > Hi folks, > > On Mon, Nov 20, 2023 at 10:22:33AM -0500, Sasha Levin wrote: > > This is a note to let you know that I've just added the patch titled > > > > media: v4l: async: Rename async nf functions, clean up long lines > > This patch doesn't fix anything, it just renames a number of long function > names in a number of places. Why should it be backported to 5.15? Because, in the patch itself we added: > > Stable-dep-of: b2701715301a ("media: cadence: csi2rx: Unregister v4l2 async notifier") Which shows the requirement here. thanks, greg k-h