On Wed, 21 Jun 2023 22:33:15 +0000 (UTC), Jonas Karlman wrote: > This series fixes a reset of state in duplicate state crtc funcs for VOP > driver, a possible crash and ensure crtc reset helper is called in VOP2 > driver. > > Patch 1 use kmemdup instead of kzalloc to duplicate the crtc state. > Patch 2 change to use crtc and plane cleanup helpers directly. > Patch 3 adds a null guard for allocation failure. > Patch 4 adds a crash guard for empty crtc state. > Patch 5 adds a missing call to crtc reset helper. > > [...] Applied, thanks! [1/5] drm/rockchip: vop: Fix reset of state in duplicate state crtc funcs commit: 13fc28804bf10ca0b7bce3efbba95c534836d7ca [2/5] drm/rockchip: vop: Use cleanup helper directly as destroy funcs commit: 800f7c332df7cd9614c416fd005a6bb53f96f13c [3/5] drm/rockchip: vop: Fix call to crtc reset helper commit: 5aacd290837828c089a83ac9795c74c4c9e2c923 [4/5] drm/rockchip: vop2: Don't crash for invalid duplicate_state commit: 342f7e4967d02b0ec263b15916304fc54841b608 [5/5] drm/rockchip: vop2: Add missing call to crtc reset helper commit: 4d49d87b3606369c6e29b9d051892ee1a6fc4e75 Best regards, -- Heiko Stuebner <heiko@xxxxxxxxx>