From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E224F3C5DB3; Thu, 12 Mar 2026 21:23:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773350600; cv=none; b=J1TKLbEnR7f2+pzyHgqsTUcNPc+V9lCZ4ka5B54XXPVZZm4GXsy1Vf5WQCe2dQeNwpYQamzdvZHOHyAbUEb7AwXZ6bWy8z9vR7c9nibksCJ9id5/TIeeRIydKCVqm1AvW9R7NL1ZRlcGE/+l62KkyFt8L0A74GIEZfWLTQj1S7A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773350600; c=relaxed/simple; bh=HZSrZjttw5gIUDbdiKoMciwBk/FMfdKMYI3liALwtx4=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=hmD1xpX7+TF7pjPHVouCUZ3hMrbiCpFqZu+OK2n789aHVc0HsVocP+cV1XBCAHDp5IB3I6boqru9CdsdkHaEmRqdxFvvcoBcr456RuRros8qv9G6tcxGKi7LwnNVJbdxladA39wWmnyD/u0NHts5MNZnNl2Y8X2uAe5sR2CAErk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=EYhKsPwq; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="EYhKsPwq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 740EDC4CEF7; Thu, 12 Mar 2026 21:23:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1773350599; bh=HZSrZjttw5gIUDbdiKoMciwBk/FMfdKMYI3liALwtx4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=EYhKsPwqoBLREVvoZGgMgVZ6fu+bk+U2fKxToofPR2Up6V9uTgSYZfuyjhIb7C3ZE 7oPxkujHeeUdd441hNsgqAm8c7M0uwByLtnOWXAMkXuUFJ05Rb/GBA1Y8B9jmAfc8h IikXAtFu3AD5I04crV7xx4fJQZ2Bm8TZEbEULr8U= Date: Thu, 12 Mar 2026 14:23:14 -0700 From: Andrew Morton To: "Lorenzo Stoakes (Oracle)" Cc: Jonathan Corbet , Clemens Ladisch , Arnd Bergmann , Greg Kroah-Hartman , "K . Y . Srinivasan" , Haiyang Zhang , Wei Liu , Dexuan Cui , Long Li , Alexander Shishkin , Maxime Coquelin , Alexandre Torgue , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Bodo Stroesser , "Martin K . Petersen" , David Howells , Marc Dionne , Alexander Viro , Christian Brauner , Jan Kara , David Hildenbrand , "Liam R . Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Jann Horn , Pedro Falcato , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-hyperv@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-mtd@lists.infradead.org, linux-staging@lists.linux.dev, linux-scsi@vger.kernel.org, target-devel@vger.kernel.org, linux-afs@lists.infradead.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, Ryan Roberts Subject: Re: [PATCH 00/15] mm: expand mmap_prepare functionality and usage Message-Id: <20260312142314.0f7fc516c0ebaffa6ec9fa7c@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 12 Mar 2026 20:27:15 +0000 "Lorenzo Stoakes (Oracle)" wrote: > This series expands the mmap_prepare functionality, which is intended to > replace the deprecated f_op->mmap hook which has been the source of bugs > and security issues for some time. Thanks, I've added this to mm.git's mm-new branch.