RE: [PATCH] EDAC/ie31200: fallback if host bridge device is already initialized

2020-08-13 Thread Luck, Tony
> >Tested-by: Vishal Agrawal Boris, I applied this patch when Jason Baron sent a reminder last week. It is sitting in the ie31200 topic branch of the RAS tree (and also in the next branch ... so has had a couple of days in linux-next too). That copy doesn't have these Acked-by and Tested-by t

Re: [PATCH] EDAC/ie31200: fallback if host bridge device is already initialized

2020-08-13 Thread Boris Petkov
On August 13, 2020 5:17:10 PM GMT+03:00, Aristeu Rozanski wrote: >> So Tested-by: you ? > >Not by me, "we" meant as in company. "you" can also mean you as a company. ;-P >Tested-by: Vishal Agrawal Thx. -- Sent from a small device: formatting sux and brevity is inevitable.

Re: [PATCH] EDAC/ie31200: fallback if host bridge device is already initialized

2020-08-13 Thread Aristeu Rozanski
On Thu, Aug 13, 2020 at 04:55:50PM +0300, Boris Petkov wrote: > On August 13, 2020 4:44:06 PM GMT+03:00, Aristeu Rozanski > wrote: > >We tested this inside in machines having this issue and it works. > >Patch looks good to me. > > > >Acked-by: Aristeu Rozanski > > So Tested-by: you ? Not by me

Re: [PATCH] EDAC/ie31200: fallback if host bridge device is already initialized

2020-08-13 Thread Boris Petkov
On August 13, 2020 4:44:06 PM GMT+03:00, Aristeu Rozanski wrote: >We tested this inside in machines having this issue and it works. >Patch looks good to me. > >Acked-by: Aristeu Rozanski So Tested-by: you ? -- Sent from a small device: formatting sux and brevity is inevitable.

Re: [PATCH] EDAC/ie31200: fallback if host bridge device is already initialized

2020-08-13 Thread Aristeu Rozanski
On Thu, Jul 16, 2020 at 02:25:11PM -0400, Jason Baron wrote: > The Intel uncore driver may claim some of the pci ids from ie31200 which > means that the ie31200 edac driver will not initialize them as part of > pci_register_driver(). > > Let's add a fallback for this case to 'pci_get_device()' to

Re: [PATCH] EDAC/ie31200: fallback if host bridge device is already initialized

2020-08-06 Thread Luck, Tony
On Thu, Aug 06, 2020 at 05:35:49PM -0400, Jason Baron wrote: > > > On 7/16/20 4:33 PM, Jason Baron wrote: > > > > > > On 7/16/20 2:52 PM, Luck, Tony wrote: > >> On Thu, Jul 16, 2020 at 02:25:11PM -0400, Jason Baron wrote: > >>> The Intel uncore driver may claim some of the pci ids from ie31200

Re: [PATCH] EDAC/ie31200: fallback if host bridge device is already initialized

2020-08-06 Thread Jason Baron
On 7/16/20 4:33 PM, Jason Baron wrote: > > > On 7/16/20 2:52 PM, Luck, Tony wrote: >> On Thu, Jul 16, 2020 at 02:25:11PM -0400, Jason Baron wrote: >>> The Intel uncore driver may claim some of the pci ids from ie31200 which >>> means that the ie31200 edac driver will not initialize them as par

Re: [PATCH] EDAC/ie31200: fallback if host bridge device is already initialized

2020-07-16 Thread Jason Baron
On 7/16/20 2:52 PM, Luck, Tony wrote: > On Thu, Jul 16, 2020 at 02:25:11PM -0400, Jason Baron wrote: >> The Intel uncore driver may claim some of the pci ids from ie31200 which >> means that the ie31200 edac driver will not initialize them as part of >> pci_register_driver(). >> >> Let's add a f

Re: [PATCH] EDAC/ie31200: fallback if host bridge device is already initialized

2020-07-16 Thread Luck, Tony
On Thu, Jul 16, 2020 at 02:25:11PM -0400, Jason Baron wrote: > The Intel uncore driver may claim some of the pci ids from ie31200 which > means that the ie31200 edac driver will not initialize them as part of > pci_register_driver(). > > Let's add a fallback for this case to 'pci_get_device()' to

[PATCH] EDAC/ie31200: fallback if host bridge device is already initialized

2020-07-16 Thread Jason Baron
The Intel uncore driver may claim some of the pci ids from ie31200 which means that the ie31200 edac driver will not initialize them as part of pci_register_driver(). Let's add a fallback for this case to 'pci_get_device()' to get a reference on the device such that it can still be configured. Thi