Re: [PATCH v4 3/8] PCI/DPC: Initialize info->id in dpc_process_error()

2021-10-21 Thread Naveen Naidu
On 20/10, Bjorn Helgaas wrote: > On Tue, Oct 05, 2021 at 10:48:10PM +0530, Naveen Naidu wrote: > > In the dpc_process_error() path, info->id isn't initialized before being > > passed to aer_print_error(). In the corresponding AER path, it is > > initialized in aer_isr_one_error(). > > > > The erro

Re: [PATCH v4 3/8] PCI/DPC: Initialize info->id in dpc_process_error()

2021-10-20 Thread Bjorn Helgaas
On Tue, Oct 05, 2021 at 10:48:10PM +0530, Naveen Naidu wrote: > In the dpc_process_error() path, info->id isn't initialized before being > passed to aer_print_error(). In the corresponding AER path, it is > initialized in aer_isr_one_error(). > > The error message shown during Coverity Scan is: >

[PATCH v4 3/8] PCI/DPC: Initialize info->id in dpc_process_error()

2021-10-05 Thread Naveen Naidu
In the dpc_process_error() path, info->id isn't initialized before being passed to aer_print_error(). In the corresponding AER path, it is initialized in aer_isr_one_error(). The error message shown during Coverity Scan is: Coverity #1461602 CID 1461602 (#1 of 1): Uninitialized scalar variabl