lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 03 Jan 2011 09:47:30 -0200
From:	Mauro Carvalho Chehab <mchehab@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	Andrew Morton <akpm@...ux-foundation.org>,
	Linux Media Mailing List <linux-media@...r.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL for v2.6.37-rc8] V4L/DVB regression fixes

Hi Linus,

There are two regressions affecting audio at ivtv driver. One of them is at the
initial volume setting, and the other one at wm8775, and it is due to a new board
addition on another driver that uses it. Both patches are trivial: one checks
the volume range and the other just reverts the patch that broke wm8775+ivtv.

Could you please merge them before releasing 2.6.37?

Thanks!
Mauro

The following changes since commit 387c31c7e5c9805b0aef8833d1731a5fe7bdea14:

  Linux 2.6.37-rc8 (2010-12-28 17:05:48 -0800)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git v4l_for_linus

Andy Walls (1):
      [media] cx25840: Prevent device probe failure due to volume control ERANGE error

Mauro Carvalho Chehab (1):
      [media] wm8775: Revert changeset fcb9757333 to avoid a regression

 drivers/media/video/cx25840/cx25840-core.c |   19 +++++-
 drivers/media/video/cx88/cx88-alsa.c       |   99 +++-----------------------
 drivers/media/video/cx88/cx88-cards.c      |    7 ++
 drivers/media/video/cx88/cx88-video.c      |   27 +-------
 drivers/media/video/cx88/cx88.h            |    6 +-
 drivers/media/video/wm8775.c               |  104 ++++++++++-----------------
 include/media/wm8775.h                     |    3 -
 7 files changed, 78 insertions(+), 187 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists