Message ID | 20180417112149.33e0ba31@vento.lan (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-media-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7C04160542 for <patchwork-linux-media@patchwork.kernel.org>; Tue, 17 Apr 2018 14:21:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 63F7A2833E for <patchwork-linux-media@patchwork.kernel.org>; Tue, 17 Apr 2018 14:21:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 57D80283E8; Tue, 17 Apr 2018 14:21:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7BCB82833E for <patchwork-linux-media@patchwork.kernel.org>; Tue, 17 Apr 2018 14:21:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752769AbeDQOVz (ORCPT <rfc822;patchwork-linux-media@patchwork.kernel.org>); Tue, 17 Apr 2018 10:21:55 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:58388 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751927AbeDQOVy (ORCPT <rfc822;linux-media@vger.kernel.org>); Tue, 17 Apr 2018 10:21:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=rF1MPz7CAhJPgVstB1aw2Q6hIarBQMeUlu/vshmslt4=; b=cQ4MGwfKTe1Oh02YMPvWYx1H7 VRpVB8l6pxRULEfEIg9b5I/NO3XGvs9r5jmf2puxIA/Ul+XRZS3sLV24EeUDbJs5Pwgxg4BzbTJdD 9erKA/rCngREO7fJEGvSyQ6eYZRT8VGYZ/+CIHJQEwFRSc1ONrFCnGUDGyeebvNV1z4GKV/HS5wKU dRDTUgxC42wZBzOqV4HeKkAyducR6go652D3YryDmZZD84C3PuI6ccFVPbOH8VaMlTnJPs/qodAh2 NgBZe4SAH+doz8YsUGLbM0nXyjHUS8UCsmMGOn48qwE2Kq305/JmoBGKP3dDbDKmEZAlUfxPFwifS RC3MTrAEg==; Received: from [201.86.164.1] (helo=vento.lan) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1f8RUX-0003yR-1e; Tue, 17 Apr 2018 14:21:53 +0000 Date: Tue, 17 Apr 2018 11:21:49 -0300 From: Mauro Carvalho Chehab <mchehab@infradead.org> To: Hans Verkuil <hansverk@cisco.com> Cc: Linux Media Mailing List <linux-media@vger.kernel.org>, Sakari Ailus <sakari.ailus@linux.intel.com>, Daniel Mentz <danielmentz@google.com>, Laurent Pinchart <laurent.pinchart@ideasonboard.com> Subject: Re: [PATCH 4/5] media: v4l2-compat-ioctl32: fix several __user annotations Message-ID: <20180417112149.33e0ba31@vento.lan> In-Reply-To: <20180417105824.6abafda9@vento.lan> References: <cover.1523960171.git.mchehab@s-opensource.com> <510d0652872c612db21be8b846755f80e3cc4588.1523960171.git.mchehab@s-opensource.com> <a150928f-c236-4751-b704-7ce71fd56bc2@cisco.com> <20180417075358.61a878c8@vento.lan> <b3ed6478-9cf5-478d-067b-5d325dfeaadd@cisco.com> <20180417100131.3add7f67@vento.lan> <20180417101009.71d98c63@vento.lan> <20180417105824.6abafda9@vento.lan> X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from <mchehab@infradead.org> by bombadil.infradead.org. See http://www.infradead.org/rpr.html 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-Virus-Scanned: ClamAV using ClamSMTP |
--- 32bits 2018-04-17 11:18:29.141240772 -0300 +++ 64bits 2018-04-17 11:18:40.635282341 -0300 @@ -1 +1 @@ -v4l2-compliance SHA : bc71e4a67c6fbc5940062843bc41e7c8679634ce, 32 bits +v4l2-compliance SHA : bc71e4a67c6fbc5940062843bc41e7c8679634ce, 64 bits