Re: [PATCH v16 1/7] drm/ttm: Provide a shmem backup implementation

2025-01-31 Thread Christian König
Am 30.01.25 um 11:13 schrieb Thomas Hellström: Provide a standalone shmem backup implementation. Given the ttm_backup interface, this could later on be extended to providing other backup implementation than shmem, with one use-case being GPU swapout to a user-provided fd. v5: - Fix a UAF. (kerne

[PATCH v16 1/7] drm/ttm: Provide a shmem backup implementation

2025-01-30 Thread Thomas Hellström
Provide a standalone shmem backup implementation. Given the ttm_backup interface, this could later on be extended to providing other backup implementation than shmem, with one use-case being GPU swapout to a user-provided fd. v5: - Fix a UAF. (kernel test robot, Dan Carptenter) v6: - Rename ttm_ba