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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 73208C43458 for ; Thu, 9 Jul 2026 08:10:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wIfuyort7d6ocfVyJoRbB1zLKGYLqQEOvmdbtegmGEA=; b=aTx4MDj9Y8842w su8F4173UyyyBwArwWDhdLc927Y1H+gCHIRkGwS+bh2oMiEUX8kWE3neVuVSaSLLubjt858UBZjTs gXJOihytt1jq3W+h0rdTJx1O6sRVJDIS0FNAhVoR1M9f1er96dOxhVb5kEwpQdcMklXtvHRCV0YJy Ep+0me7WAhfo1FmGYu5+pPRAhd7+t0WkzKieSNMvwjaRLvTdYAQoioKX4UhNeY+qWVQihiwbxCXNx e31oLFMVgcxQOsx8WgPRmvTR3EQAxKMcFm6C6xaQ+uFKFei43YjZSZZakzRyVZ1aUvASVxEHHXkta vvXNgiUQPrMLgOP5nzMQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1whjpo-00000001NWH-2mNX; Thu, 09 Jul 2026 08:10:16 +0000 Received: from mail.8bytes.org ([2a01:238:42d9:3f00:e505:6202:4f0c:f051]) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1whjpm-00000001NVZ-0oP7 for linux-riscv@lists.infradead.org; Thu, 09 Jul 2026 08:10:15 +0000 Received: from 8bytes.org (p200300f6af4fc500c39e96c98da8598f.dip0.t-ipconnect.de [IPv6:2003:f6:af4f:c500:c39e:96c9:8da8:598f]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 6223A203552; Thu, 9 Jul 2026 10:10:05 +0200 (CEST) Date: Thu, 9 Jul 2026 10:10:04 +0200 From: Joerg Roedel To: Uwe =?utf-8?Q?Kleine-K=C3=B6nig_=28The_Capable_Hub=29?= Cc: Tomasz Jeznach , Will Deacon , Robin Murphy , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , iommu@lists.linux.dev, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1] iommu/riscv: Drop superflous zeros in pci_device_id array Message-ID: References: <20260522145943.774344-2-u.kleine-koenig@baylibre.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20260522145943.774344-2-u.kleine-koenig@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260709_011014_481997_B96BCAB1 X-CRM114-Status: UNSURE ( 7.21 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Fri, May 22, 2026 at 04:59:43PM +0200, Uwe Kleine-K=F6nig (The Capable H= ub) wrote: > drivers/iommu/riscv/iommu-pci.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied, thanks. _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv