On 18.03.2015, stan wrote:
Would you be willing to give a recipe that you use? i.e. what steps do you perform to do this?
1. Download a kernel tarball from kernel.org 2. Unpack it into /usr/src 3. Copy .config from the latest Fedora kernel into the kernel toplevel sourcedir (it is stored in /boot). 4. "make oldconfig" 5. "make" 6. "make modules_install" 7. "make install" 8. Reboot
Step 3. is for convenience, you can of course use your own .config. This kernel will live peacefully alongside of your Fedora kernels.