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=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 BE9C5C28CC0 for ; Wed, 29 May 2019 12:41:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9AC8A208C3 for ; Wed, 29 May 2019 12:41:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727008AbfE2MlY (ORCPT ); Wed, 29 May 2019 08:41:24 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:45292 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725936AbfE2MlY (ORCPT ); Wed, 29 May 2019 08:41:24 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DF08780D; Wed, 29 May 2019 05:41:23 -0700 (PDT) Received: from fuggles.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 88A2E3F59C; Wed, 29 May 2019 05:41:22 -0700 (PDT) Date: Wed, 29 May 2019 13:41:20 +0100 From: Will Deacon To: Anshuman Khandual Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Catalin Marinas , Mark Rutland , James Morse , Andrey Konovalov Subject: Re: [PATCH 0/4] arm64/mm: Fixes and cleanups for do_page_fault() Message-ID: <20190529124120.GF4485@fuggles.cambridge.arm.com> References: <1559133285-27986-1-git-send-email-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1559133285-27986-1-git-send-email-anshuman.khandual@arm.com> User-Agent: Mutt/1.11.1+86 (6f28e57d73f2) () Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Anshuman, On Wed, May 29, 2019 at 06:04:41PM +0530, Anshuman Khandual wrote: > This series contains some fixes and cleanups for page fault handling in > do_page_fault(). This has been boot tested on arm64 platform along with > some stress test but just build tested on others. These all seem to be cleanups, which is fine, but I just wanted to make sure I'm not missing something that should be aiming for 5.2. Are there actually fixes in this series? (in future, it's best to post fixes separately so I don't miss them) Cheers, Will