↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: patch

Post navigation

← Older posts

Kernel – GCC 13 Plugins fail – and Fix..

Adventures With Linux ™ Posted on February 21, 2023 by RGFebruary 21, 2023

Fedora 38 (beta..) has GCC 13, and this causes an error when compiling the kernel with ‘gcc_plugins‘ selected: …………………. CC scripts/mod/devicetable-offsets.s cc1: error: cannot load plugin ./scripts/gcc-plugins/randomize_layout_plugin.so: ./scripts/gcc-plugins/randomize_layout_plugin.so: undefined symbol: tree_code_type make[1]: *** [scripts/Makefile.build:252: scripts/mod/empty.o] Error 1 make[1]: *** Waiting for unfinished jobs…. cc1: error: cannot load plugin ./scripts/gcc-plugins/randomize_layout_plugin.so: ./scripts/gcc-plugins/randomize_layout_plugin.so: undefined symbol: tree_code_type make[1]: *** [scripts/Makefile.build:114: scripts/mod/devicetable-offsets.s] … Continue reading →

Posted in compilation, Fedora, fix, gcc, kernel, Linux, Opinion | Tagged fedora 38, fix, gcc 13, gcc_plugins, kernel 6.2, kernel compile fail, patch, workaround | Leave a reply

Kernel – Fix for 5.9-rc6 Compile Fail..

Adventures With Linux ™ Posted on September 21, 2020 by RGSeptember 21, 2020

A fix has now been produced, for the dax compile fail with 5.9-rc6: Reported: http://lkml.iu.edu/hypermail/linux/kernel/2009.2/07060.html Fix: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=88b67edd7247466bc47f01e1dc539b0d0d4b931e I have tested this, and the kernel now compiles OK, and loads/runs as expected.. Robert Gadsdon.   September 21st 2020. … Continue reading →

Posted in fix, kernel, Linux, Opinion, patches | Tagged compile fail, dax, fixed, kernel 5.9-rc6, patch | Leave a reply

NVIDIA – 4.20-rc1 Fix? – More Work Needed..

Adventures With Linux ™ Posted on November 5, 2018 by RGNovember 5, 2018

I created a combo runtime patch for NVIDIA 410.73 on Kernel 4.20-rc1, by combining the changes identified in my previous article ( see http://rglinuxtech.com/?p=2426 ) with the pm patch (see http://rglinuxtech.com/?p=2421 ). The result ran – eventually – after blanking/refreshing the display, with garbage characters at top/bottom, so all was obviously not OK.. ……………………… [ 121.826292] [drm] … Continue reading →

Posted in Hacks, KDE, kernel, Linux, NVIDIA, Opinion | Tagged kernel 4.20-rc1, not ok, nvidia 410.73, patch, test | 2 Replies

NVIDIA – 410.73 PM Gotcha, for Some..

Adventures With Linux ™ Posted on November 3, 2018 by RGNovember 3, 2018

I just encountered a problem installing the latest NVIDIA driver 410.73 on my ‘Main’ system, having successfully tested it on my ‘Test’ system: …………………… MODPOST 4 modules WARNING: “nv_pmops_suspend” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.73/kernel/nvidia.ko] undefined! WARNING: “nv_pmops_resume” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.73/kernel/nvidia.ko] undefined! WARNING: “nv_pmops_thaw” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.73/kernel/nvidia.ko] undefined! WARNING: “nv_pmops_poweroff” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.73/kernel/nvidia.ko] undefined! WARNING: “nv_pmops_restore” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.73/kernel/nvidia.ko] undefined! WARNING: “nv_pmops_freeze” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-410.73/kernel/nvidia.ko] undefined! ………………….. It appears that NVIDIA now … Continue reading →

Posted in kernel, Linux, NVIDIA | Tagged 410.73, linux, nvidia, nv_pmops, patch, reauires pm compiled in, workaround | Leave a reply

NVIDIA – 396.54 Patched for Kernel 4.19-rc1 – OK for Some?

Adventures With Linux ™ Posted on August 29, 2018 by RGAugust 29, 2018

Thanks to Tomas Pruzina for more info on this problem…    I have now tested NVIDIA 396.54 – patched with the changes mentioned in my previous article – and it runs OK on my system (Fedora 28, KDE/Plasma).    I created a patched runtime version of the installer, and then (as root) installed it as usual: # ./NVIDIA-Linux-x86_64-396.54-419.run -s … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches | Tagged black screen for some, kernel 4.19-rc1, nvidia 396.54, ok with fedora 28, patch | Leave a reply

Kernel – 4.14.11-rc1 Still breaks NVIDIA, and Won’t be Fixed?

Adventures With Linux ™ Posted on January 1, 2018 by RGJanuary 1, 2018

Just tried the ‘stable-review’ patch for the ‘stable’ Kernel – 4.14.11-rc1, and the same NVIDIA problem is there, and it seems the kernel devs won’t do anything: http://lkml.iu.edu/hypermail/linux/kernel/1712.3/02608.html So – it seems the patch is now a permanent requirement for all subsequent 4.14 releases..  (see http://rglinuxtech.com/?p=2168 ).. And… It seems the unwritten rule of ‘don’t break stuff … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, patches | Tagged broken, kernel, kernel 4.14.11-rc1, linux, nvidia 384.98, patch, won't be fixed | 1 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

NVIDIA – More Details on Kernel 4.14-rc1 Problems..

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

I have found more comprehensive info on the problems with NVIDIA driver 384.69 and Kernel 4.14-rc1 – here:  http://mom.hlmjr.com/2017/09/09/driver-wars-nvidia-drivers-384-69-vs-kernel-4-13/ The code changes needed are clearly set out, but there is no ‘legal’ solution yet, due to the unresolved GPL licence issues.. Robert Gadsdon.  September 17, 2017. … Continue reading →

Posted in Hacks, kernel, Linux, NVIDIA, Opinion, patches | Tagged explanation, gpl conflicts, kernel 4.14, linux, nvidia, patch | Leave a reply

VMware – Fix for Kernel 4.14-rc1..

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

Thanks to Niol for reporting this – and thanks to mkubecek for the patch itself – there is a fix for vmmon with Kernel 4.1.-rc1.   Details are here:   https://github.com/mkubecek/vmware-host-modules/commit/770c7ffe611520ac96490d235399554c64e87d9f I have created this patch, and applied it to vmmon (hostif.c), and VMware 12.5.7 (with this patch, and the 4.13 vmnet patch) now runs OK on Kernel 4.14-rc1.. … Continue reading →

Posted in compilation, fix, kernel, Linux, patches, VMware | Tagged hostif.c, kernel 4.14-rc1, patch, success, vmmon, vmware | Leave a reply

Post navigation

← Older posts
Original content © Robert Gadsdon 2013
↑