lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <98048a3f-5a01-4c40-af72-c29d3ed805df@nvidia.com>
Date: Fri, 9 Jan 2026 20:29:59 +0100
From: Nirmoy Das <nirmoyd@...dia.com>
To: Bjorn Helgaas <bhelgaas@...gle.com>
CC: <linux-pci@...r.kernel.org>, <linux-kernel@...r.kernel.org>, Robin Murphy
	<robin.murphy@....com>, Jason Gunthorpe <jgg@...dia.com>, Will Deacon
	<will@...nel.org>, Joerg Roedel <joro@...tes.org>, <iommu@...ts.linux.dev>,
	<jammy_huang@...eedtech.com>, <mochs@...dia.com>
Subject: Re: [PATCH v2 1/2] PCI: Add ASPEED vendor ID to pci_ids.h

Hi Bjorn,


Happy new year! Gentle reminder on this patch series.


Regards,

Nirmoy

On 17.12.25 16:45, Nirmoy Das wrote:
> Add PCI_VENDOR_ID_ASPEED to the shared pci_ids.h header and remove the
> duplicate local definition from ehci-pci.c.
>
> This prepares for adding a PCI quirk for ASPEED devices.
>
> Signed-off-by: Nirmoy Das <nirmoyd@...dia.com>
> ---
>   drivers/usb/host/ehci-pci.c | 1 -
>   include/linux/pci_ids.h     | 2 ++
>   2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c
> index 889dc4426271..bd3a63555594 100644
> --- a/drivers/usb/host/ehci-pci.c
> +++ b/drivers/usb/host/ehci-pci.c
> @@ -21,7 +21,6 @@ static const char hcd_name[] = "ehci-pci";
>   /* defined here to avoid adding to pci_ids.h for single instance use */
>   #define PCI_DEVICE_ID_INTEL_CE4100_USB	0x2e70
>   
> -#define PCI_VENDOR_ID_ASPEED		0x1a03
>   #define PCI_DEVICE_ID_ASPEED_EHCI	0x2603
>   
>   /*-------------------------------------------------------------------------*/
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index a9a089566b7c..30dd854a9156 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -2583,6 +2583,8 @@
>   #define PCI_DEVICE_ID_NETRONOME_NFP3800_VF	0x3803
>   #define PCI_DEVICE_ID_NETRONOME_NFP6000_VF	0x6003
>   
> +#define PCI_VENDOR_ID_ASPEED		0x1a03
> +
>   #define PCI_VENDOR_ID_QMI		0x1a32
>   
>   #define PCI_VENDOR_ID_AZWAVE		0x1a3b

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ