[linux-yocto][v6.1/standard/preempt-rt/base][PATCH] arm: fix warning "TIF_NOTIFY_SIGNAL" redefined

2023-05-18 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang In upstream commit 7578a7c0f296b ("ARM: renumber bits related to _TIF_WORK_MASK"), the macros TIF_SYSCALL_AUDIT,TIF_SYSCALL_TRACEPOINT and TIF_SECCOMP have been redefined to 21~23. But during merging, the old values are brought back and now these macros are defined twice, so

[linux-yocto] Trial merge of v5.15.112 v6.1.29 for linux-yocto

2023-05-18 Thread Kevin Hao
Hi Bruce, This is a trial merge of the stable kernel v5.15.112 v6.1.29 for the following branches in the linux-yocto. 4f69e62a898e v5.15/standard/sdkv5.10/axxia 5e9f5f2c4644 v5.15/standard/preempt-rt/sdkv5.10/axxia 71fbcf542eb0 v5.15/standard/base 8cc51cef6e43

[linux-yocto] [PATCH] media: subdev: Fix the wrong reference of v4l2_subdev_state::lock

2023-05-18 Thread Kevin Hao
From: Kevin Hao The v4l2_subdev_state::lock is a lock pointer, so the additional dereferencing operator is not needed. These issues were introduced by the following two commits: b3ec78e409e0 ("media: subdev: add v4l2_subdev_set_routing helper()") 04b09e1e259f ("media: subdev: add stream