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 D1C35C4332F for ; Tue, 8 Nov 2022 19:55:03 +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=cqtK9VxL+fIEgPt/U9sutj/Ebr4/JuHiXoePedlIrAE=; b=QmipiYpxaTYpQt IP9hCMssFrOeWkWgc9I4YIIzfkQ3a+vz9c0c+F5mZ/IiRH+LRc8ogf9PpdlX1WQ+ZEzoqMKxq07Mh qGGvg+phv36li/grfBeavdmhsbY038qrPHY0CjxtZzB6We7Mjh5aQS/k2CbtRMoCEfWoXOXIWFfoF Th7m+c2XLNmrzZcqPzDwHezqlF7fTcGQ0SWqlIoRyNQYh02D/DhjTC4MtPNI26UGntY8cJPlR9Aun eADdtDJOAHWmZ2smXqQ8ELOkAUoIxUT7zCoAVadiNy3jPZAKcpYozag8IKU1esXfI8WiAOzEEAV1D 8sy2vyqb4E1adCkDI5nA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1osUfH-0087E7-0s; Tue, 08 Nov 2022 19:53:43 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1osUf7-0087CK-QG for linux-arm-kernel@lists.infradead.org; Tue, 08 Nov 2022 19:53:38 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5FC3361767; Tue, 8 Nov 2022 19:53:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2F9FC433D6; Tue, 8 Nov 2022 19:53:31 +0000 (UTC) From: Catalin Marinas To: Ard Biesheuvel , linux-arm-kernel@lists.infradead.org Cc: Will Deacon , mark.rutland@arm.com Subject: Re: [PATCH] arm64: fix rodata=full again Date: Tue, 8 Nov 2022 19:53:29 +0000 Message-Id: <166792564906.3289912.17041147054373127041.b4-ty@arm.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221103170015.4124426-1-ardb@kernel.org> References: <20221103170015.4124426-1-ardb@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221108_115333_913395_314FE3AA X-CRM114-Status: GOOD ( 11.47 ) 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 Thu, 3 Nov 2022 18:00:15 +0100, Ard Biesheuvel wrote: > Commit 2e8cff0a0eee87b2 ("arm64: fix rodata=full") addressed a couple of > issues with the rodata= kernel command line option, which is not a > simple boolean on arm64, and inadvertently got broken due to changes in > the generic bool handling. > > Unfortunately, the resulting code never clears the rodata_full boolean > variable if it defaults to true and rodata=on or rodata=off is passed, > as the generic code is not aware of the existence of this variable. > > [...] Applied to arm64 (for-next/fixes), thanks! [1/1] arm64: fix rodata=full again https://git.kernel.org/arm64/c/2081b3bd0c11 -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel