https://bugzilla.kernel.org/show_bug.cgi?id=79011
Dieter Nützel Dieter@nuetzel-hh.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Dieter@nuetzel-hh.de
--- Comment #8 from Dieter Nützel Dieter@nuetzel-hh.de --- (In reply to Alex Deucher from comment #7)
patch and rebuild your kernel. E.g.,
patch -p1 -i disable_lbpw.diff
in the root of your kernel tree.
If you use radeon.ko (modules) it is enough to make 'make modules' in your kernel tree (which rebuild radeon.ko only) and move radeon.ko to the right place, then rebuild your initrd with 'mkinitrd' and maybe it is a good idea to do 'grub2-install /dev/XXX' (or 2 times if you have RAID1) after all.
Cheers, Dieter