From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0FB6471 for ; Mon, 17 May 2021 13:19:29 +0000 (UTC) Received: by verein.lst.de (Postfix, from userid 2407) id E0E7967373; Mon, 17 May 2021 15:08:52 +0200 (CEST) Date: Mon, 17 May 2021 15:08:52 +0200 From: Christoph Hellwig To: Arnd Bergmann Cc: Mauro Carvalho Chehab , Greg Kroah-Hartman , Arnd Bergmann , Sakari Ailus , Hans Verkuil , Christoph Hellwig , Andy Shevchenko , linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH] media: atomisp: remove compat_ioctl32 code Message-ID: <20210517130852.GA18985@lst.de> References: <20210516204818.2967910-1-arnd@kernel.org> X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210516204818.2967910-1-arnd@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) On Sun, May 16, 2021 at 10:47:43PM +0200, Arnd Bergmann wrote: > This is one of the last remaining users of compat_alloc_user_space() > and copy_in_user(), which are in the process of getting removed. Are you also going to resend the other compat_alloc_user_space removal patches? It would be great to see it buried ASAP.