Bug 55321
Summary: | modprobe -r snd_hda_intel crashes the kernel | ||
---|---|---|---|
Product: | Drivers | Reporter: | Martin Ziegler (ziegler) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | alan, florian, tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.9.0-rc2-00333-ge204378 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
config
Fix patch |
Description
Martin Ziegler
2013-03-16 11:16:04 UTC
The screenshots can be found at http://home.mathematik.uni-freiburg.de/ziegler/DSCN0103.JPG http://home.mathematik.uni-freiburg.de/ziegler/DSCN0104.JPG http://home.mathematik.uni-freiburg.de/ziegler/DSCN0105.JPG The bisection results looks bogus, unfortunately. Could you give alsa-info.sh output (run with --no-upload option)? Also, please check whether the problems persists on 3.9-rc, too. OK, I found the problem in the latest code. But this shouldn't be present in 3.8. You meant the problem is between 3.7 and 3.9? If it was meant so, try the patch below. Created attachment 95641 [details]
Fix patch
The patch fixes the problem in 3.9.0-rc2-00333-ge204378. Thanks! I will recheck if the bug was already in 3.8, as I thought. In 3.8.0 a series of unloading and loading of all snd-modules resulted again in a crash. But I could not reproduce it second time. So in 3.8 this could be a different bug. A patch referencing this bug report has been merged in Linux v3.9-rc4: commit 31b6945a899a30f9dffa9cba8ed2e494784810a9 Author: Takashi Iwai <tiwai@suse.de> Date: Sun Mar 17 10:23:40 2013 +0100 ALSA: hda - Fix missing beep detach in patch_conexant.c |