From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1CCBE92706 for ; Thu, 5 Oct 2023 14:34:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234934AbjJEOe5 (ORCPT ); Thu, 5 Oct 2023 10:34:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234102AbjJEOcw (ORCPT ); Thu, 5 Oct 2023 10:32:52 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4AA3623D07; Thu, 5 Oct 2023 04:01:29 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id E6FF01F88E; Thu, 5 Oct 2023 11:01:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1696503687; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7NjnAGUAmem/kqOMgVtFmu0AGdXvG/f+8Nh1NHfQyLU=; b=vGNBq7rBxWcCqtWjExzPmjqa/TSh3EUe6CGNetLtP3UHmNbie6H07wdNIaKT1Qjf/vmp76 qrZZqmuoiHZ8Q4GLq9AiS0hpHxioWKoiKKi/RYIydlfBRpGfiEg84aSBzQxGsFbvv2Tijh SheD31iTgCNNcpz0v/oyTLXjJ8qEnys= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1696503687; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7NjnAGUAmem/kqOMgVtFmu0AGdXvG/f+8Nh1NHfQyLU=; b=XKSEKTZ4n40WHUCBZgL1GHMxEUaHRddk9m8e617O5UQdT5VgBNEs/O99/WY0gg1FJsjeI6 lubq7NMc0dWjDvDg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 8D10413438; Thu, 5 Oct 2023 11:01:27 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id MfhVIYeXHmUFNwAAMHmgww (envelope-from ); Thu, 05 Oct 2023 11:01:27 +0000 Date: Thu, 5 Oct 2023 13:01:26 +0200 From: Joerg Roedel To: Niklas Schnelle Cc: Robin Murphy , Matthew Rosato , Gerd Bayer , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Christian Borntraeger , Sven Schnelle , Gerald Schaefer , linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux.dev Subject: Re: [PATCH] s390/pci: Fix reset of IOMMU software counters Message-ID: References: <20231004-dma_iommu_fix-v1-1-129777cd8232@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231004-dma_iommu_fix-v1-1-129777cd8232@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 04, 2023 at 10:56:12AM +0200, Niklas Schnelle wrote: > arch/s390/include/asm/pci.h | 4 ---- > arch/s390/pci/pci.c | 13 ++++++++++--- > 2 files changed, 10 insertions(+), 7 deletions(-) Applied, thanks. -- Jörg Rödel jroedel@suse.de SUSE Software Solutions Germany GmbH Frankenstraße 146 90461 Nürnberg Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman