Message ID | 20240520222943.GA7973@bhelgaas |
---|---|
State | New |
Headers | show
Return-Path: <linux-pci+bounces-7692-incoming=patchwork.ozlabs.org@vger.kernel.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=FBoF8aYD; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:45d1:ec00::1; helo=ny.mirrors.kernel.org; envelope-from=linux-pci+bounces-7692-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from ny.mirrors.kernel.org (ny.mirrors.kernel.org [IPv6:2604:1380:45d1:ec00::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Vjsgz6rZzz20KF for <incoming@patchwork.ozlabs.org>; Tue, 21 May 2024 08:29:51 +1000 (AEST) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ny.mirrors.kernel.org (Postfix) with ESMTPS id E93F71C20B44 for <incoming@patchwork.ozlabs.org>; Mon, 20 May 2024 22:29:49 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 1599D2D7A8; Mon, 20 May 2024 22:29:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FBoF8aYD" X-Original-To: linux-pci@vger.kernel.org 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 E1E242D05D; Mon, 20 May 2024 22:29:45 +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=1716244186; cv=none; b=iMI8ZW6hVmr+9i+JUs1aMGEUES6mC2qzicZvMtGi2MiIrYeW3sKnRfa2Lydg5h9eZeWBaY61nwrcoay7gxPrb4qIej4GvVEyIYLfwjWyDHKQ4uDHJ9fhjEoLAVNnFryiTfl/RU8lRt7bm9yMZzuJGua7H6ucaG6mAYYhF68c3XU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716244186; c=relaxed/simple; bh=RR/yF8QP2vwDDr9BvJmNrqRVyEgUVgRjQWH7T6pXxMc=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=Z6SeWOXwVAYbtpeb+ltY7pNGPlDWrpDfT2VUkZWGVAhMP/XE6Qq7729Nv+LRsLpCh7sZPSzY3Gjo2+TCcMrZ3usmSbuiy1Zk3tO9IkJXQStaPxTOOP+cm+p8i3jB14jvF+bAx2E+A0whWRPYsJBZDPPG2P0Hc4BOc8L8uNAnOQE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FBoF8aYD; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9677C2BD10; Mon, 20 May 2024 22:29:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1716244185; bh=RR/yF8QP2vwDDr9BvJmNrqRVyEgUVgRjQWH7T6pXxMc=; h=Date:From:To:Cc:Subject:From; b=FBoF8aYDcavzQf/O89zww2aFm01JOj3NUvNIQHpcID3gSSy2cpHgiQCkmyz33MKGB 67DpyQE4ePKJ3enUHKRQXGoVi/HKT6NwJYTwCO/MMBW74iRPMFE8pEFVbr1NS1Ou4v yxBYCOTrdc6T2+RSI8fJay9gv77iWMpluLG9hm+Z0ou/CNV6QuqmEvcKN5xzhPHWN1 rJUdKmglDjX5ODlZI77YFViLqUfz6Rx7NQG96aW2ojDWJYzC37X4l7p0TlSNGo/t/U zkmrOgmhTBu2scXSvAneLvYDqyP1d+DMIBlaZQPNp8YW1Wp4H7GZ0otx2VN6zJUh9M lf73OP5vNR/rw== Date: Mon, 20 May 2024 17:29:43 -0500 From: Bjorn Helgaas <helgaas@kernel.org> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring <robh@kernel.org>, Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>, Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>, Krzysztof =?utf-8?q?Wilczy=C5=84ski?= <kwilczynski@kernel.org> Subject: [GIT PULL] PCI changes for v6.10 Message-ID: <20240520222943.GA7973@bhelgaas> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: <linux-pci.vger.kernel.org> List-Subscribe: <mailto:linux-pci+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-pci+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit |
Series |
[GIT,PULL] PCI changes for v6.10
|
expand
|
The pull request you sent on Mon, 20 May 2024 17:29:43 -0500:
> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.10-changes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f0bae243b2bcf2b160ae547463bf542762beef8f
Thank you!