The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] RSEQ updates for 6.12
@ 2024-10-03 17:51 Mathieu Desnoyers
  2024-10-03 17:51 ` [PATCH 1/2] sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloads Mathieu Desnoyers
  2024-10-03 17:51 ` [PATCH 2/2] selftests/rseq: Adapt to glibc __rseq_size feature detection Mathieu Desnoyers
  0 siblings, 2 replies; 5+ messages in thread
From: Mathieu Desnoyers @ 2024-10-03 17:51 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar
  Cc: linux-kernel, Mathieu Desnoyers, Paul E. McKenney, Boqun Feng,
	Valentin Schneider, Mel Gorman, Steven Rostedt, Vincent Guittot,
	Dietmar Eggemann, Ben Segall, Yury Norov, Rasmus Villemoes

Hi Peter,

This series contains my rseq updates for 6.12.

It is based on tag v6.12-rc1.

Can you pick it up through the tip tree ?

Thanks,

Mathieu

Cc: "Paul E. McKenney" <paulmck@kernel.org>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: Valentin Schneider <vschneid@redhat.com>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Vincent Guittot <vincent.guittot@linaro.org>
Cc: Dietmar Eggemann <dietmar.eggemann@arm.com>
Cc: Ben Segall <bsegall@google.com>
Cc: Yury Norov <yury.norov@gmail.com>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>

Mathieu Desnoyers (2):
  sched: Improve cache locality of RSEQ concurrency IDs for intermittent
    workloads
  selftests/rseq: Adapt to glibc __rseq_size feature detection

 fs/exec.c                           |   2 +-
 include/linux/mm_types.h            |  72 +++++++++++++++---
 kernel/fork.c                       |   2 +-
 kernel/sched/core.c                 |  22 +++---
 kernel/sched/sched.h                |  47 ++++++++----
 tools/testing/selftests/rseq/rseq.c | 109 +++++++++++++++++++---------
 tools/testing/selftests/rseq/rseq.h |  10 +--
 7 files changed, 187 insertions(+), 77 deletions(-)

-- 
2.39.2

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

end of thread, other threads:[~2024-10-04  0:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-03 17:51 [PATCH 0/2] RSEQ updates for 6.12 Mathieu Desnoyers
2024-10-03 17:51 ` [PATCH 1/2] sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloads Mathieu Desnoyers
2024-10-03 17:51 ` [PATCH 2/2] selftests/rseq: Adapt to glibc __rseq_size feature detection Mathieu Desnoyers
2024-10-03 22:40   ` Shuah Khan
2024-10-04  0:42     ` Mathieu Desnoyers

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