On Mon, Oct 17, 2022 at 08:55:50AM +0200, Hans Verkuil wrote:
Hi Sasha,
Please don't add this patch: it is not a fix, it is an internal change preparing for a new feature (see commit 0975274557d1). So no need to backport this patch.
Regards,
Hans
On 10/17/22 04:24, Sasha Levin wrote:
This is a note to let you know that I've just added the patch titled
media: v4l2-ctrls: allocate space for arrays
to the 6.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git%3Ba=su...
The filename of the patch is: media-v4l2-ctrls-allocate-space-for-arrays.patch and it can be found in the queue-6.0 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree, please let stable@vger.kernel.org know about it.
commit 5cc036de01c402cf40cccf04dcb95af5e18e8313 Author: Hans Verkuil hverkuil-cisco@xs4all.nl Date: Mon Jul 11 12:21:07 2022 +0200
media: v4l2-ctrls: allocate space for arrays
[ Upstream commit 5f2c5c69a61dc5411d436c1a422f8a1ee195a924 ] Just like dynamic arrays, also allocate space for regular arrays. This is in preparation for allowing to change the array size from a driver. Signed-off-by: Hans Verkuil hverkuil-cisco@xs4all.nl Reviewed-by: Laurent Pinchart laurent.pinchart+renesas@ideasonboard.com Signed-off-by: Mauro Carvalho Chehab mchehab@kernel.org Stable-dep-of: 211f8304fa21 ("media: exynos4-is: fimc-is: Add of_node_put() when breaking out of loop")
It was added as a dependency of this commit.
I'll go drop this commit, and this later one too. Submitting that fix without this would be great.
Hm, no, that commit does seem to need this one, so I'll go drop this now.
thanks,
greg k-h