Re: [PATCH v2] PCI/AER: Print error message as per the TODO

2024-06-05 Thread Abhinav Jain
On Wed, 5 Jun 2024 16:58:48 -0500, Bjorn Helgaas wrote: > - It doesn't apply to -rc1 (the TODO message is missing). In PCI, > we normally apply patches on topic branches based on -rc1. Thank you for the detailed feedback. I was looking at mainline only. > - The subject should be more specific

[PATCH v3] PCI/AER: Log error message if there are too many PCI devices with errors

2024-06-05 Thread Abhinav Jain
Added pci_err() to log PCI device information on which iteration fails. Added pci_err() to log note if there are too many failed devices. Signed-off-by: Abhinav Jain --- PATCH v2: https://lore.kernel.org/all/20240605212344.21808-1-jain.abhinav...@gmail.com/ Changes since v2: - Switched

[PATCH v2] PCI/AER: Print error message as per the TODO

2024-06-05 Thread Abhinav Jain
Print the add device error in find_device_iter() Signed-off-by: Abhinav Jain PATCH v1 link : https://lore.kernel.org/all/20240415161055.8316-1-jain.abhinav...@gmail.com/ Changes since v1: - Replaced pr_err() with pr_notice() - Removed unncessary whitespaces --- drivers/pci/pcie/aer.c | 4

[PATCH] PCI/AER: Print error message as per the TODO

2024-04-15 Thread Abhinav Jain
Add a pr_err() to print the add device error in find_device_iter() Signed-off-by: Abhinav Jain --- drivers/pci/pcie/aer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pci/pcie/aer.c b/drivers/pci/pcie/aer.c index ac6293c24976..0e1ad2998116 100644 --- a/drivers