[GIT,PULL,3.13,v2] AF9035/AF9033 stack alloc regression fixes
| Message ID | 529E0A65.1020302@iki.fi (mailing list archive) |
|---|---|
| State | Accepted, archived |
| Headers |
Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from <linux-media-owner@vger.kernel.org>) id 1Vnt5L-00032w-VQ; Tue, 03 Dec 2013 17:44:31 +0100 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.72/mailfrontend-8) with esmtp id 1Vnt5J-0008Ly-mN; Tue, 03 Dec 2013 17:44:31 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754357Ab3LCQo1 (ORCPT <rfc822;mkrufky@linuxtv.org> + 1 other); Tue, 3 Dec 2013 11:44:27 -0500 Received: from mail.kapsi.fi ([217.30.184.167]:55597 "EHLO mail.kapsi.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753976Ab3LCQoX (ORCPT <rfc822;linux-media@vger.kernel.org>); Tue, 3 Dec 2013 11:44:23 -0500 Received: from 85-23-164-13.bb.dnainternet.fi ([85.23.164.13] helo=localhost.localdomain) by mail.kapsi.fi with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from <crope@iki.fi>) id 1Vnt5C-0006IP-CJ for linux-media@vger.kernel.org; Tue, 03 Dec 2013 18:44:22 +0200 Message-ID: <529E0A65.1020302@iki.fi> Date: Tue, 03 Dec 2013 18:44:21 +0200 From: Antti Palosaari <crope@iki.fi> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: LMML <linux-media@vger.kernel.org> Subject: [GIT PULL 3.13 v2] AF9035/AF9033 stack alloc regression fixes Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 85.23.164.13 X-SA-Exim-Mail-From: crope@iki.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false 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-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.12.3.163315 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, MSGID_ADDED_BY_MTA 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1400_1499 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILING_LIST 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __MOZILLA_USER_AGENT 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __URI_NO_WWW 0, __URI_NS , __USER_AGENT 0' |
Pull-request
git://linuxtv.org/anttip/media_tree.git fixes3.13_v2Message
Antti Palosaari
Dec. 3, 2013, 4:44 p.m. UTC
And as these stack alloc patches seems to requested for stable too,
these 3 fixes should go stable also!
I am not very happy to situation that stack alloc patch set was
requested to stable, with almost none testing. These patches appeared to
media master *only* around one week ago. I tested tens of DVB devices
during weekend and didn't any other non-working than AF9035. But I don't
have all the devices to test...
regards
Antti
The following changes since commit fa507e4d32bf6c35eb5fe7dbc0593ae3723c9575:
[media] media: marvell-ccic: use devm to release clk (2013-11-29
14:46:47 -0200)
are available in the git repository at:
git://linuxtv.org/anttip/media_tree.git fixes3.13_v2
for you to fetch changes up to 413f354edd6adbc52492d398b6f9f36dde9a9f48:
af9035: unlock on error in af9035_i2c_master_xfer() (2013-12-03
18:31:25 +0200)
----------------------------------------------------------------
Antti Palosaari (2):
af9033: fix broken I2C
af9035: fix broken I2C and USB I/O
Dan Carpenter (1):
af9035: unlock on error in af9035_i2c_master_xfer()
drivers/media/dvb-frontends/af9033.c | 12 ++++++------
drivers/media/usb/dvb-usb-v2/af9035.c | 15 +++++++++------
2 files changed, 15 insertions(+), 12 deletions(-)