↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Tag Archives: kernel 6.15

Kernel – 6.15 Released – No Surprises..

Adventures With Linux ™ Posted on May 25, 2025 by RGMay 25, 2025

Kernel 6.15 is out, and brief details of the latest changes are here:  https://lkml.iu.edu/hypermail/linux/kernel/2505.3/00645.html The latest NVIDIA driver 570.153.02 is OK with this kernel, and with GCC 15 (Fedora 42 etc..)  and can be found here: https://www.nvidia.com/en-us/drivers/details/245669/ A VMware vmmon/vmnet fix for 17.6.3 was already documented in a previous article:  http://rglinuxtech.com/?p=3321 Robert Gadsdon.   May 25th 2025.   … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 570.153.02, fix for vmware 17.6.3, kernel 6.15, ok with latest nvidia, repeased | Leave a reply

VMware – Simple Fixes for Kernel 6.15-rc..

Adventures With Linux ™ Posted on April 20, 2025 by RGApril 20, 2025

With clues from the NVIDIA patches in the previous article, I have managed to find/create patches for vmmon and vmnet.. vmmon failed with: ……………… common/crosspage.c:50:13: fatal error: driver-config.h: No such file or directory 50 | # include “driver-config.h” | ^~~~~~~~~~~~~~~~~ compilation terminated. common/moduleloop.c:30:13: fatal error: driver-config.h: No such file or directory 30 | # include “driver-config.h” | … Continue reading →

Posted in compilation, Hacks, kernel, Linux, Opinion, VMware | Tagged 17.6.3, archlinux, complie fail, del_timer_sync, extra_ccflags, fixed, kernel 6.15, patches created, vmmon, vmnet, vmware | 2 Replies

NVIDIA – Finally, a Fix for Kernel 6.15-rc..

Adventures With Linux ™ Posted on April 20, 2025 by RGApril 20, 2025

Thanks to efforts by Willy Frissen and Joan Bruguera Micó, I have managed to cobble together a patch for NVIDIA driver 575.51.02 and Kernel 6.15 – tested with 6.15-rc2.. The compilation failed with Kernel 6.15 due principally to changes removing obsolete EXTRA_CFLAGS and replacing it by ccflags-y, and del_timer_sync replacement by timer_delete_sync: …………………… nvidia/nv.c:31:10: fatal error: nv-firmware.h: … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion | Tagged 575.51.02, compile fail, del_timer:sync, extra_cflags, fixed, kernel 6.15, nvidia, patch created | 3 Replies
Original content © Robert Gadsdon 2013
↑