↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: kernel 4.15-rc1

IA64 – Update to Kernel 4.15-rc1..

Adventures With Linux ™ Posted on December 1, 2017 by RGDecember 1, 2017

Just updated the Itanium2 system (RX2600/ZX9000 hybrid) to kernel 4.15-rc1, but encountered a problem with the NFSv4 code.    Recent changes have exposed problems with ‘older’ compilers, and the system currently has GCC 4.3 (on Fedora 9/IA64): ………………….. CALL scripts/checksyscalls.sh <stdin>:1185:2: warning: #warning syscall perf_event_open not implemented <stdin>:1239:2: warning: #warning syscall seccomp not implemented <stdin>:1317:2: warning: #warning syscall … Continue reading →

Posted in Fedora, fix, IA64, Itanium, kernel, Linux | Tagged gcc 4.3, ia64, itanium2, kernel, kernel 4.15-rc1, kernel code compile issue, linux, workaround | Leave a reply

VMware – Fix for Kernel 4.15-rc1..

Adventures With Linux ™ Posted on November 27, 2017 by RGNovember 27, 2017

Thanks – again – to mkubecek, there is now a fix for VMware 14.0.0 and Kernel 4.15 – and details are here:   https://github.com/mkubecek/vmware-host-modules/commit/562121d7bc06 The fix involves changes to vmmon-only/linux/driver.c and vmmon-only/linux/hostif.c, and a new file: vmmon-only/include/compat_timer.h .    I have tested this on 4.15-rc1, and now vmmon compiles, and vmware loads/runs, correctly. Robert Gadsdon.  November 27, 2017. … Continue reading →

Posted in compilation, fix, kernel, Linux, VMware | Tagged fix, kernel 4.15-rc1, success, vmmon, vmware 14.0.0 | Leave a reply

Kernel – 4.15-rc1 is Out – Breaks VMware and NVIDIA…

Adventures With Linux ™ Posted on November 26, 2017 by RGNovember 26, 2017

Kernel 4.15-rc1 has been released, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1711.3/00971.html With VMware 14.0.0 – plus the 4.14 vmmon patch – vmmon breaks again: ……………………… /tmp/modconfig-hOVOTM/vmmon-only/linux/driver.c: In function ‘LinuxDriverInitTSCkHz’: /tmp/modconfig-hOVOTM/vmmon-only/linux/driver.c:254:22: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types] tscTimer.function = LinuxDriverEstimateTSCkHzDeferred; ^ /tmp/modconfig-hOVOTM/vmmon-only/linux/driver.c:256:12: error: ‘struct timer_list’ has no member named ‘data’ tscTimer.data = 0; ^ /tmp/modconfig-hOVOTM/vmmon-only/linux/driver.c: In function … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged compile fails, kernel 4.15-rc1, nvidia 387.34, released, vmware 14 | 2 Replies
Original content © Robert Gadsdon 2013
↑