Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1745813ybh; Thu, 16 Jul 2020 23:09:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyHmphdY8905zSBaILJerzS1/jEnXP9qWSayYdIXV7idNg1uHWgNhrXKad43JNuNIz7bOHk X-Received: by 2002:a05:6402:13d9:: with SMTP id a25mr7998119edx.325.1594966145562; Thu, 16 Jul 2020 23:09:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594966145; cv=none; d=google.com; s=arc-20160816; b=WgGEDsKuLGvAumK/v7QMymah7Ub3lV5VMOZXkG3WvqJ+B2+Zx4j2jcC2mrKxMJa7jk yHJPhnGI/vvQf+OTodn+evSjTniicu9QZJ3B/aej5v7W9/GKADC8b4Ib8yoEvTzGVv7f y3T/90vntXhb+hPNkH3C3bbJfGnifgnyUxXYdJUmiIa+dMK7EaYGWhkJDSThRO9u9jeZ LKk+eSGU3pnghhfHuAXgB0iZgvYHky2WMoXugiaMtx8r5nKmBdDECofkRS5vmsmcrv9V aZjBabs96iKPUoWaxbj3z0A+2xrT1pdk1qt1WyMqh/8K4qdiqk7DhOSXd5vmG4JvKavh XJ2A== 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=pXOwIGu8AL/Odz6KQ4VtFQ/5MgCiyka4pBnh1BbLsEA=; b=Ss3alkQ2Uldr2z8X82NaKKaYIYNICIcAhNL33/jddNTi3E7x0WTRH9Qcm3dmgjZyUh SAnWKAAVWz1ukk/zZcrVkcUuiMlyuArWdlIgoCUpMZ8EUnoSYqaB2avcQAZDqnWY98Zk RI7U8sbGSRME9VsoG1ER58E6+uk+Haj8vwfZOfaoh3smJPztGpOAdzj5Zu8HUFFRba0I PTQ0+Ac9h4zhBIG0/uXyprtSUVRR6R6G7qbXPedqMmU0dsubho2pfUFuEDNu03x1CzMX nnAaR2YauBmOrcWlbcyZUh7axqlhnVxyipI3DiRGXnxXlLSlIQQDZz/w4PPiQxmQ/AFj wXxQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 91si5551013edy.467.2020.07.16.23.08.42; Thu, 16 Jul 2020 23:09:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726892AbgGQGGX (ORCPT + 99 others); Fri, 17 Jul 2020 02:06:23 -0400 Received: from verein.lst.de ([213.95.11.211]:37283 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725904AbgGQGGW (ORCPT ); Fri, 17 Jul 2020 02:06:22 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id E319668BEB; Fri, 17 Jul 2020 08:06:18 +0200 (CEST) Date: Fri, 17 Jul 2020 08:06:18 +0200 From: Christoph Hellwig To: Andrew Morton Cc: Christoph Hellwig , Nick Hu , Greentime Hu , Vincent Chen , Paul Walmsley , Palmer Dabbelt , Linus Torvalds , linux-riscv@lists.infradead.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: clean up address limit helpers v2 Message-ID: <20200717060618.GA9842@lst.de> References: <20200714105505.935079-1-hch@lst.de> <20200716164924.15e373f4dbb3071e9d4ee37c@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200716164924.15e373f4dbb3071e9d4ee37c@linux-foundation.org> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 16, 2020 at 04:49:24PM -0700, Andrew Morton wrote: > On Tue, 14 Jul 2020 12:54:59 +0200 Christoph Hellwig wrote: > > > Hi all, > > > > in preparation for eventually phasing out direct use of set_fs(), this > > series removes the segment_eq() arch helper that is only used to > > implement or duplicate the uaccess_kernel() API, and then adds > > descriptive helpers to force the kernel address limit. > > > > > > Changes since v1: > > - drop to incorrect hunks > > - fix a commit log typo > > I think this *is* v1. I can't find any differences in the patches and I > was unable to eyeball any changelog alterations? No, this actuall is v2. "[PATCH 5/6] uaccess: add force_uaccess_{begin,end} helpers" dropped two incorrect hunks in the m68k and sh arch code, and lost and "er" in the commit log.