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>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 26 Nov 2006 12:19:28 -0200
From:	Mauro Carvalho Chehab <mchehab@...radead.org>
To:	Linus Torvalds <torvalds@...l.org>
Cc:	V4L-DVB Maintainers <v4l-dvb-maintainer@...uxtv.org>,
	V4L <video4linux-list@...hat.com>, Andrew Morton <akpm@...l.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/2] V4L/DVB fixes

Linus,

Please pull 'master' from:
        git://git.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master

saa717x chips are wrongly detected as saa711x:
   - Improve saa711x check

Fixes an oops on some special condition:
   - Fix oops on symbol rate==0

There is also a pending request for you, sent on Nov, 21, with 5 patches:
> Linus,
> 
> We've solved a few bugs at some drivers.
> 
> Please pull 'master' from:
>         git://git.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master
> 
> It contains the following:
> 
> Some DVBS boards are miss-identified. Those two patches fixes it:
>    - Fix tuning on older budget DVBS cards.
>    - Budget: diseqc_method module parameter for cards with subsystem-id 13c2:1003
> 
> A var is not initialized at DVB core frontend zigzag:
>    - Fix uninitialised variable in dvb_frontend_swzigzag
> 
> Spin unlock missing:
>    - Add missing spin_unlock to saa6588 decoder driver
> 
> Lack of proper releasing the module:
>    - Fix: Slot 0 not NULL on disconnecting SN9C10x PC Camera

Cheers,
Mauro.

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

The diffstat of the 7 pending patches is:

 drivers/media/dvb/dvb-core/dvb_frontend.c    |    2 +-
 drivers/media/dvb/frontends/tda10086.c       |    4 ++++
 drivers/media/dvb/ttpci/budget.c             |    9 +++++++++
 drivers/media/video/et61x251/et61x251_core.c |    3 +--
 drivers/media/video/saa6588.c                |    4 +++-
 drivers/media/video/saa7115.c                |    9 +++++++--
 drivers/media/video/sn9c102/sn9c102_core.c   |    3 +--
 7 files changed, 26 insertions(+), 8 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

Powered by Openwall GNU/*/Linux Powered by OpenVZ