Re: [PATCH v7 0/3] drm: adv7511: ADV7535 fixes

2024-12-19 Thread Dmitry Baryshkov
On Tue, 19 Nov 2024 19:20:28 +, Biju Das wrote: > This patch series aims to fix 2 bugs in the ADV7535 driver > > 1) use-after-free bug in adv7533_attach_dsi() > 2) Drop unsupported single lane. > > Changes in v7: > - Dropped check for host_node as of_node_put() is a no-op when called >wi

[PATCH v7 0/3] drm: adv7511: ADV7535 fixes

2024-11-19 Thread Biju Das
This patch series aims to fix 2 bugs in the ADV7535 driver 1) use-after-free bug in adv7533_attach_dsi() 2) Drop unsupported single lane. Changes in v7: - Dropped check for host_node as of_node_put() is a no-op when called with a NULL pointer. - Added Rb tag from Laurent for patch#1. Change