All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] System-wide mute of hotplug lockdep during init
@ 2018-12-19 18:23 ` Valentin Schneider
  0 siblings, 0 replies; 14+ messages in thread
From: Valentin Schneider @ 2018-12-19 18:23 UTC (permalink / raw)
  To: linux-kernel
  Cc: cai, daniel.lezcano, linux-arm-kernel, longman, marc.zyngier,
	mark.rutland, mingo, peterz, tglx, dietmar.eggemann

In [1] Peter had a suggestion to broadly mute hotplug lockdep warnings during
init instead of going after every single warning and wrapping them with
cpus_read_{lock, unlock}(). This is implemented in [PATCH 1/2].

[PATCH 2/2] is a logical follow-up as [PATCH 1/2] is the generalized version
of the reverted patch.

[1]: https://lore.kernel.org/lkml/1543877121-4098-1-git-send-email-cai@gmx.us/#t

Valentin Schneider (2):
  cpu/hotplug: Mute hotplug lockdep during init
  Revert "sched/core: Take the hotplug lock in sched_init_smp()"

 kernel/cpu.c        | 9 +++++++++
 kernel/sched/core.c | 5 +----
 2 files changed, 10 insertions(+), 4 deletions(-)

--
2.7.4


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-01-21 11:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-19 18:23 [PATCH 0/2] System-wide mute of hotplug lockdep during init Valentin Schneider
2018-12-19 18:23 ` Valentin Schneider
2018-12-19 18:23 ` [PATCH 1/2] cpu/hotplug: Mute " Valentin Schneider
2018-12-19 18:23   ` Valentin Schneider
2018-12-19 18:31   ` Marc Zyngier
2018-12-19 18:31     ` Marc Zyngier
2019-01-21 11:30   ` [tip:locking/core] " tip-bot for Valentin Schneider
2018-12-19 18:23 ` [PATCH 2/2] Revert "sched/core: Take the hotplug lock in sched_init_smp()" Valentin Schneider
2018-12-19 18:23   ` Valentin Schneider
2019-01-21 11:30   ` [tip:locking/core] " tip-bot for Valentin Schneider
2019-01-11  9:53 ` [PATCH 0/2] System-wide mute of hotplug lockdep during init Valentin Schneider
2019-01-11  9:53   ` Valentin Schneider
2019-01-11 13:01   ` Peter Zijlstra
2019-01-11 13:01     ` Peter Zijlstra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.