Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762573AbZCTAr3 (ORCPT ); Thu, 19 Mar 2009 20:47:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760343AbZCTArR (ORCPT ); Thu, 19 Mar 2009 20:47:17 -0400 Received: from mail7.sea5.speakeasy.net ([69.17.117.9]:47424 "EHLO mail7.sea5.speakeasy.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755281AbZCTArQ convert rfc822-to-8bit (ORCPT ); Thu, 19 Mar 2009 20:47:16 -0400 Date: Thu, 19 Mar 2009 17:47:13 -0700 (PDT) From: Trent Piepho X-X-Sender: xyzzy@shell2.speakeasy.net To: =?UTF-8?B?TsOpbWV0aCBNw6FydG9u?= cc: Jean-Francois Moine , David Ellingsworth , linux-media@vger.kernel.org, LKML Subject: Re: [PATCH] gspca: add missing .type field check in VIDIOC_G_PARM In-Reply-To: <49C2C3C8.3000300@freemail.hu> Message-ID: References: <49C133F6.3020202@freemail.hu> <30353c3d0903181445i409604e8r33678f7ce09d0288@mail.gmail.com> <49C1DD0C.4050500@freemail.hu> <49C2C3C8.3000300@freemail.hu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 835 Lines: 16 On Thu, 19 Mar 2009, [UTF-8] Németh Márton wrote: > The gspca webcam driver does not check the .type field of struct v4l2_streamparm. > This field is an input parameter for the driver according to V4L2 API specification, > revision 0.24 [1]. Add the missing check. I think this check could go in the v4l2 core too. It already does a similar check for QUERYBUF, QBUF, DQBUF, etc. If the driver doesn't provide a method for ->vidioc_try_fmt_foo() then the v4l2 core will reject a call with .type == V4L2_BUF_TYPE_foo. It seems like it should be ok to do this for S_PARM and G_PARM too. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/