From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755474Ab0IQBPn (ORCPT ); Thu, 16 Sep 2010 21:15:43 -0400 Received: from proofpoint-cluster.metrocast.net ([65.175.128.136]:39091 "EHLO proofpoint-cluster.metrocast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754172Ab0IQBPm (ORCPT ); Thu, 16 Sep 2010 21:15:42 -0400 Subject: [GIT PATCHES FOR 2.6.36] Two small fixes for Conexant TV chip drivers From: Andy Walls To: linux-media@vger.kernel.org Cc: Dan Rosenberg , stable@kernel.org, security@kernel.org, linux-kernel@vger.kernel.org, "Igor M. Liplianin" Content-Type: text/plain; charset="UTF-8" Date: Thu, 16 Sep 2010 21:14:54 -0400 Message-ID: <1284686094.2056.41.camel@morgan.silverblock.net> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.0.10011,1.0.148,0.0.0000 definitions=2010-09-17_01:2010-09-16,2010-09-17,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-1005130000 definitions=main-1009160144 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mauro, Please pull the following two small changes for 2.6.36 and later kernels. Thanks go to Igor M. Liplianin for reporting the cx25840 bug and Dan Rosenberg for fixing the possible information leak in the ivtvfb driver. The following changes since commit 67ac062a5138ed446a821051fddd798a01478f85: V4L/DVB: Fix regression for BeholdTV Columbus (2010-08-24 10:39:32 -0300) are available in the git repository at: ssh://linuxtv.org/git/awalls/media_tree.git cx-fixes-36 Andy Walls (1): cx25840: Fix typo in volume control initialization: 65335 vs. 65535 Dan Rosenberg (1): ivtvfb: prevent reading uninitialized stack memory drivers/media/video/cx25840/cx25840-core.c | 2 +- drivers/media/video/ivtv/ivtvfb.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) Regards, Andy