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=-3.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT 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 983DCC282C0 for ; Fri, 25 Jan 2019 22:40:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 66A00218D0 for ; Fri, 25 Jan 2019 22:40:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linaro.org header.i=@linaro.org header.b="LzywHCWq" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726218AbfAYWkk (ORCPT ); Fri, 25 Jan 2019 17:40:40 -0500 Received: from mail-qt1-f195.google.com ([209.85.160.195]:43714 "EHLO mail-qt1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726179AbfAYWkk (ORCPT ); Fri, 25 Jan 2019 17:40:40 -0500 Received: by mail-qt1-f195.google.com with SMTP id i7so12452591qtj.10 for ; Fri, 25 Jan 2019 14:40:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=jzYgQ/A/hdaYQd6EVmRJ+0LGsPwWt+JThO2NM9wa6qI=; b=LzywHCWqk+1agd6vCjJXR4Zo6AgyBbrEAiZDIHh+q2l2aNWsFqoglVUdRBe9xW/o3B MyZ/4fwfhKCCxIrKUDrtK1d9SbsxQbBc9fPSDGSM1FPE/pJdA/1UUORxI0J2M65z+mEx SlM4ekFMxnmXUVyJQBpPjDBJSnrsGW2/WEkSk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=jzYgQ/A/hdaYQd6EVmRJ+0LGsPwWt+JThO2NM9wa6qI=; b=buAM5JDU8NR6o1bCOFHTzyyBCbzYSEVHi44I1bngWm/xJGLHGJr/EyNC9g9lOpli3B awEQDK9MeGQoBfhUy92oJJ8RVkiaj2XfutWYxv4a6xH+UU4YuHyMqYUIuvzS+RpVsQJt a5MSE5vUm96GxBi0sdW5o5odFQ+IhBnycmSTQ8F0A9F5KmiDqOPW04M4oXQsdEoF51Qs mWLm7R2rJLih65cF8qFPN8H3SoT5OzRZd8oE+UcU1xz8m+z+s+LzRwiQeCIitYzq2+D5 7axO7DtAOHetxckPD9OyoLnvA0ocHdyYq73PMjaa9Hz+oBrFTYccm17GdDw5K9fHMES5 VHqw== X-Gm-Message-State: AJcUukcRCWcUPxGZLJmW4PzG7zgrxEy2ZQp7kkmmu7KO3b0wZH2jBXQC ehvFUJjr5T7nFyuwqbNSiHy1Pu/kDu8= X-Google-Smtp-Source: ALg8bN6/foc8aQWpy/5UlA4kEazjDo2P8VyNPjT5FOEywCgyVCDz3Q2F2nD+z5WJS93sJgeNz0JlZQ== X-Received: by 2002:a0c:e789:: with SMTP id x9mr12110482qvn.245.1548456039361; Fri, 25 Jan 2019 14:40:39 -0800 (PST) Received: from localhost.localdomain (pool-72-71-243-63.cncdnh.fast00.myfairpoint.net. [72.71.243.63]) by smtp.googlemail.com with ESMTPSA id q38sm73052296qtj.65.2019.01.25.14.40.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Jan 2019 14:40:38 -0800 (PST) From: David Long To: stable@vger.kernel.org, Russell King - ARM Linux , Florian Fainelli , Julien Thierry , Tony Lindgren , Marc Zyngier Cc: Greg KH , Mark Brown Subject: [PATCH 4.20 0/1] Fix regression from arm spectre patch series Date: Fri, 25 Jan 2019 17:40:36 -0500 Message-Id: <20190125224037.4787-1-dave.long@linaro.org> X-Mailer: git-send-email 2.17.1 Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: "David A. Long" Backport upstream patch for regression introduced from spectre patch series. This was run through kernelci testing. Also the kernel was built with and without BIG_LITTLE and the symbol table was examined to verify the processor tables do not go into .rodata when BIG_LITTLE=n. Russell King (1): ARM: fix the cockup in the previous patch arch/arm/mm/proc-macros.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.17.1