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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 26043C76188 for ; Tue, 23 Jul 2019 06:25:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B74282238C for ; Tue, 23 Jul 2019 06:25:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563863151; bh=MW9Jhzg7AAdzp3kI4i76vEopm/i8PjZGoY+uy9Z2eqQ=; h=From:To:Cc:Subject:Date:List-ID:From; b=lOWemmODFbTfa7/ZKou6OMmLMzOfQroPLJCGMPFWuw4gCfzFTOj1rm//czUXqNQsq cXyDehjk4/lxx7/B+d80ut7ysXx0TDb7W5Cjtt0y3XV8bMfL2bN7YOxJKTrX5d0RD9 3AL/Bt2UtegsiCzlOftHO56WQZwDttGdNmeV0i9I= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730165AbfGWGZu (ORCPT ); Tue, 23 Jul 2019 02:25:50 -0400 Received: from mail-pg1-f195.google.com ([209.85.215.195]:33296 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729955AbfGWGZu (ORCPT ); Tue, 23 Jul 2019 02:25:50 -0400 Received: by mail-pg1-f195.google.com with SMTP id f20so9648215pgj.0; Mon, 22 Jul 2019 23:25:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=zbJ+A75JQxQCTNxDS14guL0hcpKTmg8kD79hd7R+RAs=; b=VXaKTLh2Ty2LrXCelx1lwyKW8OoUEN/m3yWWCHsLxRG7z43lLwUBmtnS5qW8dXGXy+ Su1gckxmF4bW33dT7/eHqSyoDiyUYIt2x0dZahvDO1IBPEGEGVZv4XPYbi45DCInN24Z vRtqPHpfPeQZVzkTUpz9IcWpsPkCrQqiabvE4Ht/ehGvV2Tr9e6OEBqmPzDqT1uchqlp BOq9aY7aTN1yYfuN9JoBD8sHrtXh/LKfyecVMNYBXWpQtYCefv6mT0r+hPAo6miXJKeZ RgRHdl1elYOJFuFZQwMLqBStRr+pvGJDFdpIpTwW8QitsquQSdnK2W07aHtxdxu2j1N8 ktIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; bh=zbJ+A75JQxQCTNxDS14guL0hcpKTmg8kD79hd7R+RAs=; b=hmrW5FY6C7tzrrlCg6yay5wh0K3dZz2WCEbUgs8rov48D/3Xylot/wC9cZYdMkXyI4 icIY5c0OrYmA7YjhmVheKdVVv9W8seu9RW8my0ACMMFOnkZME2DfDRNbNb5wqsSUPP3T syl+IF7+7P797GzdOPjmKfbIc+Vfe9dO4IMcysAAlFICu19CUpmH67DjMfWJXH9CY2Wu zZX7j6rXHvgBVWETLbBlNNOtSnr3YFFDHlGuTGomWZsBt7BI7XPWsXbWoJmJSzo7oCIy bKpbaoiDYAtavaqgChUcsQmGFAFTjyEXxhvdvqAgJJhWz9YdHra5IxRFA8p2li/JF+dz 75kA== X-Gm-Message-State: APjAAAWNVz4YRXAKD7MKBS/6ShORPewMKxfoMt9iFjLIsPy8scCrYSUM acSmBMuCaI+TV7SqaOhaIys= X-Google-Smtp-Source: APXvYqztpR2euBdATHntbmVMt8lNwOC2sf/vJyvbaGxMhj9uk0bgrZQ/wZaEfiw4f1tyhHg3Z4WT6Q== X-Received: by 2002:a65:4507:: with SMTP id n7mr72152681pgq.86.1563863148998; Mon, 22 Jul 2019 23:25:48 -0700 (PDT) Received: from bbox-2.seo.corp.google.com ([2401:fa00:d:0:98f1:8b3d:1f37:3e8]) by smtp.gmail.com with ESMTPSA id s66sm44630376pfs.8.2019.07.22.23.25.43 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 22 Jul 2019 23:25:47 -0700 (PDT) From: Minchan Kim To: Andrew Morton Cc: linux-mm , LKML , linux-api@vger.kernel.org, Michal Hocko , Johannes Weiner , Tim Murray , Joel Fernandes , Suren Baghdasaryan , Daniel Colascione , Shakeel Butt , Sonny Rao , oleksandr@redhat.com, hdanton@sina.com, lizeb@google.com, Dave Hansen , "Kirill A . Shutemov" , Minchan Kim Subject: [PATCH v6 0/5] Introduce MADV_COLD and MADV_PAGEOUT Date: Tue, 23 Jul 2019 15:25:34 +0900 Message-Id: <20190723062539.198697-1-minchan@kernel.org> X-Mailer: git-send-email 2.22.0.657.g960e92d24f-goog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch is part of previous series: https://lore.kernel.org/lkml/20190531064313.193437-1-minchan@kernel.org/ Originally, it was created for external madvise hinting feature. https://lkml.org/lkml/2019/5/31/463 Michal wanted to separte the discussion from external hinting interface so this patchset includes only first part of my entire patchset - introduce MADV_COLD and MADV_PAGEOUT hint to madvise. However, I keep entire description for others for easier understanding why this kinds of hint was born. Thanks. This patchset is against on mmotm-2019-07-18-16-08. Below is description of previous entire patchset. ================= &< ===================== - Background The Android terminology used for forking a new process and starting an app from scratch is a cold start, while resuming an existing app is a hot start. While we continually try to improve the performance of cold starts, hot starts will always be significantly less power hungry as well as faster so we are trying to make hot start more likely than cold start. To increase hot start, Android userspace manages the order that apps should be killed in a process called ActivityManagerService. ActivityManagerService tracks every Android app or service that the user could be interacting with at any time and translates that into a ranked list for lmkd(low memory killer daemon). They are likely to be killed by lmkd if the system has to reclaim memory. In that sense they are similar to entries in any other cache. Those apps are kept alive for opportunistic performance improvements but those performance improvements will vary based on the memory requirements of individual workloads. - Problem Naturally, cached apps were dominant consumers of memory on the system. However, they were not significant consumers of swap even though they are good candidate for swap. Under investigation, swapping out only begins once the low zone watermark is hit and kswapd wakes up, but the overall allocation rate in the system might trip lmkd thresholds and cause a cached process to be killed(we measured performance swapping out vs. zapping the memory by killing a process. Unsurprisingly, zapping is 10x times faster even though we use zram which is much faster than real storage) so kill from lmkd will often satisfy the high zone watermark, resulting in very few pages actually being moved to swap. - Approach The approach we chose was to use a new interface to allow userspace to proactively reclaim entire processes by leveraging platform information. This allowed us to bypass the inaccuracy of the kernel’s LRUs for pages that are known to be cold from userspace and to avoid races with lmkd by reclaiming apps as soon as they entered the cached state. Additionally, it could provide many chances for platform to use much information to optimize memory efficiency. To achieve the goal, the patchset introduce two new options for madvise. One is MADV_COLD which will deactivate activated pages and the other is MADV_PAGEOUT which will reclaim private pages instantly. These new options complement MADV_DONTNEED and MADV_FREE by adding non-destructive ways to gain some free memory space. MADV_PAGEOUT is similar to MADV_DONTNEED in a way that it hints the kernel that memory region is not currently needed and should be reclaimed immediately; MADV_COLD is similar to MADV_FREE in a way that it hints the kernel that memory region is not currently needed and should be reclaimed when memory pressure rises. * v5 - http://lore.kernel.org/lkml/20190714233401.36909-1-minchan@kernel.org * v4 - http://lore.kernel.org/lkml/20190711012528.176050-1-minchan@kernel.org * v3 - http://lore.kernel.org/lkml/20190627115405.255259-1-minchan@kernel.org * v2 - http://lore.kernel.org/lkml/20190610111252.239156-1-minchan@kernel.org * v1 - http://lore.kernel.org/lkml/20190603053655.127730-1-minchan@kernel.org Minchan Kim (5): mm: introduce MADV_COLD mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM mm: account nr_isolated_xxx in [isolate|putback]_lru_page mm: introduce MADV_PAGEOUT mm: factor out common parts between MADV_COLD and MADV_PAGEOUT include/linux/swap.h | 2 + include/uapi/asm-generic/mman-common.h | 2 + mm/compaction.c | 2 - mm/gup.c | 7 +- mm/internal.h | 2 +- mm/khugepaged.c | 3 - mm/madvise.c | 274 ++++++++++++++++++++++++- mm/memory-failure.c | 3 - mm/memory_hotplug.c | 4 - mm/mempolicy.c | 6 +- mm/migrate.c | 37 +--- mm/oom_kill.c | 2 +- mm/swap.c | 42 ++++ mm/vmscan.c | 83 +++++++- 14 files changed, 404 insertions(+), 65 deletions(-) -- 2.22.0.657.g960e92d24f-goog