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=-3.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no 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 17D80C433DF for ; Fri, 5 Jun 2020 09:26:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D1EB420772 for ; Fri, 5 Jun 2020 09:26:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="FHWIp24j" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726257AbgFEJ0C (ORCPT ); Fri, 5 Jun 2020 05:26:02 -0400 Received: from smtp-fw-9102.amazon.com ([207.171.184.29]:5640 "EHLO smtp-fw-9102.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726188AbgFEJ0B (ORCPT ); Fri, 5 Jun 2020 05:26:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1591349161; x=1622885161; h=from:to:cc:subject:date:message-id:mime-version; bh=bw6+ijwEqZdeFOyRofC8/OSsEoPTXed1r76n2KoBuk8=; b=FHWIp24jZmX9kY+KpUNPbQe5QaiMu7IpwDAxlA7i22uNJXXqoaIj39Va RlwCe19PkZ1gXB7Kw84LNl3Pels2Kc2ghWMYDmpjG+LB54pxocnwBQWkK 1FKDY3Ok65z3i0722N/rs2DyO6k4A2f2hfLL+5fnUOPu5yFH10oSAZAzu 0=; IronPort-SDR: Rv4x+duE8FNRcJvPz3Jbgh4BJlUeQ5c+chSvXk2zbSzM2ovhjSQawOjgS14XLoXhzuVzGUfQFy i0g+1Ga1KQCA== X-IronPort-AV: E=Sophos;i="5.73,475,1583193600"; d="scan'208";a="50028990" Received: from sea32-co-svc-lb4-vlan3.sea.corp.amazon.com (HELO email-inbound-relay-1e-27fb8269.us-east-1.amazon.com) ([10.47.23.38]) by smtp-border-fw-out-9102.sea19.amazon.com with ESMTP; 05 Jun 2020 09:25:59 +0000 Received: from EX13MTAUEA002.ant.amazon.com (iad55-ws-svc-p15-lb9-vlan3.iad.amazon.com [10.40.159.166]) by email-inbound-relay-1e-27fb8269.us-east-1.amazon.com (Postfix) with ESMTPS id 5D6C1A2179; Fri, 5 Jun 2020 09:25:58 +0000 (UTC) Received: from EX13D31EUA001.ant.amazon.com (10.43.165.15) by EX13MTAUEA002.ant.amazon.com (10.43.61.77) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 5 Jun 2020 09:25:41 +0000 Received: from u886c93fd17d25d.ant.amazon.com (10.43.162.200) by EX13D31EUA001.ant.amazon.com (10.43.165.15) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 5 Jun 2020 09:25:35 +0000 From: SeongJae Park To: CC: , , , SeongJae Park Subject: [PATCH 0/2] Trivial fixups Date: Fri, 5 Jun 2020 11:25:00 +0200 Message-ID: <20200605092502.18018-1-sjpark@amazon.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.43.162.200] X-ClientProxiedBy: EX13D32UWB003.ant.amazon.com (10.43.161.220) To EX13D31EUA001.ant.amazon.com (10.43.165.15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: SeongJae Park This patchset fixes a potential problem in idle page tracking and adds more typos in the scripts/spelling.txt. The problem and the typos were found during my DAMON[1] work. This patchset is based on next/akpm. [1] https://lore.kernel.org/linux-mm/20200602130125.20467-1-sjpark@amazon.com/ SeongJae Park (2): mm/page_idle.c: Skip offline pages scripts/spelling: Add a few more typos mm/page_idle.c | 7 ++----- scripts/spelling.txt | 9 +++++++++ 2 files changed, 11 insertions(+), 5 deletions(-) -- 2.17.1