Re: [PATCH v2] drm/ttm: Fix compile error when CONFIG_SHMEM is not set

2025-06-04 Thread Steven Rostedt
On Wed, 4 Jun 2025 12:38:37 -0400 Steven Rostedt wrote: > On Wed, 4 Jun 2025 09:26:21 -0700 (PDT) > Hugh Dickins wrote: > > > > Reviewed-by: Thomas Hellström > > > > Acked-by: Hugh Dickins > > Thanks Thomas and Hugh, > > Now the question is, who's gonna take it? ;-) Never mind, I se

Re: [PATCH v2] drm/ttm: Fix compile error when CONFIG_SHMEM is not set

2025-06-04 Thread Steven Rostedt
On Wed, 4 Jun 2025 09:26:21 -0700 (PDT) Hugh Dickins wrote: > > Reviewed-by: Thomas Hellström > > Acked-by: Hugh Dickins Thanks Thomas and Hugh, Now the question is, who's gonna take it? ;-) -- Steve

Re: [PATCH v2] drm/ttm: Fix compile error when CONFIG_SHMEM is not set

2025-06-04 Thread Hugh Dickins
On Wed, 4 Jun 2025, Thomas Hellström wrote: > On Wed, 2025-06-04 at 08:51 -0400, Steven Rostedt wrote: > > From: Steven Rostedt > > > > When CONFIG_SHMEM is not set, the following compiler error occurs: > > > > ld: vmlinux.o: in function `ttm_backup_backup_page': > > (.text+0x10363bc): undefined

Re: [PATCH v2] drm/ttm: Fix compile error when CONFIG_SHMEM is not set

2025-06-04 Thread Thomas Hellström
On Wed, 2025-06-04 at 08:51 -0400, Steven Rostedt wrote: > From: Steven Rostedt > > When CONFIG_SHMEM is not set, the following compiler error occurs: > > ld: vmlinux.o: in function `ttm_backup_backup_page': > (.text+0x10363bc): undefined reference to `shmem_writeout' > make[3]: *** > [/work/bui