https://bugzilla.kernel.org/show_bug.cgi?id=203529

--- Comment #25 from Paul Menzel (pmenzel+bugzilla.kernel....@molgen.mpg.de) ---
(In reply to secan from comment #21)
> RHEL 8.4

I am never used RHEL. The guide on LinuxConfig.org [1] documents it for Fedora.
Basically, clone the Linux source tree,

    $ git clone
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

apply the patch from here, install the dependencies for the Linux kernel, and
execute

    $ cp /boot/config… .config (tab complete to the running config)
    $ make oldconfig
    $ make localmodconfig # if your machine is slow only build loaded modules
    $ make -j$(nproc) binrpm-pkg

Install the packages with yum(?).


[1]:
https://linuxconfig.org/how-to-compile-vanilla-linux-kernel-from-source-on-fedora

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to