1. 23 5月, 2009 4 次提交
    • B
      icom: fix rmmod crash · 95caa0a9
      Breno Leitao 提交于
      Actually the icom driver is crashing when is being removed because
      the driver is kfreeing the adapter structure before calling
      pci_release_regions(), which result in the following error:
      
        Unable to handle kernel paging request for data at address 0x6b6b6b6b6b6b6d33
        Faulting instruction address: 0xc000000000246b80
        Oops: Kernel access of bad area, sig: 11 [#1]
        ....
        [c000000012d436a0] [c0000000001002d0] .kfree+0x120/0x34c (unreliable)
        [c000000012d43730] [c000000000246d60] .pci_release_selected_regions+0x3c/0x68
        [c000000012d437c0] [d000000002d54700] .icom_kref_release+0xf4/0x118 [icom]
        [c000000012d43850] [c000000000232e50] .kref_put+0x74/0x94
        [c000000012d438d0] [d000000002d56c58] .icom_remove+0x40/0xa4 [icom]
        [c000000012d43960] [c000000000249e48] .pci_device_remove+0x50/0x90
        [c000000012d439e0] [c0000000002d68d8] .__device_release_driver+0x94/0xd4
        [c000000012d43a70] [c0000000002d7104] .driver_detach+0xf8/0x12c
        [c000000012d43b00] [c0000000002d549c] .bus_remove_driver+0xbc/0x11c
        [c000000012d43b90] [c0000000002d71dc] .driver_unregister+0x60/0x80
        [c000000012d43c20] [c00000000024a07c] .pci_unregister_driver+0x44/0xe8
        [c000000012d43cb0] [d000000002d56bf4] .icom_exit+0x1c/0x40 [icom]
        [c000000012d43d30] [c000000000095fa8] .SyS_delete_module+0x214/0x2a8
        [c000000012d43e30] [c00000000000852c] syscall_exit+0x0/0x40
      Signed-off-by: NBreno Leitao <leitao@linux.vnet.ibm.com>
      Cc: stable@kernel.org
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      95caa0a9
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 · 2528ed11
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
        ALSA: Kill truncate warning by shortening Sigmatel-specific AC97 control name
        ALSA: hda - fix audio on HP TX25xx series notebooks
        ALSA: pcsp - fix printk format warning again
      2528ed11
    • T
      Merge branch 'fix/misc' into for-linus · 4986cab5
      Takashi Iwai 提交于
      * fix/misc:
        ALSA: Kill truncate warning by shortening Sigmatel-specific AC97 control name
        ALSA: pcsp - fix printk format warning again
      4986cab5
    • A
      ALSA: Kill truncate warning by shortening Sigmatel-specific AC97 control name · afe6d7e3
      Andreas Mohr 提交于
      ALSA sound/core/control.c:232: Control name 'Sigmatel Surround Phase
      Inversion Playback Switch' truncated to 'Sigmatel Surround Phase
      Inversion Playback ' bootup message by omitting weird Sigmatel prefix
      in this case; also fix up the related ca0106 mixer control removal
      part by using identical naming there.
      Signed-off-by: NAndreas Mohr <andi@lisas.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      afe6d7e3
  2. 22 5月, 2009 24 次提交
  3. 21 5月, 2009 10 次提交
  4. 20 5月, 2009 2 次提交