Re: [PATCH] drm/shmem-helper: Revert accidental non-GPL export

2023-02-28 Thread Thomas Zimmermann
Added to drm-misc-next-fixes. Am 27.02.23 um 10:04 schrieb Asahi Lina: The referenced commit added a wrapper for drm_gem_shmem_get_pages_sgt(), but in the process it accidentally changed the export type from GPL to non-GPL. Switch it back to GPL. Reported-by: Dmitry Osipenko Fixes: edaa0db

Re: [PATCH] drm/shmem-helper: Revert accidental non-GPL export

2023-02-27 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Hi > > Am 27.02.23 um 10:04 schrieb Asahi Lina: >> The referenced commit added a wrapper for drm_gem_shmem_get_pages_sgt(), >> but in the process it accidentally changed the export type from GPL to >> non-GPL. Switch it back to GPL. >> >> Reported-by: Dmitry Osipenko

Re: [PATCH] drm/shmem-helper: Revert accidental non-GPL export

2023-02-27 Thread Thomas Zimmermann
Hi Am 27.02.23 um 10:04 schrieb Asahi Lina: The referenced commit added a wrapper for drm_gem_shmem_get_pages_sgt(), but in the process it accidentally changed the export type from GPL to non-GPL. Switch it back to GPL. Reported-by: Dmitry Osipenko Fixes: edaa0db9 ("drm/shmem-helper: Fix l

[PATCH] drm/shmem-helper: Revert accidental non-GPL export

2023-02-27 Thread Asahi Lina
The referenced commit added a wrapper for drm_gem_shmem_get_pages_sgt(), but in the process it accidentally changed the export type from GPL to non-GPL. Switch it back to GPL. Reported-by: Dmitry Osipenko Fixes: edaa0db9 ("drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()") Sig