Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1632801

[PATCHv3 0/2] arm64: fix hotplug rwsem boot fallout

From Mark Rutland <mark.rutland@arm.com>
Newsgroups linux.kernel
Subject [PATCHv3 0/2] arm64: fix hotplug rwsem boot fallout
Date 2017-04-28 13:10 +0200
Message-ID <tBbWF-6wF-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

These patches fix a boot issue seen on some arm64 platforms as a result of the
hotplug rwsem rework.

Thomas, would you be able to take these into the tip smp/hotplug branch?

Will has acked the arm64 part, and is happy for this to go via tip [1].

I've tested this atop of the tip smp/hotplug branch, and with the arm64
for-next/core branch merged in, which git handles automatically. In both cases,
it builds cleanly and boots fine on Juno R1.

Thanks,
Mark.

Since v1 [2]:
* Fix update_cpu_capabilities() by splitting boot/secondary

Since v2 [3]:
* Align on _cpuslocked naming
* Avoid duplicating workaround string
* Add Will's Acked-by

[1] https://lkml.kernel.org/r/20170427180104.GO1890@arm.
[2] https://lkml.kernel.org/r/20170427154806.GA6646@leverpostej
[3] https://lkml.kernel.org/r/1493315077-19496-3-git-send-email-mark.rutland@arm.com

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 |  3 ++-
 arch/arm64/kernel/cpu_errata.c      |  9 ++++++++-
 arch/arm64/kernel/cpufeature.c      |  5 ++++-
 include/linux/jump_label.h          |  7 +++++++
 kernel/jump_label.c                 | 10 ++++++++++
 5 files changed, 31 insertions(+), 3 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCHv3 0/2] arm64: fix hotplug rwsem boot fallout Mark Rutland <mark.rutland@arm.com> - 2017-04-28 13:10 +0200
  [PATCHv3 2/2] arm64: cpufeature: use static_branch_enable_cpuslocked() Mark Rutland <mark.rutland@arm.com> - 2017-04-28 13:10 +0200
    [tip:smp/hotplug] arm64/cpufeature: Use  static_branch_enable_cpuslocked() tip-bot for Mark Rutland <tipbot@zytor.com> - 2017-04-30 11:50 +0200
  [PATCHv3 1/2] jump_label: Provide static_key_[enable|/slow_inc]_cpuslocked() Mark Rutland <mark.rutland@arm.com> - 2017-04-28 13:10 +0200
    [tip:smp/hotplug] jump_label: Provide  static_key_[enable|/slow_inc]_cpuslocked() tip-bot for Sebastian Andrzej Siewior <tipbot@zytor.com> - 2017-04-30 11:50 +0200
  Re: [PATCHv3 0/2] arm64: fix hotplug rwsem boot fallout Mark Rutland <mark.rutland@arm.com> - 2017-05-10 20:20 +0200
    Re: [PATCHv3 0/2] arm64: fix hotplug rwsem boot fallout Thomas Gleixner <tglx@linutronix.de> - 2017-05-10 22:10 +0200
      Re: [PATCHv3 0/2] arm64: fix hotplug rwsem boot fallout Thomas Gleixner <tglx@linutronix.de> - 2017-05-11 10:40 +0200
        Re: [PATCHv3 0/2] arm64: fix hotplug rwsem boot fallout Mark Rutland <mark.rutland@arm.com> - 2017-05-11 11:40 +0200
          Re: [PATCHv3 0/2] arm64: fix hotplug rwsem boot fallout Thomas Gleixner <tglx@linutronix.de> - 2017-05-11 12:10 +0200
            Re: [PATCHv3 0/2] arm64: fix hotplug rwsem boot fallout Mark Rutland <mark.rutland@arm.com> - 2017-05-11 15:00 +0200

csiph-web