How do I patch a kernel bug?
Posted
by
Primož Kralj
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Primož Kralj
Published on 2012-09-02T07:24:54Z
Indexed on
2012/09/02
9:50 UTC
Read the original article
Hit count: 335
Sometimes I can't boot my laptop - it gets stuck here:
Then I have to do a hard-reset and it's fine. I checked the boot logs and this is what I think it's causing it (nevermind the timestamp inconsistencies):
[38.377595] BUG: unable to handle kernel NULL pointer dereference at (null)
[38.377821] IP: [<ffffffffa01f6d7b>] r600_pcie_gart_tlb_flush+0xeb/0x110 [radeon]
[38.378065] PGD 121491067 PUD 121492067 PMD 0
[38.378214] Oops: 0000 [#1] SMP
Here is the full log.
I found the patches but I have no idea about which to use and how.
© Ask Ubuntu or respective owner