From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0AB8DC433B4 for ; Mon, 17 May 2021 13:09:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DEB8061241 for ; Mon, 17 May 2021 13:09:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237283AbhEQNLC (ORCPT ); Mon, 17 May 2021 09:11:02 -0400 Received: from verein.lst.de ([213.95.11.211]:57455 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237251AbhEQNKw (ORCPT ); Mon, 17 May 2021 09:10:52 -0400 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> 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) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.