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 C69FD2222D0; Fri, 16 Jan 2026 16:54:37 +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=1768582477; cv=none; b=CglDaVntOzRS/kozeI/kjbWxRtyHvDJFhN4bTQ+u7j2UgvC739W8OQDSDwPxBpGADu8Sut8+3DjeyUEHaGdUTn/p0q01l25YTXP2vdfCp8QqOJ+KYACX2sjZXe5TRoS9WwPUdnHJg3i6eT3f2gMjWEYbKiummBbm3/3NjY51ca0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768582477; c=relaxed/simple; bh=Pj4I8+xw/fR8pVYw0oPh4uEoEpxH62S9I1BCLXt3GcU=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=G0ibFvoQoH8Ffyqr4NRB7YjmYOdWS9yM6jc3oTA6cJlp97pV7WuQE9un95njhe/X8/YpLSVVY8wlGeb9pK64T/xN272G0qX8S8q4F91dtQxqKZo3UBlAdiMIpqY+xwqOQMqlxu2HwMolbTDVg5VZNBNC3TNK7NxWsEIbAq6yUeY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cKEgZxVI; 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="cKEgZxVI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D5830C16AAE; Fri, 16 Jan 2026 16:54:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768582477; bh=Pj4I8+xw/fR8pVYw0oPh4uEoEpxH62S9I1BCLXt3GcU=; h=Date:From:To:Cc:Subject:From; b=cKEgZxVIrs8qxZb/As6Uc/Y49ZlUuU0Dw8aGQpSD3qNjE3+UssXjCHI2B4xvMD7sL qvv9D+DgClQ6wJD7QyG9/aNX6RnbDnMDuQrO3INCJ+c9szu+FbqTRZbTj5Idbc+bb6 kC6oe9t6ipAhljiBR5KJsLMiFWFh7oMzSt2xMhQs5FwdY/8w7N3QODjiXBiYK+Ilaf TSR+zMoPVRSficiPqwyB0ddK3Jwsq3mRaLjrSiRNSrNoaoohxQgSTBSaUCcUHQ31c5 aIF2WbiuSTwnlezfo3zQZazHwHl4ooPzwAucPSqq4Ct4rDIvh0wbsTA55JAcIBHbBv D8sK7bCb6YoZg== Date: Fri, 16 Jan 2026 10:54:35 -0600 From: Bjorn Helgaas To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Manivannan Sadhasivam , Boqun Feng , FUJITA Tomonori , Liang Jie , Drew Fustini , David Gow , Joel Fernandes , Danilo Krummrich Subject: [GIT PULL] PCI fixes for v6.19 Message-ID: <20260116165435.GA928390@bhelgaas> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8: Linux 6.19-rc1 (2025-12-14 16:05:07 +1200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.19-fixes-3 for you to fetch changes up to 05f66cf5e7a5fc7c7227541f8a4a476037999916: PCI: Provide pci_free_irq_vectors() stub (2026-01-12 10:45:31 -0600) ---------------------------------------------------------------- - Add a pci_free_irq_vectors() stub to fix a build issue when CONFIG_PCI is not set (Boqun Feng) ---------------------------------------------------------------- Boqun Feng (1): PCI: Provide pci_free_irq_vectors() stub include/linux/pci.h | 4 ++++ 1 file changed, 4 insertions(+)