Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4570032yba; Wed, 17 Apr 2019 14:29:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqxOGoFjsYmJzs5Wn1/GauM/7bayEbxPjhxU1jxvWmdYIGlgoEpBmTmg+grrvCaDW6pvUulH X-Received: by 2002:a65:5a83:: with SMTP id c3mr2008644pgt.429.1555536561638; Wed, 17 Apr 2019 14:29:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555536561; cv=none; d=google.com; s=arc-20160816; b=WB2ubhKfLNUFlLzcapGMyjR+BQBP2RmzXVaq3IPXjy3jj9//i70IEPymB82CnuKVil v/btjXw+en3Y8VXe4rknr4Nt/b3ULkKPSxatg8DW2T2cxvhxGWaX8przzboQz+smF2PB mNLmH9bD4kdrSMzy6pKhOue7I+TxpnqBT+LUHh8KQudsYhgCISo58s9Wgr7/mp1vN4a0 yzlW7eDyDOjwyYXkAkCkRD/IVqQvr8zsnyA69cF7W/fSDUigiEksSj0vjbKzgTU3Jkq6 hGy/QhxlXAJw+oFiDcadpWEmZPv4j20yKOBsD/FSn9egMKP5dckmquIs0SD868C5st81 uz5w== 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; bh=lFJl07D9bxQ+y8RzTa+4eI24hD+k01NJXFeaUujNVDQ=; b=pRQKooXiX2k8o1/k+49PlzLIdT5Ru3uDfh7wy58wUFZ6RjeUgw/wTSkrPfKm16cU4V SIpuhMR3HFkwcLSutk8iMJlFVT+Vwn5M3P5VTHOMh+50SwdKIHtWSsiY/5ex7j5adshx jFYfzqAJl/Mv4Ttpsq7ZqksrRk4UqoolwKwFjHtNjNERmrwmuU1ZYZEDmrXTs3o17z2Q aS9/dPI3uDAXX6na4kT1kaL81q545wCk4ZthBsR/cbpL58fjSPMFuxoLV1cQ9uROh7GB frvfdjCt8VWjTceQFcC/zFQLW3RewWDmZgRFpx3O7FpQ3NXgCwhmEj/11/e2Jn71jmFK vR+w== 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 e89si102738plb.99.2019.04.17.14.29.06; Wed, 17 Apr 2019 14:29:21 -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 S1733298AbfDQV2L (ORCPT + 99 others); Wed, 17 Apr 2019 17:28:11 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:51076 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725848AbfDQV2L (ORCPT ); Wed, 17 Apr 2019 17:28:11 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92 #3 (Red Hat Linux)) id 1hGs6D-00088P-02; Wed, 17 Apr 2019 21:28:09 +0000 Date: Wed, 17 Apr 2019 22:28:08 +0100 From: Al Viro To: Arnd Bergmann Cc: linux-fsdevel@vger.kernel.org, y2038@lists.linaro.org, linux-kernel@vger.kernel.org, Bartlomiej Zolnierkiewicz , Mikulas Patocka , "David S. Miller" , Ville =?iso-8859-1?Q?Syrj=E4l=E4?= , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org Subject: Re: [PATCH v3 14/26] compat_ioctl: move ATYFB_CLK handling to atyfb driver Message-ID: <20190417212808.GA2217@ZenIV.linux.org.uk> References: <20190416202013.4034148-1-arnd@arndb.de> <20190416202701.127745-1-arnd@arndb.de> <20190416202701.127745-3-arnd@arndb.de> <20190417212700.GZ2217@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190417212700.GZ2217@ZenIV.linux.org.uk> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 17, 2019 at 10:27:00PM +0100, Al Viro wrote: > On Tue, Apr 16, 2019 at 10:25:35PM +0200, Arnd Bergmann wrote: > > +static int atyfb_compat_ioctl(struct fb_info *info, u_int cmd, u_long arg) > > +{ > > + return atyfb_ioctl(info, cmd, (u_long)compat_ptr(arg)); > > +} > > +#endif > > Huh? Why isn't that using compat_ioctl_ptr()? Oh, I see... Nevermind, then.