Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp5565963imm; Tue, 16 Oct 2018 12:16:23 -0700 (PDT) X-Google-Smtp-Source: ACcGV62gjc8DPQahSkadQ0r+ytnTyxRqXgVIQVImxkBfUd9jp32PByG91nv9QekD8vcxYp1F8C7a X-Received: by 2002:a65:6204:: with SMTP id d4-v6mr21214773pgv.121.1539717383491; Tue, 16 Oct 2018 12:16:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539717383; cv=none; d=google.com; s=arc-20160816; b=nYUlrlYjKjEvrTiBtgswK5EaygSPAb30f7oGeyk2ZdAX2EA4nFWUjKNVWnJhVb5i/Y o1+hOa+hIf05TVMG+Oa1ypqmslBKpgcGD1fJeA23ZY+HFFVf0n6z78okKCUBpx7T7uTn MEXPbIeoz5ytowoRkwjQ/fMMetAgJ+5WWQlwX3UPfqwZmck0gz1MWX5Z6jZIKhc8Egkb VI1nOn60mZkwEUY0mRGnF4pr1OsGoPnVzpTnH6ydXcrEHGVy/yfldhQsKZj1YzcSayGw xUQU6+nxoI8Bswwqux4blUcN2pgnWc8PC7GCjN0MLaCLpuMUos+08M/CIbty0w3b2Sp8 4eTg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=lvabIvk6pcWhlDRvOxah60wGvJ9SWJiMKUuw9Dr3NLc=; b=UP9UBe6y5+URcGiZMuDvTCD3sWkUP5EYhk61B1GJhhakyp4NrKt4TjoLrUxu2vTXkN X2KFyPZniQEE3y4kKm+7sSQbu3k1a13M5xDDYhQuyzyvHNR+2TF15Zin77vZNujYH7Rp w6pDHGJXAfbGWHqPbvAw1Xg2kBFeb9W1KCkLSy99rQLy5dSKUtXeeUMtXRpOfRa5sshb c6Lt+u9Lv/NqXuXuGOFjRQFc2uK3e9MvTqDbZP56FMMRmRGJcCtU3dn6uBQkRhIXZYt0 RSCeYRlWjCxzzrVawjpKcjQKy2G5TrG63yyy4n9tZdOv4c8b9aiMDUcGlHE31OK4uLAg UgZg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p9-v6si14433496pgm.560.2018.10.16.12.16.07; Tue, 16 Oct 2018 12:16:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727246AbeJQDFs (ORCPT + 99 others); Tue, 16 Oct 2018 23:05:48 -0400 Received: from mx2.suse.de ([195.135.220.15]:57560 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727006AbeJQDFr (ORCPT ); Tue, 16 Oct 2018 23:05:47 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id CBF5BAE86; Tue, 16 Oct 2018 19:13:53 +0000 (UTC) Date: Tue, 16 Oct 2018 21:13:50 +0200 From: Michal Hocko To: Chris Wilson Cc: Kuo-Hsin Yang , linux-kernel@vger.kernel.org, intel-gfx@lists.freedesktop.org, linux-mm@kvack.org, akpm@linux-foundation.org, peterz@infradead.org, dave.hansen@intel.com, corbet@lwn.net, hughd@google.com, joonas.lahtinen@linux.intel.com, marcheu@chromium.org, hoegsberg@chromium.org Subject: Re: [PATCH 2/2] drm/i915: Mark pinned shmemfs pages as unevictable Message-ID: <20181016191350.GA18839@dhcp22.suse.cz> References: <20181016174300.197906-1-vovoy@chromium.org> <20181016174300.197906-3-vovoy@chromium.org> <20181016182155.GW18839@dhcp22.suse.cz> <153971466599.22931.16793398326492316920@skylake-alporthouse-com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <153971466599.22931.16793398326492316920@skylake-alporthouse-com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 16-10-18 19:31:06, Chris Wilson wrote: > Quoting Michal Hocko (2018-10-16 19:21:55) > > On Wed 17-10-18 01:43:00, Kuo-Hsin Yang wrote: > > > The i915 driver use shmemfs to allocate backing storage for gem objects. > > > These shmemfs pages can be pinned (increased ref count) by > > > shmem_read_mapping_page_gfp(). When a lot of pages are pinned, vmscan > > > wastes a lot of time scanning these pinned pages. Mark these pinned > > > pages as unevictable to speed up vmscan. > > > > I would squash the two patches into the single one. One more thing > > though. One more thing to be careful about here. Unless I miss something > > such a page is not migrateable so it shouldn't be allocated from a > > movable zone. Does mapping_gfp_constraint contains __GFP_MOVABLE? If > > yes, we want to drop it as well. Other than that the patch makes sense > > with my very limited knowlege of the i915 code of course. > > They are not migrateable today. But we have proposed hooking up > .migratepage and setting __GFP_MOVABLE which would then include unlocking > the mapping at migrate time. if the mapping_gfp doesn't include __GFP_MOVABLE today then there is no issue I've had in mind. -- Michal Hocko SUSE Labs