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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 BB783C4361B for ; Tue, 8 Dec 2020 15:07:32 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 50E1723A6C for ; Tue, 8 Dec 2020 15:07:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 50E1723A6C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=5ka0y6uMujoGovCOAtSMTXP2RDCYPMSCXL8SCxGAAEw=; b=1S/AAk6DXvijzlmqr6jgi4KJA m5Ylt5cA0Xagkzxy+8GuWpBwAmioMJ83LBDuc0B+prkCaumIDJ7Hat2EWPINI4unKfT9HK1sxhRBb PcapMesGoT/AJjhOj8FHtpDc+yDH3l116jQYy1z4S0+fExUBG2Evgb46WdO5w9Zb+r7/9brBlE11j Ewo3+V6rouubYyUTSGFUVkmNKEskj+pN594gNnMRj5qHhnt3Hd2a5MtiU24nozJvqsgDBywhpWzQy NN+5gR+M8CsbZVvT6JLuCZKh6w7BpyVm+gTG8jl2uMEZIUt2nMVw9Z/Fch5LW/gEfviKctysYoinE 3CvJbVcjg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmeZF-0002oo-QV; Tue, 08 Dec 2020 15:06:17 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmeZE-0002ob-Cv; Tue, 08 Dec 2020 15:06:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=ZRmhmgEF/TcsYjF7PHfRY1rYRCJzgiLD1ANpoijTRHU=; b=YTZ22eP1y/U39k5EjOPcP23dsX s0u0LuA/NUs94Nadg2wSduAoLYtxisvyLyjcKIcCyCJND1f76ZaL+OS3iryGMckxkQ6fQXFPTXmd6 D8y39O/QCdDZlVASb+hoxpo30E0ZF1G9UI9jodaPhGkBiaOnGWABVkH3e4Jy7Oh/5Xay5ZTCttY/Q lzW42siy9EHTox/lWI9VlbWVVRmZG7qvBLm8CrAKRHVbh5WgkhzQdKFdaJ38BQTjHBaF1X1I0mknB vDSKZH19hO06U6Cb+GNPaWXEZk9wIOfIhuFU+5erJAtzsWS4MYtTaBdv2Fl7a0BL/RWaN6aBb8f8j TMp1IdMQ==; Received: from hch by casper.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmeZC-0004Ee-AH; Tue, 08 Dec 2020 15:06:14 +0000 Date: Tue, 8 Dec 2020 15:06:14 +0000 From: Christoph Hellwig To: Arnd Bergmann Subject: Re: [PATCH v2 4/4] compat: remove some compat entry points Message-ID: <20201208150614.GA15765@infradead.org> References: <20201102123151.2860165-1-arnd@kernel.org> <20201102123151.2860165-5-arnd@kernel.org> <20201103083703.GD9092@infradead.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arch , Thomas Gleixner , Arnd Bergmann , Brian Gerst , kexec@lists.infradead.org, "linux-kernel@vger.kernel.org" , Christoph Hellwig , Linux-MM , Borislav Petkov , Alexander Viro , Andy Lutomirski , "H . Peter Anvin" , Andrew Morton , Ingo Molnar , Linux ARM , Eric Biederman Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Nov 03, 2020 at 10:45:54AM +0100, Arnd Bergmann wrote: > I had it there originally, I guess I should have left it there ;-) > > When I changed it, I was considering to do the same for additional > syscalls that have very small differences now (timer_create, > rt_sigqueueinfo, rt_sigpending, recvmsg, sendmsg) and use > in_compat_syscall() there, but then I decided against that. > > In the end, I did like the split, as I found the smaller three > patches that contain the real change easier to review, and > it turns the larger patch at the end into a more obvious > transformation. Oh well, let's just keep the split as-is then. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel