Hi Dave, Simona, Only 2 small fixes to nouveau for next pull request!
Started signing pull requests again, the option is missing from the sample dimrc. :-) Kind regards, ~Maarten Lankhorst drm-misc-next-fixes-2025-11-26: drm-misc-next-fixes for v6.19: - Restrict the pointer size of flush pages to prevent a regression. The following changes since commit f3a1d69f9b388271986f4efe1fd775df15b443c1: Merge tag 'amd-drm-next-6.19-2025-11-14' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2025-11-18 07:01:26 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-fixes-2025-11-26 for you to fetch changes up to 31d3354f42c0da34415164a1f621a195caa1f1bc: drm/nouveau: verify that hardware supports the flush page address (2025-11-24 17:53:22 -0500) ---------------------------------------------------------------- drm-misc-next-fixes for v6.19: - Restrict the pointer size of flush pages to prevent a regression. ---------------------------------------------------------------- Timur Tabi (2): drm/nouveau: restrict the flush page to a 32-bit address drm/nouveau: verify that hardware supports the flush page address drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c | 2 +- drivers/gpu/drm/nouveau/nvkm/subdev/fb/gb100.c | 3 +++ drivers/gpu/drm/nouveau/nvkm/subdev/fb/gb202.c | 3 +++ drivers/gpu/drm/nouveau/nvkm/subdev/fb/gf100.c | 3 +++ drivers/gpu/drm/nouveau/nvkm/subdev/fb/gh100.c | 3 +++ drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c | 3 +++ 6 files changed, 16 insertions(+), 1 deletion(-)
