Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2929607ybi; Sun, 26 May 2019 10:37:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqz+lPPDrbfo3ZFI90/zRPdHFXLEGtIod9t2KeQ0T4kA0B/N74JotmDbvuEoy3hJhfehwsGw X-Received: by 2002:a65:6143:: with SMTP id o3mr32208865pgv.138.1558892230614; Sun, 26 May 2019 10:37:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558892230; cv=none; d=google.com; s=arc-20160816; b=kagVJQXwgyMhWFg4srdPzn5nKo7OoX1fD27rBWBp1v/vWWLdJjJkbMXCXrnjaECMan 83SC6vTqH+WdFWM6IBFyFNhIhJ2B0KzORnyMgBJIZqbwYJGTsdEeHu42IOlmYBmGZ0On rdxt4PQ8LiH2vrgy/0rOzhpH6s55AYlouSJhMirqFaBKJNktRAuu0HU+5QN+H/31Mb+8 mejlIJjtuhkfaBTpqMQKCYR2ZPID3YxaOxHit7kNeNdDGSF217k5a9yatwGlkakwsIVW /B84UZvNxYZ9O6Yv1j6zs9Tkka66xoaEVzyH5xSd+5vD9BpZqA+8RUfAqS9TGCzrO8zW HkPg== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=165iCZaaq9K2xJFcDnqFYO1eoQiJoPoLbkCG3OiZkTQ=; b=BKfJ1vfNwXe8E+uVwM0QRHS+d0owtOwOiXUJ9nDBm94mdvKEPKAZ4RcqjE9Qa4uxGU zsojBCIymfOdrvUIjGQx+nPHD0hwVfT1cVtz/LORMgysLiRbOPfgoPQYjYyn+3JmurJB qvA785mL8QDdtBKJQwN5zLpxOfBrJdDCnlj1y2BGe+yKYIAkeZkVkw2VdIWV+i1vVIiY QW7zuIrP8De+d8u7dZKkjPrPYUIy2aFiSG0uhyy6+r4SAHIUmhYyD1rb69z9tTSK9sM1 sXOLXQV9wnsaD4L8cyUcW+jmJBYQOSR7ESNcL1nYCYYCArmuYu9o/LqeyPC3TgXSDvLb iYGg== 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 l3si14608750pgp.179.2019.05.26.10.36.55; Sun, 26 May 2019 10:37:10 -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 S1728057AbfEZRfI convert rfc822-to-8bit (ORCPT + 99 others); Sun, 26 May 2019 13:35:08 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:46285 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727959AbfEZRfH (ORCPT ); Sun, 26 May 2019 13:35:07 -0400 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1hUx2z-00027N-Gj; Sun, 26 May 2019 19:35:01 +0200 Date: Sun, 26 May 2019 19:35:01 +0200 From: Sebastian Andrzej Siewior To: Hugh Dickins , x86@kernel.org Cc: Andrew Morton , Mike Rapoport , Andrea Arcangeli , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Borislav Petkov , Pavel Machek , Dave Hansen Subject: Re: [PATCH] x86/fpu: Use fault_in_pages_writeable() for pre-faulting Message-ID: <20190526173501.6pdufup45rc2omeo@linutronix.de> References: <20190526173325.lpt5qtg7c6rnbql5@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20190526173325.lpt5qtg7c6rnbql5@linutronix.de> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019-05-26 19:33:25 [+0200], To Hugh Dickins wrote: > From: Hugh Dickins … > Signed-off-by: Hugh Dickins Hugh, I took your patch, slapped a signed-off-by line. Please say that you are fine with it (or object otherwise). Sebastian