Re: [PATCH] drm/bochs: Do not put DRM device in PCI remove callback

2025-01-22 Thread Dmitry Baryshkov
On Wed, Jan 22, 2025 at 08:37:51AM +0100, Thomas Zimmermann wrote: > another friendly ping for a review of this patch > > > Am 03.01.25 um 10:55 schrieb Thomas Zimmermann: > > Removing the bochs PCI device should mark the DRM device as unplugged > > without removing it. Hence clear the respective

Re: [PATCH] drm/bochs: Do not put DRM device in PCI remove callback

2025-01-21 Thread Thomas Zimmermann
another friendly ping for a review of this patch Am 03.01.25 um 10:55 schrieb Thomas Zimmermann: Removing the bochs PCI device should mark the DRM device as unplugged without removing it. Hence clear the respective call to drm_dev_put() from bochs_pci_remove(). Fixes a double unref in devm_drm

Re: [PATCH] drm/bochs: Do not put DRM device in PCI remove callback

2025-01-14 Thread Thomas Zimmermann
ping for review Am 03.01.25 um 10:55 schrieb Thomas Zimmermann: Removing the bochs PCI device should mark the DRM device as unplugged without removing it. Hence clear the respective call to drm_dev_put() from bochs_pci_remove(). Fixes a double unref in devm_drm_dev_init_release(). An example e

[PATCH] drm/bochs: Do not put DRM device in PCI remove callback

2025-01-03 Thread Thomas Zimmermann
Removing the bochs PCI device should mark the DRM device as unplugged without removing it. Hence clear the respective call to drm_dev_put() from bochs_pci_remove(). Fixes a double unref in devm_drm_dev_init_release(). An example error message is shown below: [ 32.958338] BUG: KASAN: use-after-f

[PATCH] drm/bochs: Do not put DRM device in PCI remove callback

2024-12-17 Thread Thomas Zimmermann
Removing the bochs PCI device should mark the DRM device as unplugged without removing it. Hence clear the respective call to drm_dev_put() from bochs_pci_remove(). Fixes a double unref in devm_drm_dev_init_release(). An example error message is shown below: [ 32.958338] BUG: KASAN: use-after-f