From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:9100 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727438AbgBRQat (ORCPT ); Tue, 18 Feb 2020 11:30:49 -0500 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 01IGK0Eg034616 for ; Tue, 18 Feb 2020 11:30:49 -0500 Received: from e06smtp04.uk.ibm.com (e06smtp04.uk.ibm.com [195.75.94.100]) by mx0b-001b2d01.pphosted.com with ESMTP id 2y87e6skyh-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 18 Feb 2020 11:30:48 -0500 Received: from localhost by e06smtp04.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 18 Feb 2020 16:30:46 -0000 Subject: Re: [PATCH v2 39/42] example for future extension: mm:gup/writeback: add callbacks for inaccessible pages: error cases References: <20200214222658.12946-1-borntraeger@de.ibm.com> <20200214222658.12946-40-borntraeger@de.ibm.com> <20200218162546.GC1133@willie-the-truck> From: Christian Borntraeger Date: Tue, 18 Feb 2020 17:30:40 +0100 MIME-Version: 1.0 In-Reply-To: <20200218162546.GC1133@willie-the-truck> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Message-Id: Sender: linux-s390-owner@vger.kernel.org List-ID: To: Will Deacon Cc: Janosch Frank , Andrew Morton , KVM , Cornelia Huck , David Hildenbrand , Thomas Huth , Ulrich Weigand , Claudio Imbrenda , linux-s390 , Michael Mueller , Vasily Gorbik , Andrea Arcangeli , linux-mm@kvack.org, Sean Christopherson On 18.02.20 17:25, Will Deacon wrote: > On Fri, Feb 14, 2020 at 05:26:55PM -0500, Christian Borntraeger wrote: >> From: Claudio Imbrenda >> >> This is a potential extension to do error handling if we fail to >> make the page accessible if we know what others need. >> >> Signed-off-by: Claudio Imbrenda >> --- >> mm/gup.c | 17 ++++++++++++----- >> mm/page-writeback.c | 6 +++++- >> 2 files changed, 17 insertions(+), 6 deletions(-) > > Sorry, I missed this when replying elsewhere in the thread! > Anyway, looks good to me: > > Acked-by: Will Deacon I can use that for a combined patch (this one merged into the first) ? Correct?