Comment 420 for bug 1958019

Revision history for this message
In , andreas (andreas-linux-kernel-bugs) wrote :

(In reply to Chris from comment #406)
> Can somebody please explain to someone who doesn't understand the first
> thing about C and other low-level things what the status of this is. If it's
> more or less fixed, how do I use a .patch file?
>
> (looking for an explanation suitable for a web developer not a grandma
> please ^_^)

Unfortunately it's still on the low level and will find it's way in the standard kernel hopefully.
I have no insight on that yet, but am using one adapted C level patch suitable for my kernels.

If you want to step in and use the available patching offer you need to get familiar with: installing kernel headers and sources, install toolchain, compile kernel and kernel modules, apply patch to kernel module files, install changes modules and test and verify the result.
And that's mainly on C development level ...

One path of source for that maybe:
https://yoursunny.com/t/2018/one-kernel-module/
(but it depends highly on your linux system)

If you are not familiar with that keep your fingers away .... (it will cost some time and can't be explained in detail here since the guys working on that level spend much of their valueable time in solving the issues).

Alternatively you can try one of the offered hda-verb solutions. Maybe start reading with:
https://bugzilla.kernel.org/show_bug.cgi?id=208555#c241
(but you need to figure out what verb sequence is suitable for your system)