All of lore.kernel.org
 help / color / mirror / Atom feed
From: Claudio Imbrenda <imbrenda@linux.ibm.com>
To: Ciunas Bennett <ciunas@linux.ibm.com>
Cc: linux-s390@vger.kernel.org, borntraeger@linux.ibm.com,
	frankja@linux.ibm.com, david@kernel.org, hca@linux.ibm.com,
	gor@linux.ibm.com, agordeev@linux.ibm.com, svens@linux.ibm.com
Subject: Re: [PATCH v2 0/2] Improve DIAG 9c observability
Date: Thu, 25 Jun 2026 18:02:05 +0200	[thread overview]
Message-ID: <20260625180205.0a7bf80b@p-imbrenda> (raw)
In-Reply-To: <20260625131615.262367-1-ciunas@linux.ibm.com>

On Thu, 25 Jun 2026 15:16:13 +0200
Ciunas Bennett <ciunas@linux.ibm.com> wrote:

> This series enhances observability for DIAG 9c directed yield operations
> in s390 KVM by refactoring the handler and adding comprehensive tracing
> support.
> 
> The first patch refactors __diag_time_slice_end_directed() to use a
> single exit point with a result string variable. This consolidates the
> control flow and eliminates code duplication in logging statements,
> making the function more maintainable.
> 
> The second patch builds on this refactoring by adding a new tracepoint
> kvm_s390_diag_9c that captures detailed information about directed yield
> operations, including source/target VCPU IDs, physical CPU numbers, and
> operation results. This enables better analysis of VCPU scheduling
> behaviour and helps diagnose performance issues in virtualised s390
> environments.
> 
> Together, these changes provide kernel developers and system
> administrators with better tools to understand and debug VCPU scheduling
> patterns related to directed yields.
> 
> ---
> Changes in v2:
>  - Add system maintainers to review mail
> ---

whole series:

Acked-by: Claudio Imbrenda <imbrenda@linux.ibm.com>

> 
> Ciunas Bennett (2):
>   s390/kvm: Refactor __diag_time_slice_end_directed for single exit
>     point
>   s390/kvm: Add tracepoint for DIAG 9c directed yield operations
> 
>  arch/s390/kvm/diag.c  | 19 +++++++++++--------
>  arch/s390/kvm/trace.h | 30 ++++++++++++++++++++++++++++++
>  2 files changed, 41 insertions(+), 8 deletions(-)
> 
> base-commit: 184fc1890bcc8242f00fee660d2651290f1461a2


      parent reply	other threads:[~2026-06-25 16:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-25 13:16 [PATCH v2 0/2] Improve DIAG 9c observability Ciunas Bennett
2026-06-25 13:16 ` [PATCH v2 1/2] s390/kvm: Refactor __diag_time_slice_end_directed for single exit point Ciunas Bennett
2026-06-25 13:16 ` [PATCH v2 2/2] s390/kvm: Add tracepoint for DIAG 9c directed yield operations Ciunas Bennett
2026-07-23 15:28   ` Christian Borntraeger
2026-07-23 19:56     ` Ciunas Bennett
2026-07-24  6:58       ` Sven Schnelle
2026-07-24  8:03       ` Christian Borntraeger
2026-07-24  9:00         ` Ciunas Bennett
2026-07-24  9:57           ` Christian Borntraeger
2026-06-25 13:52 ` [PATCH v2 0/2] Improve DIAG 9c observability Mete Durlu
2026-06-25 16:02 ` Claudio Imbrenda [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260625180205.0a7bf80b@p-imbrenda \
    --to=imbrenda@linux.ibm.com \
    --cc=agordeev@linux.ibm.com \
    --cc=borntraeger@linux.ibm.com \
    --cc=ciunas@linux.ibm.com \
    --cc=david@kernel.org \
    --cc=frankja@linux.ibm.com \
    --cc=gor@linux.ibm.com \
    --cc=hca@linux.ibm.com \
    --cc=linux-s390@vger.kernel.org \
    --cc=svens@linux.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.