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 Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69767C433F5 for ; Wed, 19 Jan 2022 18:57:57 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 930426B0071; Wed, 19 Jan 2022 13:57:56 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 8DF316B0073; Wed, 19 Jan 2022 13:57:56 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 780656B0074; Wed, 19 Jan 2022 13:57:56 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0149.hostedemail.com [216.40.44.149]) by kanga.kvack.org (Postfix) with ESMTP id 64DAD6B0071 for ; Wed, 19 Jan 2022 13:57:56 -0500 (EST) Received: from smtpin20.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id 1D8038F876 for ; Wed, 19 Jan 2022 18:57:56 +0000 (UTC) X-FDA: 79047946152.20.B2E75DB Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [78.32.30.218]) by imf19.hostedemail.com (Postfix) with ESMTP id 37B0C1A0004 for ; Wed, 19 Jan 2022 18:57:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=cnpaAt1fKMl1zfeZ6oYSZ0wXrQMMc1n5lVigEXv+DUU=; b=R7DbELeFhBokcuMuG0IWS/h4e3 mVeVGr0jpJTj8M15zPOlAAmhKKqqRHsJfyvVRO8D9NdmzNDoN+CGiRgvIpZqhCZg0g8MdmLWZf69w QJ7aftts5mS1hksdw1nT2aXrZelA30IbNESeChq2H1cVerCJftjLduosZ10MeDMs0VwyTdz6h3Blh KqC1cpuBkDEtTroZfxD9XGiSoYgHYBe+aVqz8qleaxgT5jEdC2fCQC5oDO278Jy0FYcCmJB5ZZakF QwRrzAQoSaYRjXXyh8VUsZ9n+gwZ73qvIirmlq2W8B3abTRXJfCKkZCuvcR5LGVWWOJ8d5ht9k6L+ N7ehajQQ==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:56782) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nAG9N-00052m-QF; Wed, 19 Jan 2022 18:57:41 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1nAG9G-0005U9-Mi; Wed, 19 Jan 2022 18:57:34 +0000 Date: Wed, 19 Jan 2022 18:57:34 +0000 From: "Russell King (Oracle)" To: Matthew Wilcox Cc: Robin Murphy , Yury Norov , Catalin Marinas , Will Deacon , Andrew Morton , Nicholas Piggin , Ding Tianhong , Anshuman Khandual , Alexey Klimov , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH] vmap(): don't allow invalid pages Message-ID: References: <20220118235244.540103-1-yury.norov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Authentication-Results: imf19.hostedemail.com; dkim=pass header.d=armlinux.org.uk header.s=pandora-2019 header.b=R7DbELeF; dmarc=pass (policy=none) header.from=armlinux.org.uk; spf=none (imf19.hostedemail.com: domain of "linux+linux-mm=kvack.org@armlinux.org.uk" has no SPF policy when checking 78.32.30.218) smtp.mailfrom="linux+linux-mm=kvack.org@armlinux.org.uk" X-Stat-Signature: 1nz1dizdr1andb5ganug146bnowkcdt4 X-Rspamd-Queue-Id: 37B0C1A0004 X-Rspamd-Server: rspam12 X-HE-Tag: 1642618675-248770 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Wed, Jan 19, 2022 at 06:01:24PM +0000, Matthew Wilcox wrote: > On Wed, Jan 19, 2022 at 05:54:15PM +0000, Russell King (Oracle) wrote: > > On Wed, Jan 19, 2022 at 04:27:32PM +0000, Matthew Wilcox wrote: > > > On Wed, Jan 19, 2022 at 01:28:14PM +0000, Robin Murphy wrote: > > > > > + if (WARN_ON(!pfn_valid(page_to_pfn(page)))) > > > > > > > > Is it page_to_pfn() guaranteed to work without blowing up if page is invalid > > > > in the first place? Looking at the CONFIG_SPARSEMEM case I'm not sure that's > > > > true... > > > > > > Even if it does blow up, at least it's blowing up here where someone > > > can start to debug it, rather than blowing up on first access, where > > > we no longer have the invlid struct page pointer. > > > > > > I don't think we have a 'page_valid' function which will tell us whether > > > a random pointer is actually a struct page or not. > > > > Isn't it supposed to be: > > > > if (!pfn_valid(pfn)) { > > handle invalid pfn; > > } > > > > page = pfn_to_page(pfn); > > > > Anything else - even trying to convert an invalid page back to a pfn, > > could well be unreliable (sparsemem or discontigmem). > > This function is passed an array of pages. We have no way of doing > what you propose. You can't go from a struct page to "this is valid", it's too late by the time you call vmap() - that's my fundamental point. If the translation from a PFN to a struct page can return pointers to something that isn't a valid struct page, then it can also (with sparsemem) return a pointer to _another_ struct page that could well be valid depending on how the struct page arrays are laid out in memory. To repeat: once you have a struct page, it's too late to determine if the struct page is valid. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!