public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] SMP cross-call changes for v6.4
@ 2023-04-27 21:09 Ingo Molnar
  2023-04-28 22:07 ` Linus Torvalds
  2023-04-28 22:14 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Ingo Molnar @ 2023-04-27 21:09 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Peter Zijlstra, Thomas Gleixner, Borislav Petkov,
	Juri Lelli, Vincent Guittot, Dietmar Eggemann, Steven Rostedt,
	Ben Segall, Mel Gorman, Daniel Bristot de Oliveira,
	Valentin Schneider, Paul E. McKenney


Linus,

Please pull the latest smp/core git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp-core-2023-04-27

   # HEAD: 5c3124975e15c1fadd5af1c61e4d627cf6d97ba2 trace,smp: Trace all smp_function_call*() invocations

SMP cross-CPU function-call updates for v6.4:

 - Remove diagnostics and adjust config for CSD lock diagnostics

 - Add a generic IPI-sending tracepoint, as currently there's no easy
   way to instrument IPI origins: it's arch dependent and for some
   major architectures it's not even consistently available.

 Thanks,

	Ingo

------------------>
Paul E. McKenney (4):
      locking/csd_lock: Add Kconfig option for csd_debug default
      locking/csd_lock: Remove added data from CSD lock debugging
      locking/csd_lock: Remove per-CPU data indirection from CSD lock debugging
      kernel/smp: Make csdlock_debug= resettable

Peter Zijlstra (2):
      trace: Add trace_ipi_send_cpu()
      trace,smp: Trace all smp_function_call*() invocations

Valentin Schneider (7):
      trace: Add trace_ipi_send_cpumask()
      sched, smp: Trace IPIs sent via send_call_function_single_ipi()
      smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
      irq_work: Trace self-IPIs sent via arch_irq_work_raise()
      treewide: Trace IPIs sent via smp_send_reschedule()
      smp: reword smp call IPI comment
      sched, smp: Trace smp callback causing an IPI


 Documentation/admin-guide/kernel-parameters.txt |  17 +-
 arch/alpha/kernel/smp.c                         |   2 +-
 arch/arc/kernel/smp.c                           |   2 +-
 arch/arm/kernel/smp.c                           |   3 +-
 arch/arm/mach-actions/platsmp.c                 |   2 +
 arch/arm64/kernel/smp.c                         |   3 +-
 arch/csky/kernel/smp.c                          |   2 +-
 arch/hexagon/kernel/smp.c                       |   2 +-
 arch/ia64/kernel/smp.c                          |   4 +-
 arch/loongarch/kernel/smp.c                     |   4 +-
 arch/mips/include/asm/smp.h                     |   2 +-
 arch/mips/kernel/rtlx-cmp.c                     |   2 +
 arch/openrisc/kernel/smp.c                      |   2 +-
 arch/parisc/kernel/smp.c                        |   4 +-
 arch/powerpc/kernel/smp.c                       |   6 +-
 arch/powerpc/kvm/book3s_hv.c                    |   3 +
 arch/powerpc/platforms/powernv/subcore.c        |   2 +
 arch/riscv/kernel/smp.c                         |   4 +-
 arch/s390/kernel/smp.c                          |   2 +-
 arch/sh/kernel/smp.c                            |   2 +-
 arch/sparc/kernel/smp_32.c                      |   2 +-
 arch/sparc/kernel/smp_64.c                      |   2 +-
 arch/x86/include/asm/smp.h                      |   2 +-
 arch/x86/kvm/svm/svm.c                          |   4 +
 arch/x86/kvm/x86.c                              |   2 +
 arch/xtensa/kernel/smp.c                        |   2 +-
 include/linux/smp.h                             |  11 +-
 include/trace/events/ipi.h                      |  44 ++++
 kernel/irq_work.c                               |  12 +-
 kernel/sched/core.c                             |  22 +-
 kernel/sched/smp.h                              |   2 +-
 kernel/smp.c                                    | 313 ++++++------------------
 lib/Kconfig.debug                               |   9 +
 virt/kvm/kvm_main.c                             |   3 +
 34 files changed, 219 insertions(+), 281 deletions(-)

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

* Re: [GIT PULL] SMP cross-call changes for v6.4
  2023-04-27 21:09 [GIT PULL] SMP cross-call changes for v6.4 Ingo Molnar
@ 2023-04-28 22:07 ` Linus Torvalds
  2023-04-28 22:14 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2023-04-28 22:07 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: linux-kernel, Peter Zijlstra, Thomas Gleixner, Borislav Petkov,
	Juri Lelli, Vincent Guittot, Dietmar Eggemann, Steven Rostedt,
	Ben Segall, Mel Gorman, Daniel Bristot de Oliveira,
	Valentin Schneider, Paul E. McKenney

On Thu, Apr 27, 2023 at 2:09 PM Ingo Molnar <mingo@kernel.org> wrote:
>
> SMP cross-CPU function-call updates for v6.4:
>
>  - Remove diagnostics and adjust config for CSD lock diagnostics

Thank you.

It's rare that this kind of "old debugging that isn't really relevant
any more" gets removed.

It's good that it happens.

               Linus

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

* Re: [GIT PULL] SMP cross-call changes for v6.4
  2023-04-27 21:09 [GIT PULL] SMP cross-call changes for v6.4 Ingo Molnar
  2023-04-28 22:07 ` Linus Torvalds
@ 2023-04-28 22:14 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2023-04-28 22:14 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Peter Zijlstra, Thomas Gleixner,
	Borislav Petkov, Juri Lelli, Vincent Guittot, Dietmar Eggemann,
	Steven Rostedt, Ben Segall, Mel Gorman,
	Daniel Bristot de Oliveira, Valentin Schneider, Paul E. McKenney

The pull request you sent on Thu, 27 Apr 2023 23:09:08 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp-core-2023-04-27

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f20730efbd305d42eded761f6fbd9a59d6125228

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2023-04-28 22:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-27 21:09 [GIT PULL] SMP cross-call changes for v6.4 Ingo Molnar
2023-04-28 22:07 ` Linus Torvalds
2023-04-28 22:14 ` pr-tracker-bot

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