Message ID | b4ffqzigtfh6cgzdpwuk6jlrv3dnk4hu6etiizgvibysqgtl2p@42n2gdfdd5eu (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [PULL] drm-misc-fixes | expand |
Hi Maxime, On Thu, 15 Feb 2024, Maxime Ripard wrote: > Here's this week drm-misc-fixes PR > > Maxime > > drm-misc-fixes-2024-02-15: > A suspend/resume error fix for ivpu, a couple of scheduler fixes for > nouveau, a patch to support large page arrays in prime, a uninitialized > variable fix in crtc, a locking fix in rockchip/vop2 and a buddy > allocator error reporting fix. > The following changes since commit 5f8408aca66772d3aa9b4831577b2ac5ec41bcd9: > > accel/ivpu: Add job status for jobs aborted by the driver (2024-02-06 13:37:34 +0100) > > are available in the Git repository at: > > git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2024-02-15 > > for you to fetch changes up to a64056bb5a3215bd31c8ce17d609ba0f4d5c55ea: > > drm/tests/drm_buddy: add alloc_contiguous test (2024-02-14 15:22:21 +0100) > > ---------------------------------------------------------------- > A suspend/resume error fix for ivpu, a couple of scheduler fixes for > nouveau, a patch to support large page arrays in prime, a uninitialized > variable fix in crtc, a locking fix in rockchip/vop2 and a buddy > allocator error reporting fix. > Matthew Auld (1): > drm/tests/drm_buddy: add alloc_contiguous test Please drop this one. noreply@ellerman.id.au reported a build failure on m68k (and presumably other 32-bit platforms) in next-20240215: ERROR: modpost: "__umoddi3" [drivers/gpu/drm/tests/drm_buddy_test.ko] undefined! ERROR: modpost: "__moddi3" [drivers/gpu/drm/tests/drm_buddy_test.ko] undefined! Reverting commit a64056bb5a3215bd ("drm/tests/drm_buddy: add alloc_contiguous test") fixes the issue. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
Hi, On Thu, Feb 15, 2024 at 01:41:24PM +0100, Geert Uytterhoeven wrote: > Hi Maxime, > > On Thu, 15 Feb 2024, Maxime Ripard wrote: > > Here's this week drm-misc-fixes PR > > > > Maxime > > > > drm-misc-fixes-2024-02-15: > > A suspend/resume error fix for ivpu, a couple of scheduler fixes for > > nouveau, a patch to support large page arrays in prime, a uninitialized > > variable fix in crtc, a locking fix in rockchip/vop2 and a buddy > > allocator error reporting fix. > > The following changes since commit 5f8408aca66772d3aa9b4831577b2ac5ec41bcd9: > > > > accel/ivpu: Add job status for jobs aborted by the driver (2024-02-06 13:37:34 +0100) > > > > are available in the Git repository at: > > > > git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2024-02-15 > > > > for you to fetch changes up to a64056bb5a3215bd31c8ce17d609ba0f4d5c55ea: > > > > drm/tests/drm_buddy: add alloc_contiguous test (2024-02-14 15:22:21 +0100) > > > > ---------------------------------------------------------------- > > A suspend/resume error fix for ivpu, a couple of scheduler fixes for > > nouveau, a patch to support large page arrays in prime, a uninitialized > > variable fix in crtc, a locking fix in rockchip/vop2 and a buddy > > allocator error reporting fix. > > > Matthew Auld (1): > > drm/tests/drm_buddy: add alloc_contiguous test > > Please drop this one. > > noreply@ellerman.id.au reported a build failure on m68k (and presumably > other 32-bit platforms) in next-20240215: > > ERROR: modpost: "__umoddi3" [drivers/gpu/drm/tests/drm_buddy_test.ko] undefined! > ERROR: modpost: "__moddi3" [drivers/gpu/drm/tests/drm_buddy_test.ko] undefined! > > Reverting commit a64056bb5a3215bd ("drm/tests/drm_buddy: add > alloc_contiguous test") fixes the issue. From a quick cross-compile test with arm(32), it seems to work there interestingly: ./tools/testing/kunit/kunit.py run \ --kunitconfig=drivers/gpu/drm//tests \ --cross_compile arm-linux-gnu- --arch arm But I agree, with should wait for a fix or a revert before merging this. Maxime
Hi Maxime, On Thu, Feb 15, 2024 at 5:09 PM Maxime Ripard <mripard@redhat.com> wrote: On Thu, Feb 15, 2024 at 01:41:24PM +0100, Geert Uytterhoeven wrote: > > On Thu, 15 Feb 2024, Maxime Ripard wrote: > > > Matthew Auld (1): > > > drm/tests/drm_buddy: add alloc_contiguous test > > > > Please drop this one. > > > > noreply@ellerman.id.au reported a build failure on m68k (and presumably > > other 32-bit platforms) in next-20240215: > > > > ERROR: modpost: "__umoddi3" [drivers/gpu/drm/tests/drm_buddy_test.ko] undefined! > > ERROR: modpost: "__moddi3" [drivers/gpu/drm/tests/drm_buddy_test.ko] undefined! > > > > Reverting commit a64056bb5a3215bd ("drm/tests/drm_buddy: add > > alloc_contiguous test") fixes the issue. > > From a quick cross-compile test with arm(32), it seems to work there > interestingly: > > ./tools/testing/kunit/kunit.py run \ > --kunitconfig=drivers/gpu/drm//tests \ > --cross_compile arm-linux-gnu- --arch arm shmobile_defconfig + CONFIG_DRM_KUNIT_TEST=y + CONFIG_KUNIT=y: arm-linux-gnueabihf-ld: drivers/gpu/drm/tests/drm_buddy_test.o: in function `drm_test_buddy_alloc_contiguous': drm_buddy_test.c:(.text+0xe0): undefined reference to `__aeabi_uldivmod' > But I agree, with should wait for a fix or a revert before merging this. Great, thanks! Gr{oetje,eeting}s, Geert
Hi Maxime, Dave, On Thu, Feb 15, 2024 at 5:45 PM Geert Uytterhoeven <geert@linux-m68k.org> wrote: > On Thu, Feb 15, 2024 at 5:09 PM Maxime Ripard <mripard@redhat.com> wrote: > On Thu, Feb 15, 2024 at 01:41:24PM +0100, Geert Uytterhoeven wrote: > > > On Thu, 15 Feb 2024, Maxime Ripard wrote: > > > > Matthew Auld (1): > > > > drm/tests/drm_buddy: add alloc_contiguous test > > > > > > Please drop this one. > > > > > > noreply@ellerman.id.au reported a build failure on m68k (and presumably > > > other 32-bit platforms) in next-20240215: > > > > > > ERROR: modpost: "__umoddi3" [drivers/gpu/drm/tests/drm_buddy_test.ko] undefined! > > > ERROR: modpost: "__moddi3" [drivers/gpu/drm/tests/drm_buddy_test.ko] undefined! > > > > > > Reverting commit a64056bb5a3215bd ("drm/tests/drm_buddy: add > > > alloc_contiguous test") fixes the issue. > > > > From a quick cross-compile test with arm(32), it seems to work there > > interestingly: > > > > ./tools/testing/kunit/kunit.py run \ > > --kunitconfig=drivers/gpu/drm//tests \ > > --cross_compile arm-linux-gnu- --arch arm > > shmobile_defconfig + CONFIG_DRM_KUNIT_TEST=y + CONFIG_KUNIT=y: > > arm-linux-gnueabihf-ld: drivers/gpu/drm/tests/drm_buddy_test.o: in > function `drm_test_buddy_alloc_contiguous': > drm_buddy_test.c:(.text+0xe0): undefined reference to `__aeabi_uldivmod' > > > But I agree, with should wait for a fix or a revert before merging this. > > Great, thanks! Unfortunately the breakage still made it upstream. Gr{oetje,eeting}s, Geert