Re: [PATCH 7/9] drm: tests: Fix invalid printf format specifiers in KUnit tests

2024-02-21 Thread Christian König
s: fc8d29e298cf ("drm: selftest: convert drm_mm selftest to KUnit") Signed-off-by: David Gow Acked-by: Christian König Ping me if you want this patch pushed upstream through the DRM tree. Christian. --- drivers/gpu/drm/tests/drm_buddy_test.c | 14 +++--- drivers/gpu/drm

Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers

2024-06-10 Thread Christian König
Am 10.06.24 um 14:16 schrieb Jason Gunthorpe: On Mon, Jun 10, 2024 at 02:07:01AM +0100, Pavel Begunkov wrote: On 6/10/24 01:37, David Wei wrote: On 2024-06-07 17:52, Jason Gunthorpe wrote: IMHO it seems to compose poorly if you can only use the io_uring lifecycle model with io_uring registered

Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers

2024-06-11 Thread Christian König
Am 11.06.24 um 08:25 schrieb Christoph Hellwig: On Mon, Jun 10, 2024 at 02:38:18PM +0200, Christian König wrote: Well there is the fundamental problem that you can't use io_uring to implement the semantics necessary for a dma_fence. What is the exact problem there? It's an intentio