Re: What's wrong with new kernels

2017-10-06 Thread Ambrogio
Thankyou Ed Il giorno ven, 06/10/2017 alle 15.54 +0800, Ed Greshko ha scritto: > > I have uploaded the file "tainted.c". > > You can get it here. > https://paste.fedoraproject.org/paste/qA368k5o2qMRXhJxNWJktQ > > Compile it with "gcc -o tainted tainted.c" and run the resultant > binary and t

Re: What's wrong with new kernels

2017-10-06 Thread Ed Greshko
On 10/06/17 15:04, Ambrogio wrote: > Il giorno gio, 05/10/2017 alle 12.58 -0700, Samuel Sieb ha scritto: > >> Be aware that blacklisting just stops the module from being loaded >> automatically. If there's something directly running insmod or >> modprobe >> on it, then it will still get loaded.

Re: What's wrong with new kernels

2017-10-06 Thread Ambrogio
Il giorno gio, 05/10/2017 alle 12.58 -0700, Samuel Sieb ha scritto: > Be aware that blacklisting just stops the module from being loaded > automatically. If there's something directly running insmod or > modprobe > on it, then it will still get loaded. The simplest option would be > to > just

Re: What's wrong with new kernels

2017-10-05 Thread Samuel Sieb
On 10/05/2017 08:25 AM, Ambrogio wrote: Il giorno gio, 05/10/2017 alle 20.01 +0800, Ed Greshko ha scritto: In cases like yours, the first step is to undo what you've done to taint your kernel and see if the problem can be reproduced. If it can, you can file a Bugzilla. If you can't reproduce

Re: What's wrong with new kernels

2017-10-05 Thread Patrick O'Callaghan
On Thu, 2017-10-05 at 17:25 +0200, Ambrogio wrote: > #cat /etc/default/grub > GRUB_CMDLINE_LINUX="rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap > rd.driver.blacklist=nvidia" You may want: modprobe.blacklist=nvidia rd.blacklist=nvidia poc ___ users mail

Re: What's wrong with new kernels

2017-10-05 Thread Ambrogio
Il giorno gio, 05/10/2017 alle 20.01 +0800, Ed Greshko ha scritto: > In cases like yours, the first step is to undo what you've done to > taint your kernel > and see if the problem can be reproduced. If it can, you can file a > Bugzilla. If > you can't reproduce it, then it is due to the taint a

Re: What's wrong with new kernels

2017-10-05 Thread Ambrogio
Il giorno gio, 05/10/2017 alle 20.01 +0800, Ed Greshko ha scritto: > Well, I am running 4.12.14-300.fc26 just fine. This is the case even > though my > kernel is tainted due to running nVidia drivers and having Virtual > Box modules loaded. > > In cases like yours, the first step is to undo what

Re: What's wrong with new kernels

2017-10-05 Thread Ed Greshko
On 10/05/17 19:24, Ambrogio wrote: > I can't understand what is appening on my Fedora 26. > > All kernels after 4.11.11 are not working on my laptop. > > Abrt says that the problems cannot be submitted because kernel is > tainted. > > In order to solve my problems and to help Fedora become more sta

What's wrong with new kernels

2017-10-05 Thread Ambrogio
Hi all, I can't understand what is appening on my Fedora 26. All kernels after 4.11.11 are not working on my laptop. Abrt says that the problems cannot be submitted because kernel is tainted. In order to solve my problems and to help Fedora become more stable, can you provide me some info on how