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 X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8CA3FC282C7 for ; Sat, 26 Jan 2019 17:57:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5C7F5218B0 for ; Sat, 26 Jan 2019 17:57:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548525478; bh=rolQoMhNFfvvT6b0Uhuu8ty+StKWOj0A1gJB2OJxDf4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=YBmUFdJRyeeTWE9u3m452YUG3hV50evdUSHbmrhIU0E/hUI1mxuYlUbIaiunUZ3BX nZd8XsQ8LH880K8o8XlwOQYcPi7p8L6XMNySsFyQ6DQXMmWcT7/lPgrODEaTh6lNIX y3J9exQyBXbOg1DangI9Q4nfyolInuGV/iLw9Evw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726155AbfAZR55 (ORCPT ); Sat, 26 Jan 2019 12:57:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:59732 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726089AbfAZR55 (ORCPT ); Sat, 26 Jan 2019 12:57:57 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BD1B22184C; Sat, 26 Jan 2019 17:57:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548525477; bh=rolQoMhNFfvvT6b0Uhuu8ty+StKWOj0A1gJB2OJxDf4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JFH4uSe1Tju3IoVFtCO4rMV8uy/FWfslcXZaWSZ4SeiK7fqNGJX49kB7ZUImHjt0C p0GngmP7iaWHvNfW7ZElNywb2GpoY2LogHvpLulRFbLh6/5BZ9DdFkAOPEvwh18uUn LLZ6gJg5ejqi84dN0QjVe0Ro7zohbNIlQy5YjxZ8= Date: Sat, 26 Jan 2019 12:57:55 -0500 From: Sasha Levin To: David Long Cc: stable@vger.kernel.org, Russell King - ARM Linux , Florian Fainelli , Julien Thierry , Tony Lindgren , Marc Zyngier , Greg KH , Mark Brown Subject: Re: [PATCH 4.20 1/1] ARM: fix the cockup in the previous patch Message-ID: <20190126175755.GA30183@sasha-vm> References: <20190125224037.4787-1-dave.long@linaro.org> <20190125224037.4787-2-dave.long@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190125224037.4787-2-dave.long@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Jan 25, 2019 at 05:40:37PM -0500, David Long wrote: >From: Russell King > >Commit d6951f582cc50ba0ad22ef46b599740966599b14 upstream. > >The intention in the previous patch was to only place the processor >tables in the .rodata section if big.Little was being built and we >wanted the branch target hardening, but instead (due to the way it >was tested) it ended up always placing the tables into the .rodata >section. > >Although harmless, let's correct this anyway. > >Fixes: 3a4d0c2172bc ("ARM: ensure that processor vtables is not lost after boot") >Signed-off-by: Russell King >Signed-off-by: David A. Long Queued for 4.20, thank you. -- Thanks, Sasha