0.0 RCVD_IN_DNSWL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to DNSWL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#DnsBlocklists-dnsbl-block for more information. [172.234.253.10 listed in list.dnswl.org] 1.5 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager SpamTally: Final spam score: 5 Am 25.02.26 um 10:20 schrieb Eric Farman: > Routine __inject_service() may set both the SERVICE and SERVICE_EV > pending bits, and in the case of a pure service event the corresponding > trip through __deliver_service_ev() will clear the SERVICE_EV bit only. > This necessitates an additional trip through __deliver_service() for > the other pending interrupt bit, however it is possible that the > external interrupt parameters are zero and there is nothing to be > delivered to the guest. > > To avoid sending empty data to the guest, let's only write out the SCLP > data when there is something for the guest to do, otherwise bail out. > > Signed-off-by: Eric Farman Acked-by: Christian Borntraeger > --- > arch/s390/kvm/interrupt.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/s390/kvm/interrupt.c b/arch/s390/kvm/interrupt.c > index 18932a65ca68..dd0413387a9e 100644 > --- a/arch/s390/kvm/interrupt.c > +++ b/arch/s390/kvm/interrupt.c > @@ -956,6 +956,9 @@ static int __must_check __deliver_service(struct kvm_vcpu *vcpu) > set_bit(IRQ_PEND_EXT_SERVICE, &fi->masked_irqs); > spin_unlock(&fi->lock); > > + if (!ext.ext_params) > + return 0; > + > VCPU_EVENT(vcpu, 4, "deliver: sclp parameter 0x%x", > ext.ext_params); > vcpu->stat.deliver_service_signal++; From - Wed Feb 25 17:07:11 2026 X-Mozilla-Status: 0001 X-Mozilla-Status2: 00000000 Return-Path: Received: from witcher.mxrouting.net by witcher.mxrouting.net with LMTP id GMV7Gj0sn2lNJRgAYBR5ng (envelope-from ); Wed, 25 Feb 2026 17:07:09 +0000 Return-path: Envelope-to: pfeifferj@archlinux.ch Delivery-date: Wed, 25 Feb 2026 17:07:09 +0000 Received: from mail21.ikea.com ([192.71.69.91]) by witcher.mxrouting.net with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.98) (envelope-from ) id 1vvILs-00000006r3k-1Chy for pfeifferj@archlinux.ch; Wed, 25 Feb 2026 17:07:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ikea.com; i=@ikea.com; q=dns/txt; s=20250916; t=1772039228; x=1803575228; h=date:from:to:message-id:subject:mime-version; bh=2emK69j0aexgvqgC4egQXDfKjCt9PBXpgnZ1NMpx2Gk=; b=G0qtoUsrgg71QuLR/0d35p9JUJKOCgyTd2FTCOXY7Qb9HB/zYu4QMlcn 5OGbHcQ1ZWA5dSPZri0tsd8Z4tcTbjkHr7JK97qgMFAlpzMrXyCP0/h0K zlGHGj3YnuoCc31A2rdc0ZjCp4jwrYjUCFCjghLri7/By/Md/NjtNH79f aF3wuPTxpXY289aNQmylqrl9Ub7b+6w4lIxh4jDur15nJYLpfreKHXd4b 3kiZkd8wcdP6TFHsKIDcuB3lzMv6a/TTU5kzmnCYL0LJh4a36JjUzLPfj IAXu04Mxc/Wx0f3YVn6POjfeIaqnTAj5UJmvRPK0aU+cZQRR5Of+rgd1j g==; X-CSE-ConnectionGUID: 4+HYmFO5RRqlVhExRXYBVw== X-CSE-MsgGUID: QU+d/EYdRQmmwNBVZw+ckA== X-IronPort-AV: E=Sophos;i="6.21,310,1763420400"; d="scan'208,217";a="39215086" X-Amp-Result: SKIPPED(no attachment in message) Received: from 105.46.205.35.bc.googleusercontent.com (HELO localhost) ([35.205.46.105]) by mail21.ikea.com with ESMTP; 25 Feb 2026 18:07:06 +0100 Date: Wed, 25 Feb 2026 17:07:06 +0000 (GMT) From: IKEA To: pfeifferj@archlinux.ch Message-ID: <931460152.2158518.1772039226782@localhost> Su