KERNEL – 4.8-rc1 Out – Breaks VMware and NVIDIA – and Fixes..
Kernel 4.8-rc1 is out, and brief details are here: http://lkml.iu.edu/hypermail/linux/kernel/1608.0/04804.html VMware 12.1.1 – with the previous 4.6/4.7 patches, fails to compile vmmon: /tmp/modconfig-gfkQLR/vmmon-only/linux/hostif.c: In function ‘HostIF_EstimateLockedPageLimit’: /tmp/modconfig-gfkQLR/vmmon-only/linux/hostif.c:1597:47: error: ‘NR_ANON_PAGES’ undeclared (first use in this function) Further research revealed that NR_ANON_PAGES has been changed to NR_ANON_MAPPED in 4.8, and so the fix is quite simple.. In ~/vmmon-only/linux/hostif.c, around … Continue reading →