Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp263241imm; Fri, 13 Jul 2018 23:37:26 -0700 (PDT) X-Google-Smtp-Source: AAOMgpenIgw0llwS2SFqGYy3PQ2BnSDEzDH89HfTU4GznaDxmDkouPO8rjUoBqp16Xbp6nFwh62G X-Received: by 2002:a17:902:8306:: with SMTP id bd6-v6mr9186769plb.120.1531550246779; Fri, 13 Jul 2018 23:37:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531550246; cv=none; d=google.com; s=arc-20160816; b=LrNmxilCMWLAUPeIuURvpNcrtnDjvtX45U9sPVVetdaFStXTfJ34TiCsLTQ+AluyKv zF+FpHc9ClQH5CSiEqZBX0lfidTa2B/+kIQtRWSgB0wHD3SXw5i9C7Ywufi2yA//rAZb InAF4j66pbIfnxKN/oQODX4o0t6I5zRdbdSHokNEaUA4/U9uLpMwbzXRTT8ZPG4x751A W7Dx6saQZFpoCu+Zqz9WftGSDF/bhWmUcEWXVbCRPKPwI4nNgxurMymzwRQ1wwJXAH8H hpMA/fPfL4SOuYd2yVV/TQ2mB+q0x4lWFS29UQa5QuxAoKZhvq/xI5XIUhKgu8YwSUqj RhSg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=kj/6RZbiy8HymkZPcTBSsYcIztZvF4aPpXCVlVBg7H0=; b=d4nUZ8hBvgqcmDmikCHCKzkGtIpb0ae+k0emUBHjY5PzEh8XJVia57Hx1UK2Dq68Hn b3BEyNbTbKjP8L0f8X99wTe9a3qSofWkNcPLa2ZU+vr08LtUcMC7yQF/5Gp7CvDWcxc3 aa8f8wXBbssSq/EcXQWV1s/+c70ySluthmkIzhFQVv7OYGXztPzz4gxNFR5OJLOBwpqs qpiqwsiG3pDuXql1n5BhNi3+8lEf4ZJ8RijsKyQCHfUfBmQ2E4uueM52hyeDUQZey4n8 s+qJcscXWKxmN40UdOGBntOKlugaVYVZ+bVGDbCIlWjTuUDFpG+S3Lhi5tvYfQw20646 uXLQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r29-v6si29038809pff.24.2018.07.13.23.37.12; Fri, 13 Jul 2018 23:37:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726275AbeGNGxC (ORCPT + 99 others); Sat, 14 Jul 2018 02:53:02 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54908 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725809AbeGNGxB (ORCPT ); Sat, 14 Jul 2018 02:53:01 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 593428A5; Sat, 14 Jul 2018 06:35:05 +0000 (UTC) Date: Sat, 14 Jul 2018 08:35:02 +0200 From: Greg Kroah-Hartman To: Todd Poynor Cc: Rob Springer , John Joseph , Ben Chan , devel@driverdev.osuosl.org, Zhongze Hu , linux-kernel@vger.kernel.org, Simon Que , Guenter Roeck , Todd Poynor , Dmitry Torokhov Subject: Re: [PATCH 12/18] staging: gasket: annotate ioctl arg with __user Message-ID: <20180714063502.GF20451@kroah.com> References: <20180714055816.223754-1-toddpoynor@gmail.com> <20180714055816.223754-13-toddpoynor@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180714055816.223754-13-toddpoynor@gmail.com> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 13, 2018 at 10:58:10PM -0700, Todd Poynor wrote: > From: Todd Poynor > > For sparse checking. > > Reported-by: Dmitry Torokhov > Signed-off-by: Zhongze Hu > Signed-off-by: Todd Poynor > --- Are you sure this patch even applies? What tree did you make it against? I ask because this fragment: > @@ -12,6 +12,7 @@ > * GNU General Public License for more details. > */ is no longer in the tree. thanks, greg k-h