In the Linux kernel, the following vulnerability has been resolved: clk: qcom: videocc-sm8350: use HWCTRLTRIGGER for vcodec GDSCs A recent change in the venus driver results in a stuck clock on the Lenovo ThinkPad X13s, for example, when streaming video in firefox: videoccmvs0clk status stuck at 'off' WARNING: CPU: 6 PID: 2885 at drivers/clk/qcom/clk-branch.c:87 clkbranchwait+0x144/0x15c ... Call trace: clkbranchwait+0x144/0x15c clkbranch2enable+0x30/0x40 clkcoreenable+0xd8/0x29c clkenable+0x2c/0x4c vcodecclksenable.isra.0+0x94/0xd8 [venuscore] coreidpowerv4+0x464/0x628 [venuscore] vdecstartstreaming+0xc4/0x510 [venusdec] vb2startstreaming+0x6c/0x180 [videobuf2common] vb2corestreamon+0x120/0x1dc [videobuf2common] vb2streamon+0x1c/0x6c [videobuf2v4l2] v4l2m2mioctlstreamon+0x30/0x80 [v4l2mem2mem] v4lstreamon+0x24/0x30 [videodev] using the out-of-tree sm8350/sc8280xp venus support. [1] Update also the sm8350/sc8280xp GDSC definitions so that the hw control mode can be changed at runtime as the venus driver now requires.