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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 10 May 2009 00:03:51 -0300
From:	Mauro Carvalho Chehab <mchehab@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, linux-media@...r.kernel.org
Subject: [GIT PATCHES for 2.6.30] V4L/DVB fixes

Linus,

Please pull from:
        ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git for_linus

For the following driver fixes:

   - zoran: fix bug when enumerating format -1;
   - cx23885: Frontend wasn't locking on HVR-1500;
   - ivtv: fix compiler warning;
   - uvc: fix uvc resume failed and  fix a compile warning;
   - ivtv: fix incorrect bit tests;
   - ivtv/radio: fix V4L2_TUNER_MODE/V4L2_TUNER_SUB confusion;
   - cafe_ccic: fix sensor detection;

And for two fixes at v4l-core:
   - v4l2-ioctl: Check buffer types using g_fmt instead of try_fmt
   - v4l2-ioctl: Clear buffer type specific trailing fields/padding

Cheers,
Mauro.

---

 drivers/media/radio/radio-sf16fmi.c       |    2 +-
 drivers/media/radio/radio-sf16fmr2.c      |    2 +-
 drivers/media/video/cafe_ccic.c           |    1 +
 drivers/media/video/cx23885/cx23885-dvb.c |    2 +-
 drivers/media/video/ivtv/ivtv-driver.c    |    9 ++++--
 drivers/media/video/ivtv/ivtv-gpio.c      |    4 +-
 drivers/media/video/ivtv/ivtv-ioctl.c     |    5 ++-
 drivers/media/video/ivtv/ivtv-irq.c       |    2 +-
 drivers/media/video/ivtv/ivtv-yuv.c       |    3 +-
 drivers/media/video/ivtv/ivtvfb.c         |    3 +-
 drivers/media/video/uvc/uvc_driver.c      |    9 ++++--
 drivers/media/video/uvc/uvc_video.c       |    2 +-
 drivers/media/video/v4l2-ioctl.c          |   45 +++++++++++++++++++++++------
 drivers/media/video/zoran/zoran_driver.c  |   28 ++++++++---------
 14 files changed, 76 insertions(+), 41 deletions(-)

Hans Verkuil (5):
      V4L/DVB (11668): ivtv: fix compiler warning.
      V4L/DVB (11669): uvc: fix compile warning
      V4L/DVB (11674): ivtv: fix incorrect bit tests
      V4L/DVB (11675): ivtv/radio: fix V4L2_TUNER_MODE/V4L2_TUNER_SUB confusion
      V4L/DVB (11679): cafe_ccic: fix sensor detection

Mauro Carvalho Chehab (1):
      V4L/DVB (11680): cafe_ccic: use = instead of == for setting a value at a var

Ming Lei (1):
      V4L/DVB (11575): uvcvideo: fix uvc resume failed

Steven Toth (1):
      V4L/DVB (11664): cx23885: Frontend wasn't locking on HVR-1500

Trent Piepho (3):
      V4L/DVB (11660): zoran: fix bug when enumerating format -1
      V4L/DVB (11661): v4l2-ioctl: Check buffer types using g_fmt instead of try_fmt
      V4L/DVB (11662): v4l2-ioctl: Clear buffer type specific trailing fields/padding

---------------------------------------------------
V4L/DVB development is hosted at http://linuxtv.org

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ