↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: kernel

Post navigation

← Older posts
Newer posts →

Kernel – 4.14.9 NVIDIA Saga – Simple Patch, or Wait for 4.14.10..?

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

More on the Kernel 4.14.9 NVIDIA breakage..     Basically, code that should have only gone into 4.15-rc found its way into 4.14.9 – which is why the existing 4.15 NVIDIA patch fixed it..     Thanks to dinosaur_ on the NVIDIA forum, there is a simpler patch available:  https://devtalk.nvidia.com/default/topic/1028016/linux/patch-for-compiling-v384-98-modules-with-linux-v4-14-9-/ There is also a 4.14.10-rc1 patch which is supposed to revert … Continue reading →

Posted in compilation, fix, kernel, Linux, NVIDIA, Opinion, patches | Tagged kernel, kernel 4.14.9, linx, nvidia 384.98, simpler patch | Leave a reply

KERNEL – 4.14.9 Breaks NVIDIA – and a Fix..

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

Just updated to Kernel 4.14.9, and normally this should not be anything to cause concern, but this time there has been a significant code change made, that has broken NVIDIA (384.98): ………………… /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-384.98/kernel/nvidia-uvm/uvm8_va_block.c: In function ‘block_cpu_fault_locked’: /usr/src/linux-4.14.9/arch/x86/include/asm/processor.h:826:39: error: implicit declaration of function ‘task_stack_page’; did you mean ‘task_stack_vm_area’? [-Werror=implicit-function-declaration] unsigned long __ptr = (unsigned long)task_stack_page(task); \ ^ /usr/src/linux-4.14.9/arch/x86/include/asm/processor.h:900:26: … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA | Tagged 4.15 patch fix, compile fail, kernel, kernel 4.14.9, linux, nvidia 384.98 | Leave a reply

VMware – 14.1.0 released – OK with Kernel 4.14, Still Broken with 4.15, and a Nasty Hack to Fix..

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

Just updated to VMware Workstation 14.1.0, and release notes are here:  https://docs.vmware.com/en/VMware-Workstation-Pro/14.0.0/rn/workstation-141-release-notes.html This now works OK with Kernel 4.14 (tested with 4.14.8) but vmmon is still broken with Kernel 4.15 (tested with 4.15-rc4): ……………. /tmp/modconfig-04hK9s/vmmon-only/linux/hostif.c: In function ‘HostIF_InitUptime’: /tmp/modconfig-04hK9s/vmmon-only/linux/hostif.c:1770:4: error: implicit declaration of function ‘init_timer’; did you mean ‘init_timers’? [-Werror=implicit-function-declaration] init_timer(&uptimeState.timer); ^~~~~~~~~~ init_timers /tmp/modconfig-04hK9s/vmmon-only/linux/hostif.c:1771:31: error: assignment from … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, Opinion, patches, VMware | Tagged broken with 4.15, driver.c, hostif.c, kernel, linux, nasty hack, ok with kernel 4.14, patches, vmmon, vmware 14.1.0 | 3 Replies

ARM64 – Fedora 27, UEFI and Pi3..

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

I decided – after some time – to do some more with the Raspberry Pi 3, and set it up as a small network print server.. As there was now an ‘official’ version of Fedora 27 for the Pi3, I decided to use this..   Details are here, and links to aarch64 images are near the bottom of … Continue reading →

Posted in aarch64, compilation, Fedora, Hacks, kernel, Linux, Linux / ARM, Opinion, Raspberry Pi, UEFI | Tagged aarch64, custom config, fedora 27, kernel, kernel 4.14.5, linux, pi3, uart console, uefi | Leave a reply

NVIDIA – Kernel 4.15-rc3 fixes GPL Problem..

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

Just updated the test system to Kernel 4.15-rc3, and the GPL issue for NVIDIA drivers has been fixed, as mentioned – vaguely – in the brief details here:  http://lkml.iu.edu/hypermail/linux/kernel/1712.1/01379.html. NVIDIA driver 384.98, with the first 4.15 patch (see http://rglinuxtech.com/?p=2134 ), now compiles and loads OK: …….. Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-384.98-415/kernel/nvidia-drm.mod.o LD [M] … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, patches | Tagged gpl issue fixed, kernel, kernel 4.15-rc3, linux, nvidia 384.98, patch | Leave a reply

NVIDIA – Kernel 4.15-rc3 fixes GPL Problem..

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

Just updated the test system to Kernel 4.15-rc3, and the GPL issue for NVIDIA drivers has been fixed, as mentioned – vaguely – in the brief details here:  http://lkml.iu.edu/hypermail/linux/kernel/1712.1/01379.html. NVIDIA driver 384.98, with the first 4.15 patch (see http://rglinuxtech.com/?p=2134 ), now compiles and loads OK: …….. Building modules, stage 2. MODPOST 4 modules CC /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-384.98-415/kernel/nvidia-drm.mod.o LD [M] … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, patches | Tagged gpl issue fixed, kernel, kernel 4.15-rc3, linux, nvidia 384.98, patch | Leave a reply

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

NVIDIA – Another GPL Problem, but only with AMD Systems..

Adventures With Linux ™ Posted on October 1, 2017 by RGOctober 1, 2017

Thanks to Pete for finding this one… There is another GPL-only issue with NVIDIA and Kernel 4.14-rc2, but this one only occurs if you have an AMD system, with the new ‘secure memory encryption’ feature enabled…    It may also crop up if you are using a Distro-created version of this kernel release, as these tend to have … Continue reading →

Posted in AMD, kernel, Linux, NVIDIA | Tagged amd, amd secure memory encryption support, fix is to disable, gpl-only, kernel, kernel 4.14-rc2, linux, nvidia, sme_me_mask | 2 Replies

VMware – Workstation 14 released – with a Gotcha..

Adventures With Linux ™ Posted on September 27, 2017 by RGSeptember 27, 2017

VMware Workstation Pro 14.0.0 has been released – a bit earlier than expected – and it has a (potentially) nasty surprise for those with ‘older’ CPUs..   Release notes are here:  https://docs.vmware.com/en/VMware-Workstation-Pro/14.0.0/rn/workstation-14-release-notes.html I installed this on my test system without any problems, and was able to confirm that it compiles and loads/runs OK with Kernels 4.13.x, and that … Continue reading →

Posted in Fedora, hardware, Intel, kernel, Linux, Opinion, Performance, VMware | Tagged cpuid early, error with older cpus, failed to start the virtual machine, kernel, linux, ok with fedora 26, ok with kernel 4.13, vmmon 4.14 patch still works, vmware 14 released, vt-x | 18 Replies

Intel – Fix for Atom MMC/GPT warning..

Adventures With Linux ™ Posted on September 15, 2017 by RGSeptember 15, 2017

I had been getting a warning on boot with recent kernels on my Intel Atom-based UP system, and found a workaround..    The error flagged is – apparently – harmless, and is due to systemd not being able to recognise some mmc disk partitions at that stage of the boot process.. …… [ 5.124250] systemd-gpt-auto-generator[416]: Failed to dissect: … Continue reading →

Posted in fix, hardware, Intel Atom, kernel, Linux, Opinion, quirks, UP Board | Tagged boot time, failed to dissect, gpt, intel atom, kernel, linux, mmc, soc, warning, workaround | 2 Replies

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑