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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3185DC77B7C for ; Tue, 9 May 2023 20:46:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230166AbjEIUqN (ORCPT ); Tue, 9 May 2023 16:46:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38416 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229534AbjEIUqM (ORCPT ); Tue, 9 May 2023 16:46:12 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 813AF2110; Tue, 9 May 2023 13:46:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=kCdk2cX8L2MN43rb5MxNNov65UyV2OH8ru0XyISmXUI=; b=K7upsmYH2eNpceBwZDvkKsjAT+ 4vmnhZzUe6LJmKL5J95AraOcNy1gmtWq41lmziOVtI7zdlMRTcGcudRW+OikG6taddJ1oNrcCkZpf wIFvqKLs7A8HUbxqxo2Yjhi7LQ0urLBbkeq19KXloG+ON+kDXtBmyXpDRSg+VF/N+UfR1Z3bzQeVZ aofTqZ1uEH/bXHbmaScnXZ2SEsg9jhlj5xpJd2rAnmyU3Wo/tc1hjCNwT919l8VVInPw4qW8uczvd vGu2zKtUDzXa/1WG3N1dNzkflPSN7NggpLf9nJ+XJYMyMQTxajkMhr9TibN6mtP3p0hzjuEu2Zqr2 i2ykeQvg==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1pwUDp-004Div-0e; Tue, 09 May 2023 20:46:09 +0000 Date: Tue, 9 May 2023 13:46:09 -0700 From: Christoph Hellwig To: Kent Overstreet Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-bcachefs@vger.kernel.org, Kent Overstreet , Andrew Morton , Uladzislau Rezki , Christoph Hellwig , linux-mm@kvack.org Subject: Re: [PATCH 07/32] mm: Bring back vmalloc_exec Message-ID: References: <20230509165657.1735798-1-kent.overstreet@linux.dev> <20230509165657.1735798-8-kent.overstreet@linux.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230509165657.1735798-8-kent.overstreet@linux.dev> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-bcachefs@vger.kernel.org On Tue, May 09, 2023 at 12:56:32PM -0400, Kent Overstreet wrote: > From: Kent Overstreet > > This is needed for bcachefs, which dynamically generates per-btree node > unpack functions. No, we will never add back a way for random code allocating executable memory in kernel space.