|
Bugzilla – Full Text Bug Listing |
| Summary: | [BUG] kernel NULL pointer dereference with Linux 6.7.1-2-default | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Kostas Peletidis <kostas.peletidis> |
| Component: | Kernel | Assignee: | openSUSE Kernel Bugs <kernel-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | kostas.peletidis, tiwai |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Kostas Peletidis
2024-01-31 12:11:06 UTC
According to this email: https://lkml.iu.edu/hypermail/linux/kernel/2401.3/05636.html a very similar issue has been fixed recently: "So we had a number of small annoying issues in rc1, including an amdgpu scheduling bug that could cause a hung desktop (that would *eventually* recover, but after a long enough timeout that most people probably ended up rebooting instead. That one seems to have hit a fair number of people." Therefore, the fix for this bug may be this commit which has been included in Linux v6.8-rc2: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v6.8-rc2&id=bc8f6d42b1334f486980d57c8d12f3128d30c2e3 (In reply to Kostas Peletidis from comment #1) > According to this email: > > https://lkml.iu.edu/hypermail/linux/kernel/2401.3/05636.html > > a very similar issue has been fixed recently: > > "So we had a number of small annoying issues in rc1, including an > amdgpu scheduling bug that could cause a hung desktop (that would > *eventually* recover, but after a long enough timeout that most people > probably ended up rebooting instead. That one seems to have hit a fair > number of people." > > Therefore, the fix for this bug may be this commit which has been included > in Linux v6.8-rc2: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/ > ?h=v6.8-rc2&id=bc8f6d42b1334f486980d57c8d12f3128d30c2e3 This commit is likely irrelevant. But there have been lots of fixes in 6.7.x stable. Please try 6.7.3 (or later) on OBS Kernel:stable repo http://download.opensuse.org/repositories/Kernel:/stable/standard/ Indeed. I don't have access to my work laptop these days but I found a TW virtual machine and saw that the commit I was hoping will fix the bug involves a file that doesn't exist in 6.7.2. So, although it fixes a null pointer dereference, it doesn't address the bug I saw. I'll try a more recent kernel when I return from my leave. I haven't seen this bug with more recent kernels. Shall we close? Yes, let's close, then. |