forked from rpms/kernel
		
	hpsa: bring back deprecated PCI ids #CFHack #CFHack2024
mptsas: bring back deprecated PCI ids #CFHack #CFHack2024 megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024 qla2xxx: bring back deprecated PCI ids #CFHack #CFHack2024 qla4xxx: bring back deprecated PCI ids lpfc: bring back deprecated PCI ids be2iscsi: bring back deprecated PCI ids kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained Use AlmaLinux OS secure boot cert Debrand for AlmaLinux OS
This commit is contained in:
		
							parent
							
								
									0c7e8ddb29
								
							
						
					
					
						commit
						c4aeb6bf41
					
				| @ -1,17 +1,17 @@ | |||||||
| From e6b210caa51bc33c46d5acfae198645a9914fa32 Mon Sep 17 00:00:00 2001 | From 2ecae960349c68360744ed3cba0c47ad18b402cc Mon Sep 17 00:00:00 2001 | ||||||
| From: Andrew Lukoshko <alukoshko@almalinux.org> | From: eabdullin <eabdullin@almalinux.org> | ||||||
| Date: Mon, 30 Sep 2024 13:13:37 +0000 | Date: Tue, 11 Mar 2025 10:22:08 +0300 | ||||||
| Subject: [PATCH] Enable all disabled pci devices by moving to unmaintained | Subject: [PATCH] Enable all disabled pci devices by moving to unmaintained | ||||||
| 
 | 
 | ||||||
| ---
 | ---
 | ||||||
|  kernel/rh_messages.h | 94 ++++++++++++++++++++++---------------------- |  kernel/rh_messages.h | 8 ++++---- | ||||||
|  1 file changed, 47 insertions(+), 47 deletions(-) |  1 file changed, 4 insertions(+), 4 deletions(-) | ||||||
| 
 | 
 | ||||||
| diff --git a/kernel/rh_messages.h b/kernel/rh_messages.h
 | diff --git a/kernel/rh_messages.h b/kernel/rh_messages.h
 | ||||||
| index b798ad5d4..c59853b47 100644
 | index 647d7b9a4..483824c9c 100644
 | ||||||
| --- a/kernel/rh_messages.h
 | --- a/kernel/rh_messages.h
 | ||||||
| +++ b/kernel/rh_messages.h
 | +++ b/kernel/rh_messages.h
 | ||||||
| @@ -141,6 +141,53 @@ static const struct pci_device_id rh_deprecated_pci_devices[] = {
 | @@ -123,6 +123,10 @@ static const struct pci_device_id rh_deprecated_pci_devices[] = {
 | ||||||
|  }; |  }; | ||||||
|   |   | ||||||
|  static const struct pci_device_id rh_disabled_pci_devices[] = { |  static const struct pci_device_id rh_disabled_pci_devices[] = { | ||||||
| @ -19,104 +19,20 @@ index b798ad5d4..c59853b47 100644 | |||||||
| +};
 | +};
 | ||||||
| +
 | +
 | ||||||
| +static const struct pci_device_id rh_unmaintained_pci_devices[] = {
 | +static const struct pci_device_id rh_unmaintained_pci_devices[] = {
 | ||||||
| +	{ 0x10df, 0xe220, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x10df, 0x0724, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x10df, 0xe200, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x10df, 0xf011, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x10df, 0xf015, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x10df, 0xf100, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x10df, 0xfc40, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1000, 0x005b, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1000, 0x0071, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1000, 0x0073, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1000, 0x0079, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0x1003, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0x1004, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0x1005, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0x1006, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0x1007, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0x1008, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0x1009, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0x100a, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0x100b, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0x100c, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0x100d, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0x100e, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0x100f, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0x1010, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x15B3, 0xA2DC, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1000, 0x006E, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1000, 0x0080, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1000, 0x0081, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1000, 0x0082, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1000, 0x0083, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1000, 0x0084, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1000, 0x0085, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1000, 0x0086, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1000, 0x0087, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x177d, 0xa01e, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x177d, 0xa034, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x177d, 0x0011, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1077, 0x2031, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1077, 0x2532, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1077, 0x8031, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1924, 0x0803, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| +	{ 0x1924, 0x0813, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
|  	{ 0x1011, 0x0046, 0x103c, 0x10c2 }, |  	{ 0x1011, 0x0046, 0x103c, 0x10c2 }, | ||||||
|  	{ 0x1011, 0x0046, 0x9005, 0x0364 }, |  	{ 0x1011, 0x0046, 0x9005, 0x0364 }, | ||||||
|  	{ 0x1011, 0x0046, 0x9005, 0x0365 }, |  	{ 0x1011, 0x0046, 0x9005, 0x0365 }, | ||||||
| @@ -293,51 +340,4 @@ static const struct pci_device_id rh_disabled_pci_devices[] = {
 | @@ -288,10 +292,6 @@ static const struct pci_device_id rh_disabled_pci_devices[] = {
 | ||||||
|  	{0}     /* Terminating entry */ |  	{ 0x1077, 0x8022, PCI_ANY_ID, PCI_ANY_ID }, | ||||||
|  }; |  	{ 0x1077, 0x8032, PCI_ANY_ID, PCI_ANY_ID }, | ||||||
|   |  	{ 0x1077, 0x8042, PCI_ANY_ID, PCI_ANY_ID }, | ||||||
| -static const struct pci_device_id rh_unmaintained_pci_devices[] = {
 |  | ||||||
| -	{ 0x10df, 0xe220, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x10df, 0x0724, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x10df, 0xe200, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x10df, 0xf011, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x10df, 0xf015, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x10df, 0xf100, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x10df, 0xfc40, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1000, 0x005b, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1000, 0x0071, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1000, 0x0073, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1000, 0x0079, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0x1003, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0x1004, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0x1005, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0x1006, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0x1007, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0x1008, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0x1009, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0x100a, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0x100b, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0x100c, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0x100d, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0x100e, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0x100f, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0x1010, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x15B3, 0xA2DC, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1000, 0x006E, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1000, 0x0080, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1000, 0x0081, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1000, 0x0082, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1000, 0x0083, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1000, 0x0084, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1000, 0x0085, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1000, 0x0086, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1000, 0x0087, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x177d, 0xa01e, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x177d, 0xa034, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x177d, 0x0011, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1077, 0x2031, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1077, 0x2532, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1077, 0x8031, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1924, 0x0803, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{ 0x1924, 0x0813, PCI_ANY_ID, PCI_ANY_ID },
 |  | ||||||
| -	{0}     /* Terminating entry */
 | -	{0}     /* Terminating entry */
 | ||||||
| -};
 | -};
 | ||||||
| -
 | -
 | ||||||
|  #endif /* __RH_MESSAGES_H */ | -static const struct pci_device_id rh_unmaintained_pci_devices[] = {
 | ||||||
|  |  	{ 0x10df, 0xe220, PCI_ANY_ID, PCI_ANY_ID }, | ||||||
|  |  	{ 0x10df, 0x0724, PCI_ANY_ID, PCI_ANY_ID }, | ||||||
|  |  	{ 0x10df, 0xe200, PCI_ANY_ID, PCI_ANY_ID }, | ||||||
| -- 
 | -- 
 | ||||||
| 2.43.5 | 2.39.5 (Apple Git-154) | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -3789,7 +3789,7 @@ fi | |||||||
| # | # | ||||||
| # | # | ||||||
| %changelog | %changelog | ||||||
| * Mon Mar 10 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 5.14.0-570 | * Tue Mar 11 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 5.14.0-570 | ||||||
| - hpsa: bring back deprecated PCI ids #CFHack #CFHack2024 | - hpsa: bring back deprecated PCI ids #CFHack #CFHack2024 | ||||||
| - mptsas: bring back deprecated PCI ids #CFHack #CFHack2024 | - mptsas: bring back deprecated PCI ids #CFHack #CFHack2024 | ||||||
| - megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024 | - megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024 | ||||||
| @ -3800,7 +3800,7 @@ fi | |||||||
| - kernel/rh_messages.h: enable all disabled pci devices by moving to | - kernel/rh_messages.h: enable all disabled pci devices by moving to | ||||||
|   unmaintained |   unmaintained | ||||||
| 
 | 
 | ||||||
| * Mon Mar 10 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-570 | * Tue Mar 11 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-570 | ||||||
| - Use AlmaLinux OS secure boot cert | - Use AlmaLinux OS secure boot cert | ||||||
| - Debrand for AlmaLinux OS | - Debrand for AlmaLinux OS | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user