Locietta / xanmod-kernel-WSL2

Xanmod kernel for WSL2, built by clang with ThinLTO enabled. Build & Release are automated by Github Action.
GNU General Public License v2.0
83 stars 15 forks source link

[Kernel Patch] Add remove argument in eventfd_signal() patch for latest kernel #51

Closed Nevuly closed 5 months ago

Nevuly commented 5 months ago

Error Logs: drivers/hv/dxgkrnl/dxgmodule.c: In function ‘signal_host_cpu_event’: drivers/hv/dxgkrnl/dxgmodule.c:173:17: error: too many arguments to function ‘eventfd_signal’ 173 | eventfd_signal(event->cpu_event, 1); | ^~~~~~ In file included from drivers/hv/dxgkrnl/dxgmodule.c:15: ./include/linux/eventfd.h:87:20: note: declared here 87 | static inline void eventfd_signal(struct eventfd_ctx *ctx) | ^~~~~~