[GIT,PULL,FOR,v3.1] v4l and uvcvideo fixes
Message ID | 201109121620.06762.laurent.pinchart@ideasonboard.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers |
Return-path: <linux-media-owner@vger.kernel.org> Envelope-to: mchehab@infradead.org Delivery-date: Mon, 12 Sep 2011 14:20:31 +0000 Received: from canuck.infradead.org [134.117.69.58] by localhost.localdomain with IMAP (fetchmail-6.3.20) for <mchehab@localhost> (single-drop); Tue, 13 Sep 2011 12:27:01 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1R37N6-00080S-QQ; Mon, 12 Sep 2011 14:20:31 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756904Ab1ILOUO (ORCPT <rfc822; kmpark@infradead.org> + 1 other); Mon, 12 Sep 2011 10:20:14 -0400 Received: from perceval.ideasonboard.com ([95.142.166.194]:42890 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756101Ab1ILOUN (ORCPT <rfc822;linux-media@vger.kernel.org>); Mon, 12 Sep 2011 10:20:13 -0400 Received: from lancelot.localnet (unknown [91.178.101.12]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CDDC8359BB for <linux-media@vger.kernel.org>; Mon, 12 Sep 2011 14:20:11 +0000 (UTC) From: Laurent Pinchart <laurent.pinchart@ideasonboard.com> To: linux-media@vger.kernel.org Subject: [GIT PULL FOR v3.1] v4l and uvcvideo fixes Date: Mon, 12 Sep 2011 16:20:05 +0200 User-Agent: KMail/1.13.7 (Linux/3.0.3-gentoo; KDE/4.7.0; x86_64; ; ) MIME-Version: 1.0 Message-Id: <201109121620.06762.laurent.pinchart@ideasonboard.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: <linux-media.vger.kernel.org> X-Mailing-List: linux-media@vger.kernel.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110912_152029_262221_667EC7A5 X-CRM114-Status: GOOD ( 11.91 ) X-Spam-Score: -2.2 (--) X-Spam-Report: SpamAssassin version 3.3.2 on casper.infradead.org summary: Content analysis details: (-2.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [209.132.180.67 listed in list.dnswl.org] 2.8 KB_DATE_CONTAINS_TAB KB_DATE_CONTAINS_TAB 2.5 TAB_IN_FROM From starts with a tab -0.5 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] |
Pull-request
git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-stableMessage
Laurent Pinchart
Sept. 12, 2011, 2:20 p.m. UTC
Hi Mauro, Here are four bug fixes for v3.1. The following changes since commit c6a389f123b9f68d605bb7e0f9b32ec1e3e14132: Linux 3.1-rc4 (2011-08-28 21:16:01 -0700) are available in the git repository at: git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-stable Dave Young (1): v4l: Make sure we hold a reference to the v4l2_device before using it Hans Verkuil (1): v4l: Fix use-after-free case in v4l2_device_release Laurent Pinchart (1): uvcvideo: Fix crash when linking entities Ming Lei (1): uvcvideo: Set alternate setting 0 on resume if the bus has been reset drivers/media/video/uvc/uvc_driver.c | 2 +- drivers/media/video/uvc/uvc_entity.c | 2 +- drivers/media/video/uvc/uvc_video.c | 10 +++++++++- drivers/media/video/uvc/uvcvideo.h | 2 +- drivers/media/video/v4l2-dev.c | 11 +++++++++++ drivers/media/video/v4l2-device.c | 2 ++ 6 files changed, 25 insertions(+), 4 deletions(-)