linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] sched: rseq mm_cid updates
@ 2024-04-15 15:21 Mathieu Desnoyers
  2024-04-15 15:21 ` [PATCH 1/2] sched: Add missing memory barrier in switch_mm_cid Mathieu Desnoyers
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Mathieu Desnoyers @ 2024-04-15 15:21 UTC (permalink / raw)
  To: Ingo Molnar, Peter Zijlstra
  Cc: linux-kernel, Mathieu Desnoyers, Steven Rostedt, Vincent Guittot,
	Juri Lelli, Dietmar Eggemann, Ben Segall, Mel Gorman,
	Daniel Bristot de Oliveira, Valentin Schneider, levi . yun,
	Catalin Marinas, Mark Rutland, Will Deacon, Aaron Lu,
	Thomas Gleixner, Borislav Petkov, Dave Hansen, H. Peter Anvin,
	Arnd Bergmann, Andrew Morton, linux-arch, linux-mm, x86

Hi,

This patch series consists of 2 patches. It is based on v6.9-rc4.

- A fix aiming for v6.9-rc (to be backported to stable kernels):
  "sched: Add missing memory barrier in switch_mm_cid"

- An improvement patch aiming for v6.10:
  "sched: Move mm_cid code from sched.h to core.c"

Thanks,

Mathieu

Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Vincent Guittot <vincent.guittot@linaro.org>
Cc: Juri Lelli <juri.lelli@redhat.com>
Cc: Dietmar Eggemann <dietmar.eggemann@arm.com>
Cc: Ben Segall <bsegall@google.com>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Daniel Bristot de Oliveira <bristot@redhat.com>
Cc: Valentin Schneider <vschneid@redhat.com>
Cc: levi.yun <yeoreum.yun@arm.com>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Aaron Lu <aaron.lu@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-arch@vger.kernel.org
Cc: linux-mm@kvack.org
Cc: x86@kernel.org

Mathieu Desnoyers (2):
  sched: Add missing memory barrier in switch_mm_cid
  sched: Move mm_cid code from sched.h to core.c

 arch/x86/include/asm/barrier.h |   3 +
 include/asm-generic/barrier.h  |   8 +
 kernel/sched/core.c            | 277 ++++++++++++++++++++++++++++++---
 kernel/sched/sched.h           | 237 +---------------------------
 4 files changed, 270 insertions(+), 255 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-04-16 14:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-15 15:21 [PATCH 0/2] sched: rseq mm_cid updates Mathieu Desnoyers
2024-04-15 15:21 ` [PATCH 1/2] sched: Add missing memory barrier in switch_mm_cid Mathieu Desnoyers
2024-04-15 15:21 ` [PATCH 2/2] sched: Move mm_cid code from sched.h to core.c Mathieu Desnoyers
2024-04-16 12:21 ` [PATCH 0/2] sched: rseq mm_cid updates Ingo Molnar
2024-04-16 14:35   ` Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox