From patchwork Thu Apr 27 17:44:35 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Rutland X-Patchwork-Id: 98292 Delivered-To: patch@linaro.org Received: by 10.140.109.52 with SMTP id k49csp214256qgf; Thu, 27 Apr 2017 10:45:34 -0700 (PDT) X-Received: by 10.99.98.134 with SMTP id w128mr7129289pgb.207.1493315133988; Thu, 27 Apr 2017 10:45:33 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 140si3140613pgg.414.2017.04.27.10.45.33; Thu, 27 Apr 2017 10:45:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1163850AbdD0Rp3 (ORCPT + 25 others); Thu, 27 Apr 2017 13:45:29 -0400 Received: from foss.arm.com ([217.140.101.70]:40436 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1163825AbdD0RpV (ORCPT ); Thu, 27 Apr 2017 13:45:21 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6C77E15A1; Thu, 27 Apr 2017 10:45:20 -0700 (PDT) Received: from leverpostej.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id B332D3F4FF; Thu, 27 Apr 2017 10:45:18 -0700 (PDT) From: Mark Rutland To: will.deacon@arm.com, catalin.marinas@arm.com, tglx@linutronix.de Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, bigeasy@linutronix.de, jbaron@akamai.com, mark.rutland@arm.com, peterz@infradead.org, rostedt@goodmis.org, suzuki.poulose@arm.com Subject: [PATCHv2 0/2] arm64: fix hotplug rwsem boot fallout Date: Thu, 27 Apr 2017 18:44:35 +0100 Message-Id: <1493315077-19496-1-git-send-email-mark.rutland@arm.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, These patches address a boot failure on arm64 observed when booting a kernel built with the hotplug rwsem changes currently queued in the tip smp/hotplug branch. I've given these a spin on Juno R1, which now boots happily. FWIW, I also did a test-merge with the arm64 for-next/core branch, which git was able to figure it out automatically. The result builds cleanly and boots without issue on Juno R1. Catalin/Will, assuming there are no further gotchas, are you happy for the arm64 patch to go via the tip tree? Thanks, Mark. Since v1 [1]: * Fix update_cpu_capabilities() by splitting boot/secondary [1] https://lkml.kernel.org/r/20170427154806.GA6646@leverpostej Mark Rutland (1): arm64: cpufeature: use static_branch_enable_cpuslocked() Sebastian Andrzej Siewior (1): jump_label: Provide static_key_[enable|/slow_inc]_cpuslocked() arch/arm64/include/asm/cpufeature.h | 5 +++-- arch/arm64/kernel/cpu_errata.c | 13 ++++++++++++- arch/arm64/kernel/cpufeature.c | 5 ++++- arch/arm64/kernel/smp.c | 7 +++---- include/linux/jump_label.h | 7 +++++++ kernel/jump_label.c | 10 ++++++++++ 6 files changed, 39 insertions(+), 8 deletions(-) -- 1.9.1