Received: by 2002:a05:6a10:9e8c:0:0:0:0 with SMTP id y12csp132041pxx; Wed, 28 Oct 2020 00:04:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyu/sOdNdHUjz9mF8tr9LF6OeUUEJNJamRseTW+72XPQSpp6bIdy6IC9T8zfSXqc/gAboc9 X-Received: by 2002:aa7:c910:: with SMTP id b16mr6099566edt.286.1603868652947; Wed, 28 Oct 2020 00:04:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603868652; cv=none; d=google.com; s=arc-20160816; b=PjQuJOH4c6jYbkey3QArX0+xOpPQunvFZok8znRl5NWNDm+3mvhGFgGzD4PNdWtGo0 MBSRK2LL9KJxbBr9I8A0mjrR0QP74p9Dlbr5og5maV9HXb5RTQvhyY4jiBonWwi5id4x BdZY0kLQGCClI4jWP7dTFIO1+cMARS+ID56fqvYI6fSJY97dXBdCBFYg3C+NPApuDEfK aBHuArIK/3uJbpfawoyR0q8quaQJjyfKAb1SDoz+RjU8hAnQzSNvWwqr1CxtkYqQ0XPw sPJdBi8dX2RbfCWYsi8aBwTB1nqNW71YhtT7l5sK7f/HUnnXKE93uNDIdYt3Vj7wnlw+ 6nKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:subject:from :references:cc:to; bh=X5is7edpGAsDaZFW4+3njiDUDyp7fuymtOE700fwtOE=; b=p84p+QKq+MTMNvwpdu9QchTIc3l3/vKWQQh1r5++ojYlv7mn+wyq8ncZt2CRpzrXts OBKnBEpStWckW56CTyjI3KZklSOVsnWl/V0Mx0fgoysrro3PAOnuyIgdZU6ULk8u3AFg 3cEZWYdN9ahZv1TkvxODkxTj+J0PrYCXB/jVyjkfO/uaZMtuC4K5Xqe9xFfR8pkiVIV9 PGpjj8x2bMEpAUowUm+SCbqkaII9dmF17pfK757v+k97YG7mFFNglWbvIg5krtR1rKLQ BIcPBXi518OJZk1b1b/Wnirrxg1RfA4tl6Qb9vzJGpPKNv++mhmyV+eRkvHvpbFdPfwk pYbw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x18si2696576edl.321.2020.10.28.00.03.50; Wed, 28 Oct 2020 00:04:12 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2898893AbgJ0LFX (ORCPT + 99 others); Tue, 27 Oct 2020 07:05:23 -0400 Received: from mx2.suse.de ([195.135.220.15]:43474 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2896940AbgJ0LFW (ORCPT ); Tue, 27 Oct 2020 07:05:22 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id A7CD1AAF1; Tue, 27 Oct 2020 11:05:21 +0000 (UTC) To: David Hildenbrand , Andrew Morton Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Alexander Potapenko , Kees Cook , Michal Hocko , Mateusz Nosek References: <20201026173358.14704-1-vbabka@suse.cz> <20201026173358.14704-4-vbabka@suse.cz> <93ab79df-cf8c-294b-3ed1-8a563e4a452b@redhat.com> From: Vlastimil Babka Subject: Re: [PATCH 3/3] mm, page_alloc: reduce static keys in prep_new_page() Message-ID: <1fc7ec3a-367c-eb9f-1cb4-b9e015fea87c@suse.cz> Date: Tue, 27 Oct 2020 12:05:21 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.3 MIME-Version: 1.0 In-Reply-To: <93ab79df-cf8c-294b-3ed1-8a563e4a452b@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/27/20 10:10 AM, David Hildenbrand wrote: > On 26.10.20 18:33, Vlastimil Babka wrote: >> prep_new_page() will always zero a new page (regardless of __GFP_ZERO) when >> init_on_alloc is enabled, but will also always skip zeroing if the page was >> already zeroed on free by init_on_free or page poisoning. >> >> The latter check implemented by free_pages_prezeroed() can involve two >> different static keys. As prep_new_page() is really a hot path, let's introduce >> a single static key free_pages_not_prezeroed for this purpose and initialize it >> in init_mem_debugging(). > > Is this actually observable in practice? This smells like > micro-optimization to me. > > Also, I thought the whole reason for static keys is to have basically no > overhead at runtime, so I wonder if replacing two static key checks by a > single one actually makes *some* difference. You're right, the difference seems to be just a single NOP. The static key infrastructure seems to be working really well. (At least the asm inspection made me realize that kernel_poison_pages() is called unconditionally and the static key is checked inside, not inline so I'll be amending patch 2...) Initially I thought I would be reducing 3 keys to 1 in this patch, but I got the code wrong. So unless others think it's a readability improvements, we can drop this patch. Or we can also reconsider this whole optimization. If the point is to be paranoid and enable both init_on_free and init_on_alloc, should we trust that nobody wrote something after the clearing on free via use-after-free? :) Kees/Alex?