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=-9.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 D16F1C10F14 for ; Thu, 10 Oct 2019 13:41:28 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 91D4F20B7C for ; Thu, 10 Oct 2019 13:41:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=shipmail.org header.i=@shipmail.org header.b="D32cRh/8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 91D4F20B7C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=shipmail.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 71CFB6B0008; Thu, 10 Oct 2019 09:41:26 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 6975F8E0003; Thu, 10 Oct 2019 09:41:26 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 516906B000A; Thu, 10 Oct 2019 09:41:26 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0210.hostedemail.com [216.40.44.210]) by kanga.kvack.org (Postfix) with ESMTP id 219D16B0007 for ; Thu, 10 Oct 2019 09:41:26 -0400 (EDT) Received: from smtpin10.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with SMTP id BCD98181AC9AE for ; Thu, 10 Oct 2019 13:41:25 +0000 (UTC) X-FDA: 76027986930.10.cap91_80d691834da14 X-HE-Tag: cap91_80d691834da14 X-Filterd-Recvd-Size: 3398 Received: from ste-pvt-msa2.bahnhof.se (ste-pvt-msa2.bahnhof.se [213.80.101.71]) by imf04.hostedemail.com (Postfix) with ESMTP for ; Thu, 10 Oct 2019 13:41:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ste-pvt-msa2.bahnhof.se (Postfix) with ESMTP id 1BDD93F218; Thu, 10 Oct 2019 15:41:19 +0200 (CEST) Authentication-Results: ste-pvt-msa2.bahnhof.se; dkim=pass (1024-bit key; unprotected) header.d=shipmail.org header.i=@shipmail.org header.b=D32cRh/8; dkim-atps=neutral X-Virus-Scanned: Debian amavisd-new at bahnhof.se Authentication-Results: ste-ftg-msa2.bahnhof.se (amavisd-new); dkim=pass (1024-bit key) header.d=shipmail.org Received: from ste-pvt-msa2.bahnhof.se ([127.0.0.1]) by localhost (ste-ftg-msa2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J7j8NN9xYygG; Thu, 10 Oct 2019 15:41:17 +0200 (CEST) Received: from mail1.shipmail.org (h-205-35.A357.priv.bahnhof.se [155.4.205.35]) (Authenticated sender: mb878879) by ste-pvt-msa2.bahnhof.se (Postfix) with ESMTPA id 7F5343F5BA; Thu, 10 Oct 2019 15:41:17 +0200 (CEST) Received: from localhost.localdomain.localdomain (h-205-35.A357.priv.bahnhof.se [155.4.205.35]) by mail1.shipmail.org (Postfix) with ESMTPSA id 4E2D636105C; Thu, 10 Oct 2019 15:41:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=shipmail.org; s=mail; t=1570714877; bh=WNkn6DKxrc1ZFUEVaoGHRMxt8C+XYlS9MSYyqtJVrQg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=D32cRh/8yzGyBnNXzo5kC1wRWfBHZhjN7bh56q7wTX8quGWXIWNK3PKaBKbSYpelQ qAyAKiotKQAruoUnITQIrRqIfNt13qlj3lsJt4dIIAFy4HgFGxt7qK8QwOUP0Ge803 bxebV8E7Upmqi6PUwLtnl6wA3ZklU8oN4CJxDhIU= From: =?UTF-8?q?Thomas=20Hellstr=C3=B6m=20=28VMware=29?= To: linux-kernel@vger.kernel.org, linux-mm@kvack.org, torvalds@linux-foundation.org, kirill@shutemov.name Cc: Thomas Hellstrom Subject: [RFC PATCH 2/4] fs: task_mmu: Have the pagewalk avoid positive callback return codes Date: Thu, 10 Oct 2019 15:40:56 +0200 Message-Id: <20191010134058.11949-3-thomas_os@shipmail.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191010134058.11949-1-thomas_os@shipmail.org> References: <20191010134058.11949-1-thomas_os@shipmail.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.004728, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: From: Thomas Hellstrom The pagewalk code is being reworked to have positive callback return code= s mean "walk control". Avoid using positive return codes: "1" is replaced b= y "-ENOBUFS". Signed-off-by: Thomas Hellstrom --- fs/proc/task_mmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c index 9442631fd4af..ef11969d9ba1 100644 --- a/fs/proc/task_mmu.c +++ b/fs/proc/task_mmu.c @@ -1265,7 +1265,7 @@ struct pagemapread { #define PM_SWAP BIT_ULL(62) #define PM_PRESENT BIT_ULL(63) =20 -#define PM_END_OF_BUFFER 1 +#define PM_END_OF_BUFFER (-ENOBUFS) =20 static inline pagemap_entry_t make_pme(u64 frame, u64 flags) { --=20 2.21.0