Re: [PATCH] Add PCI device IDs for family 17h, model 70h

2019-09-06 Thread Isaac Vaughn
> > They seem to have already covered the changes to hwmon and amd_nb, so > > the difference is probably the changes to amd64_edac. > > Yeah, then you can send me only those changes against edac-for-next. > The driver won't load on Zen2 before the amd_nb.c changes have landed > upstream but

Re: [PATCH] Add PCI device IDs for family 17h, model 70h

2019-09-06 Thread Borislav Petkov
On Fri, Sep 06, 2019 at 09:11:40AM -0700, Guenter Roeck wrote: > 12163cfbfc0f ("hwmon: (k10temp) Add support for AMD family 17h, model 70h > CPUs") > af4e1c5eca95 ("x86/amd_nb: Add PCI device IDs for family 17h, model 70h") Thanks! -- Regards/Gruss, Boris.

Re: [PATCH] Add PCI device IDs for family 17h, model 70h

2019-09-06 Thread Guenter Roeck
On Fri, Sep 06, 2019 at 03:09:16PM +0200, Boris Petkov wrote: > On September 6, 2019 3:02:06 PM GMT+02:00, Guenter Roeck > wrote: > >Also, how is this patch different to the patches already in linux-next > >? > > Which are those? Care to share their linux-next commit IDs with us? >

Re: [PATCH] Add PCI device IDs for family 17h, model 70h

2019-09-06 Thread Borislav Petkov
On Fri, Sep 06, 2019 at 02:05:35PM +, Isaac Vaughn wrote: > They seem to have already covered the changes to hwmon and amd_nb, so > the difference is probably the changes to amd64_edac. Yeah, then you can send me only those changes against edac-for-next. The driver won't load on Zen2 before

Re: [PATCH] Add PCI device IDs for family 17h, model 70h

2019-09-06 Thread Boris Petkov
On September 6, 2019 3:02:06 PM GMT+02:00, Guenter Roeck wrote: >Also, how is this patch different to the patches already in linux-next >? Which are those? Care to share their linux-next commit IDs with us? -- Sent from a small device: formatting sux and brevity is inevitable.

Re: [PATCH] Add PCI device IDs for family 17h, model 70h

2019-09-06 Thread Guenter Roeck
On Fri, Sep 06, 2019 at 11:12:50AM +0200, Borislav Petkov wrote: > On Fri, Sep 06, 2019 at 01:56:56AM +, Isaac Vaughn wrote: > > Add the new Family 17h Model 70h PCI IDs (device 18h functions 0,3,4,6) > > to the kernel, the hwmon module, and the AMD64 EDAC module. > > > > Signed-off-by: Isaac

Re: [PATCH] Add PCI device IDs for family 17h, model 70h

2019-09-06 Thread Borislav Petkov
On Fri, Sep 06, 2019 at 11:57:35AM +, Isaac Vaughn wrote: > Will do, thanks. And, when you reply to mails, please press "Reply-to-all" in your mail client and do not do private mails. There's a reason there's a Cc list. Readding them. > I built my patch on both 5.3.0rc7 and master, and have

Re: [PATCH] Add PCI device IDs for family 17h, model 70h

2019-09-06 Thread Borislav Petkov
On Fri, Sep 06, 2019 at 01:56:56AM +, Isaac Vaughn wrote: > Add the new Family 17h Model 70h PCI IDs (device 18h functions 0,3,4,6) > to the kernel, the hwmon module, and the AMD64 EDAC module. > > Signed-off-by: Isaac Vaughn > --- > arch/x86/kernel/amd_nb.c | 3 +++ >