Re: [PATCH v3 0/2] fbdev: hyperv_fb: framebuffer release cleanup

2025-03-09 Thread Wei Liu
On Sat, Mar 01, 2025 at 08:16:29AM -0800, Saurabh Sengar wrote: > This patch series addresses an issue in the unbind path of the hyperv_fb > driver, which is resolved in the second patch of this series. > > While working on this fix, it was observed that hvfb_putmem() and its > child functions cou

[PATCH v3 0/2] fbdev: hyperv_fb: framebuffer release cleanup

2025-03-01 Thread Saurabh Sengar
This patch series addresses an issue in the unbind path of the hyperv_fb driver, which is resolved in the second patch of this series. While working on this fix, it was observed that hvfb_putmem() and its child functions could be cleaned up first to simplify the movement of hvfb_putmem(). This cle