From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 66ACF311C21; Thu, 29 Jan 2026 21:51:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769723476; cv=none; b=uYj41XNItOgzBOxza98eIVYd4qGLqZz98SUb5a2T/a+LvxAiadD6tlz/DS2E/h8W3hW1BaM0rtF5HJFiz6uRrv1Un53MG7ADBl1uaVZrdnZAm0KhribhPwIxX/GKJ+uaIuzgUW1K0y0kRlxROS0iiPDgFhHYKNcBAXeDcMW6YcI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769723476; c=relaxed/simple; bh=Q3zSRrovWIg3qmOPSQjV0l/EKEt3ItdS6bxMEwS5hy8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=OOjhpMNfh1J+RYR/aa5Opgu8eLxR5l7+v78qG+kIGQBocWMQQpJS5OvpRaGKe246EltU8rmWhMMag21oOCH3psY0fBTU095OtjLxUwZUMGUjPJsAR3yQ20Kiho33YZEqAhKwqBKL5NKbolnR3wWBHStWw9IUbHghsGG5c4T8/Zc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FaqBH9Q4; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FaqBH9Q4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41EC8C4CEF7; Thu, 29 Jan 2026 21:51:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769723476; bh=Q3zSRrovWIg3qmOPSQjV0l/EKEt3ItdS6bxMEwS5hy8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=FaqBH9Q4U7OFys5R54AL4OyCg9MohsuSenTOYbfovDHiAFJImhToOKL8cibZML05A pLzDda4TwEdLJuUvW2ZVAPUGm+zZZEHs+G3NKafjtHBZqzrzBoSrN/3URg9JtalS3K 4tG+stzA4gyXCw+UAjlhzlPMt+pYWNs48CoaJMMAhQgj4KjmtIpsH3Du60NoD/xx7K Z8R0skKUd6D2YIfUeagvZ/7G1xyhK2QCemCyGnyCai3m29eeQtqEt08Q796miVEWbk uOAZS0dsfhwZ9hF4Kud/pB3ZbnDobW+SsvkA1/uRkVRBECfwr7FM5H25AyySQUsQJg 2XmxC14tZ94kw== From: Thomas Gleixner To: Vivian Wang , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , "Christophe Leroy (CS GROUP)" , Alex Deucher , Christian =?utf-8?Q?K=C3=B6nig?= , David Airlie , Simona Vetter , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Bjorn Helgaas , Jaroslav Kysela , Takashi Iwai , Brett Creeley Cc: Han Gao , Vivian Wang , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, netdev@vger.kernel.org, linux-pci@vger.kernel.org, linux-sound@vger.kernel.org, linux-riscv@lists.infradead.org, sophgo@lists.linux.dev, Takashi Iwai Subject: Re: [PATCH v4 0/4] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask In-Reply-To: <20260129-pci-msi-addr-mask-v4-0-70da998f2750@iscas.ac.cn> References: <20260129-pci-msi-addr-mask-v4-0-70da998f2750@iscas.ac.cn> Date: Thu, 29 Jan 2026 22:51:12 +0100 Message-ID: <87ecn8m6jz.ffs@tglx> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Thu, Jan 29 2026 at 09:56, Vivian Wang wrote: > I would appreciate if driver maintainers can take a look and see whether > the masks I've set makes sense, although I believe they shouldn't cause > problems on existing platforms. I'm also not familiar with PPC enough to > touch the arch/powerpc firmware calls further - help would be > appreciated. > > My intention is that the first two patches are taken up by PCI > maintainers, and the rest go through the maintainers of individual > drivers since they could use more device-specific testing and review. If > this is not convenient I'll be happy to split it up or something. I'm happy to take the first two right away. I can pick up the driver specific ones as well if there are no objections; they both have been looked at by the relevant maintainers and they obviously depend on the first ones so they have either to go together or postponed for the next window, which doesn't make a lot of sense. If nobody complains I pick up the lot tomorrow morning. Thanks, tglx