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 ACB56C25B6B for ; Tue, 24 Oct 2023 16:30: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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=PwiSHnLHxxDN6AaHbqQEdDAUSLs5yqcTYksyw6vLAr0=; b=dLl4F3t5nZZNlY Tle/H2g4w7A0nvwIsUcR0reTVvjPEI8c3xy51RsW9lF6xeWaQVh0jiF2fLPw072uUNoQlVtvWRFYh 7f9kLHKlrLPRV/HZBB6qbIu7E+CUlR1kwZzS2SXlsY1JgukFsZLFLvI3seF0OBqHCScPfNJli+Eat dSepB8I5xtb5AbPivD/geQF7mpgHNFHWkDyPn2EftIE3dGb/TiVL27loI5qRBHGvtC1Oaj741+7S/ nJa4x0QcWs7JFdJB3OMulaOdAAtH5Mp+kxD3IISHDJ/uoFDEw+RBN4+kdLgO3c99NufKSePUTU3LN jW7OwZlya1jZ2MaCP5+g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qvKIH-00AU76-2u; Tue, 24 Oct 2023 16:30:13 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qvKIE-00AU5d-3B for linux-arm-kernel@lists.infradead.org; Tue, 24 Oct 2023 16:30:12 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 276BB62490; Tue, 24 Oct 2023 16:30:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E012C433C7; Tue, 24 Oct 2023 16:30:07 +0000 (UTC) From: Catalin Marinas To: will@kernel.org, arnd@arndb.de, Maria Yu Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@quicinc.com, linux-arm-msm@vger.kernel.org, ardb@kernel.org Subject: Re: [PATCH v2] arm64: module: PLT allowed even !RANDOM_BASE Date: Tue, 24 Oct 2023 17:30:05 +0100 Message-Id: <169816491209.2944710.1720191649238915264.b4-ty@arm.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231024010954.6768-1-quic_aiquny@quicinc.com> References: <20231024010954.6768-1-quic_aiquny@quicinc.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231024_093011_063466_FF5028D6 X-CRM114-Status: UNSURE ( 6.82 ) X-CRM114-Notice: Please train this message. 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, 24 Oct 2023 09:09:54 +0800, Maria Yu wrote: > Module PLT feature can be enabled even when RANDOM_BASE is disabled. > Break BLT entry counts of relocation types will make module plt entry > allocation fail and finally exec format error for even correct and plt > allocation available modules. > > Applied to arm64 (for-next/misc) with Mark's commit log. Thanks! [1/1] arm64: module: PLT allowed even !RANDOM_BASE https://git.kernel.org/arm64/c/d35686444fc8 -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel