Comments

Kernel – 6.15-rc1 Breaks NVIDIA and VMware.. Missing ‘Includes’.. — 1 Comment

  1. Hello Robert,

    I’v created some patches to fix the NVIDIA modules compilation…
    I’m still on version 570.124.06.

    You can find the patches here: https://github.com/babiulep/my-kernel-patches/tree/main/NVIDIA

    Some ‘pointers’:

    – ‘del_timer_sync’ has to be changed to ‘timer_delete_sync’ (01-nvidia-6.15-timer.patch, various files)

    – it seems that ‘.mode_valid = nv_drm_connector_mode_valid’ is obsolete in nvidia-drm/nvidia-drm-connector.c and I’ve ‘removed’ (01-nvidia-6.15-timer.patch)

    – to ‘see’ the include files again: change EXTRA_CFLAGS to ccflags-y (02-nvidia-6.15-flags.patch in Kbuild, but also in other dkms patches used)

    It worked for me… YMMV 🙂

    Good luck!

    Kind regards,
    Willy.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.