Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp2010536ybb; Thu, 26 Mar 2020 19:30:52 -0700 (PDT) X-Google-Smtp-Source: ADFU+vu104cKWOJ9pSOtRS2sjFTwD09wCoCTAyLMN8zygU956C8jskGW76q6/Lm/Tj1GtrBINaTl X-Received: by 2002:aca:c78d:: with SMTP id x135mr2415268oif.51.1585276252320; Thu, 26 Mar 2020 19:30:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585276252; cv=none; d=google.com; s=arc-20160816; b=zWF5LNjv5nJdR849sUtcJri3L2JJ/pEjqITem+AhF6wD0rp3BPrbeyNfYdi29gEMf6 bHaUJ1nT1IhiXZu0YPs34pO74GLyL90xu3xSkLVNIw1/SephyengL/60GzG0u2V+zXg+ ek4ftFT60kLJ90w4ac35njF5Q+eKophL+NTP65nmenHMwYXyLddtGrI7sIC5DFkmZxPE nzt60jGoZHl16P1Pb/IGJt2A8gipq1oXEyerQqApq4+g5CsCq3dGKCQ/zGHBTePOhNhk Kb0SnRBB1jCN39KTm2qs++RpnAREXoImjcg/KND5x5t9d0u4Ist1LqNjpTHZCPKAgO1a ZWlg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=AQ+iBjmWEGwSWr2hsMuKXtfTS+UqLruQK8pM8M/5hDs=; b=wyt5J3LS2LvMml1/HVUa1Y8nnJ4Ht22haOmoFjsugq9Qy7VFDCFEHcdnGuCRgz49Fb Dp3iAwFB0/86NBlUki4PiQw/w8RnUE6WpaIllEcSJGJaH6oYUSUSPFpAklnN+kG3s1Yl F26kxQdSypj4ph8tb/Il9WLeECvzZpyJ/EUebhWYfhJXz4jemZe6aVpIupdobc5VXR5v LRur3zzOCM/+N7tun/r6B5bEb1jWuQoxUqLP6Pdip5+cGtNJxt7XwQzIENWj2wCIEroe nv3qyefDeDbCmKEhgRS6A6GCsGyDzaNR2nmDr8VxzLdUtwFT8zSJJAlA5p+wCARsweXV D/hw== 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 j4si1726432ooj.58.2020.03.26.19.30.40; Thu, 26 Mar 2020 19:30:52 -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 S1727701AbgC0CaL (ORCPT + 99 others); Thu, 26 Mar 2020 22:30:11 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:47856 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727495AbgC0CaL (ORCPT ); Thu, 26 Mar 2020 22:30:11 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jHel5-003hKA-Mt; Fri, 27 Mar 2020 02:30:08 +0000 Date: Fri, 27 Mar 2020 02:30:07 +0000 From: Al Viro To: Linus Torvalds Cc: Thomas Gleixner , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC][PATCHSET v2] x86 uaccess cleanups Message-ID: <20200327023007.GS23230@ZenIV.linux.org.uk> References: <20200323183620.GD23230@ZenIV.linux.org.uk> <20200327022430.GQ23230@ZenIV.linux.org.uk> <20200327022633.GR23230@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200327022633.GR23230@ZenIV.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 27, 2020 at 02:26:33AM +0000, Al Viro wrote: > On Fri, Mar 27, 2020 at 02:24:30AM +0000, Al Viro wrote: > > > 21/22 x86: unsafe_put_... macros for sigcontext and sigmask > > Sorry, that would be "x86: unsafe_put-style macro for sigmask"; > sigcontext wrapper migrated into 17/21. ... and the wrong set of patches got sent (futex ones). I really need to get some sleep...