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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 52EADC77B7A for ; Tue, 30 May 2023 10:38:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=VSc2kixgQ5Zh0Wa0Wuaw1Pco8xeI+pk8+PYg4fblv1w=; b=vVb/YWbi4CZpOO wI65drjjTg7ogwcMf/q1ZCVMbFqFYTXNZtbm7yEhxCPMv0Lj/30nJ9ZL1WJ6D3FoFcGlTwAZJcR3e 7GmG+O98iveMTljpEpdcuMdCK+yP4ynqLA2Lk82FH67aT33Iiy4AUl2PScuF0pf3wL3NqfrfEgw3C C243PuWSTkSal7/atmj1+9UIGQRRtWCzZMy5IykRin0D6l6dvRkQrXfbSF7ZGucmgcDhX5iFAqXpn LKVv8uMdsi8rpsUVIBNSyFAQeJnbWXv69Q9lK6wdk1GA/S5nU2SaEFl4lRiuJyyAktB7HCbAqDy2u PUjkyh6colx4pWBeF1uA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q3wk4-00DPAg-2H; Tue, 30 May 2023 10:38:16 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q3wk1-00DP9n-1h for linux-arm-kernel@lists.infradead.org; Tue, 30 May 2023 10:38:15 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A96AFAB6; Tue, 30 May 2023 03:38:55 -0700 (PDT) Received: from FVFF77S0Q05N (unknown [10.57.25.100]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B822A3F67D; Tue, 30 May 2023 03:38:08 -0700 (PDT) Date: Tue, 30 May 2023 11:38:04 +0100 From: Mark Rutland To: Ard Biesheuvel Cc: linux-arm-kernel@lists.infradead.org, akpm@linux-foundation.org, andreyknvl@google.com, catalin.marinas@arm.com, dvyukov@google.com, glider@google.com, ryabinin.a.a@gmail.com, sdonthineni@nvidia.com, will@kernel.org Subject: Re: [PATCH v2 0/6] arm64: module: improve module VA range selection Message-ID: References: <20230512152210.3072475-1-mark.rutland@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230530_033813_609783_BC2336B4 X-CRM114-Status: GOOD ( 13.20 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, May 30, 2023 at 12:31:54PM +0200, Ard Biesheuvel wrote: > On Fri, 12 May 2023 at 17:22, Mark Rutland wrote: > > > > This series (based on v6.4-rc1) aims to make arm64's module allocation > > code more robust. [...] > > Mark Rutland (6): > > arm64: module: remove old !KASAN_VMALLOC logic > > arm64: kasan: remove !KASAN_VMALLOC remnants > > arm64: kaslr: split kaslr/module initialization > > arm64: module: move module randomization to module.c > > arm64: module: mandate MODULE_PLTS > > arm64: module: rework module VA range selection > > For the series, > > Reviewed-by: Ard Biesheuvel Thanks! > (I spotted some typos in the commit log somewhere, please refer to my > other reply) Sorry about that; I spotted a few more when fixing that up, so I'll check the entire series and post a v3 with all of that corrected. Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel