#1104170 Compile error with 6.14.3-1~exp1

Package:
evdi-dkms
Source:
evdi-dkms
Submitter:
Philipp Marek
Date:
2025-08-29 04:53:02 UTC
Severity:
normal
Tags:
#1104170#5
Date:
2025-04-26 15:36:50 UTC
From:
To:
Package needs updating for 6.14 and newer:

      CC [M]  evdi_ioc32.o
    evdi_drm_drv.c:150:10: error: ‘struct drm_driver’ has no member named ‘date’
      150 |         .date = DRIVER_DATE,
          |          ^~~~
    In file included from evdi_drm_drv.c:32:
    evdi_platform_drv.h:28:23: error: initialization of ‘unsigned int’ from ‘char *’ makes integer from pointer without a cast [-Wint-conversion]
       28 | #define DRIVER_DATE   "20241216"
          |                       ^~~~~~~~~~

#1104170#10
Date:
2025-04-29 05:27:51 UTC
From:
To:
This is caused by upstream commit "drm: remove driver date from struct
drm_driver and all drivers" in v6.14-rc1
https://github.com/torvalds/linux/commit/cb2e1c2136f71618142557ceca3a8802e87a44cd


Andreas

#1104170#19
Date:
2025-08-29 04:51:14 UTC
From:
To:
This was fixed with the latest upload.