Patch "media: v4l2-ctrls-api.c: add back dropped ctrl->is_new = 1" has been added to the 6.0-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    media: v4l2-ctrls-api.c: add back dropped ctrl->is_new = 1

to the 6.0-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:
     media-v4l2-ctrls-api.c-add-back-dropped-ctrl-is_new-.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@xxxxxxxxxxxxxxx> know about it.



commit 6d82377c68473f3141290ec5bfc2690e5784fa36
Author: Hans Verkuil <hverkuil-cisco@xxxxxxxxx>
Date:   Mon Dec 12 08:32:20 2022 +0000

    media: v4l2-ctrls-api.c: add back dropped ctrl->is_new = 1
    
    [ Upstream commit 73278d483378cf850ade923a1107a70297b2602a ]
    
    The patch adding support for dynamically allocated arrays accidentally
    dropped the line setting ctrl->is_new to 1, thus new string values were
    always ignored.
    
    Fixes: fb582cba4492 ("media: v4l2-ctrls: add support for dynamically allocated arrays.")
    Reported-by: Alice Yuan <alice.yuan@xxxxxxx>
    Signed-off-by: Hans Verkuil <hverkuil-cisco@xxxxxxxxx>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/media/v4l2-core/v4l2-ctrls-api.c b/drivers/media/v4l2-core/v4l2-ctrls-api.c
index 50d012ba3c02..7781ebd7ee95 100644
--- a/drivers/media/v4l2-core/v4l2-ctrls-api.c
+++ b/drivers/media/v4l2-core/v4l2-ctrls-api.c
@@ -155,6 +155,7 @@ static int user_to_new(struct v4l2_ext_control *c, struct v4l2_ctrl *ctrl)
 			 * then return an error.
 			 */
 			if (strlen(ctrl->p_new.p_char) == ctrl->maximum && last)
+			ctrl->is_new = 1;
 				return -ERANGE;
 		}
 		return ret;



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux