1. 31 3月, 2010 1 次提交
  2. 30 3月, 2010 1 次提交
  3. 29 3月, 2010 5 次提交
  4. 26 3月, 2010 6 次提交
  5. 25 3月, 2010 2 次提交
  6. 23 3月, 2010 10 次提交
  7. 22 3月, 2010 12 次提交
  8. 21 3月, 2010 3 次提交
    • T
      Merge branch 'fix/hda' into topic/hda · 93929ebc
      Takashi Iwai 提交于
      93929ebc
    • K
      ALSA: hda - Add PCI quirk for HP dv6-1110ax. · e3d2530a
      Kunal Gangakhedkar 提交于
      Adding this PCI quirk fixes the board config detection.
      This also fixes jack sensing by using "hp_detect=1" via properly detected
      board config.
      Signed-off-by: NKunal Gangakhedkar <kunal.gangakhedkar@gmail.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e3d2530a
    • A
      Bluetooth: Fix kernel crash on L2CAP stress tests · c2c77ec8
      Andrei Emeltchenko 提交于
      Added very simple check that req buffer has enough space to
      fit configuration parameters. Shall be enough to reject packets
      with configuration size more than req buffer.
      
      Crash trace below
      
      [ 6069.659393] Unable to handle kernel paging request at virtual address 02000205
      [ 6069.673034] Internal error: Oops: 805 [#1] PREEMPT
      ...
      [ 6069.727172] PC is at l2cap_add_conf_opt+0x70/0xf0 [l2cap]
      [ 6069.732604] LR is at l2cap_recv_frame+0x1350/0x2e78 [l2cap]
      ...
      [ 6070.030303] Backtrace:
      [ 6070.032806] [<bf1c2880>] (l2cap_add_conf_opt+0x0/0xf0 [l2cap]) from
      [<bf1c6624>] (l2cap_recv_frame+0x1350/0x2e78 [l2cap])
      [ 6070.043823]  r8:dc5d3100 r7:df2a91d6 r6:00000001 r5:df2a8000 r4:00000200
      [ 6070.050659] [<bf1c52d4>] (l2cap_recv_frame+0x0/0x2e78 [l2cap]) from
      [<bf1c8408>] (l2cap_recv_acldata+0x2bc/0x350 [l2cap])
      [ 6070.061798] [<bf1c814c>] (l2cap_recv_acldata+0x0/0x350 [l2cap]) from
      [<bf0037a4>] (hci_rx_task+0x244/0x478 [bluetooth])
      [ 6070.072631]  r6:dc647700 r5:00000001 r4:df2ab740
      [ 6070.077362] [<bf003560>] (hci_rx_task+0x0/0x478 [bluetooth]) from
      [<c006b9fc>] (tasklet_action+0x78/0xd8)
      [ 6070.087005] [<c006b984>] (tasklet_action+0x0/0xd8) from [<c006c160>]
      Signed-off-by: NAndrei Emeltchenko <andrei.emeltchenko@nokia.com>
      Acked-by: NGustavo F. Padovan <gustavo@padovan.org>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      c2c77ec8