1. 17 7月, 2020 1 次提交
    • T
      ALSA: info: Drop WARN_ON() from buffer NULL sanity check · 60379ba0
      Takashi Iwai 提交于
      snd_info_get_line() has a sanity check of NULL buffer -- both buffer
      itself being NULL and buffer->buffer being NULL.  Basically both
      checks are valid and necessary, but the problem is that it's with
      snd_BUG_ON() macro that triggers WARN_ON().  The latter condition
      (NULL buffer->buffer) can be met arbitrarily by user since the buffer
      is allocated at the first write, so it means that user can trigger
      WARN_ON() at will.
      
      This patch addresses it by simply moving buffer->buffer NULL check out
      of snd_BUG_ON() so that spurious WARNING is no longer triggered.
      
      Reported-by: syzbot+e42d0746c3c3699b6061@syzkaller.appspotmail.com
      Cc: <stable@vger.kernel.org>
      Link: https://lore.kernel.org/r/20200717084023.5928-1-tiwai@suse.deSigned-off-by: NTakashi Iwai <tiwai@suse.de>
      60379ba0
  2. 16 7月, 2020 3 次提交
  3. 13 7月, 2020 1 次提交
  4. 11 7月, 2020 3 次提交
  5. 10 7月, 2020 2 次提交
  6. 07 7月, 2020 10 次提交
  7. 01 7月, 2020 3 次提交
  8. 25 6月, 2020 2 次提交
  9. 24 6月, 2020 2 次提交
  10. 23 6月, 2020 4 次提交
  11. 22 6月, 2020 1 次提交
    • T
      Merge tag 'asoc-fix-v5.8-rc2' of... · 91ef3d9f
      Takashi Iwai 提交于
      Merge tag 'asoc-fix-v5.8-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
      
      ASoC: Fixes for v5.8
      
      This is a collection of mostly small fixes, mostly fixing fallout from
      some of the DPCM changes that went in last time around which shook out
      some issues on i.MX and Qualcomm platforms.  The addition of a managed
      version of snd_soc_register_dai() is to fix resource leaks.
      
      There's also a few new device IDs for x86 systems.
      91ef3d9f
  12. 19 6月, 2020 1 次提交
  13. 18 6月, 2020 7 次提交