Re: lk 4.7 regression: EDAC, amd64_edac: Drop pci_register_driver() use

2016-06-15 Thread Tony Battersby
On 06/15/2016 05:50 PM, Borislav Petkov wrote: > On Wed, Jun 15, 2016 at 05:43:42PM -0400, Tony Battersby wrote: >> With that patch applied, modprobe amd64_edac_mod correctly reports "No >> such device" and everything is fine. > Good, thanks! > > I'll add your Tested-by to the fix, if you don't

Re: lk 4.7 regression: EDAC, amd64_edac: Drop pci_register_driver() use

2016-06-15 Thread Tony Battersby
On 06/15/2016 05:50 PM, Borislav Petkov wrote: > On Wed, Jun 15, 2016 at 05:43:42PM -0400, Tony Battersby wrote: >> With that patch applied, modprobe amd64_edac_mod correctly reports "No >> such device" and everything is fine. > Good, thanks! > > I'll add your Tested-by to the fix, if you don't

Re: lk 4.7 regression: EDAC, amd64_edac: Drop pci_register_driver() use

2016-06-15 Thread Borislav Petkov
On Wed, Jun 15, 2016 at 05:43:42PM -0400, Tony Battersby wrote: > With that patch applied, modprobe amd64_edac_mod correctly reports "No > such device" and everything is fine. Good, thanks! I'll add your Tested-by to the fix, if you don't mind. > I also get a new line in dmesg on boot: > >

Re: lk 4.7 regression: EDAC, amd64_edac: Drop pci_register_driver() use

2016-06-15 Thread Borislav Petkov
On Wed, Jun 15, 2016 at 05:43:42PM -0400, Tony Battersby wrote: > With that patch applied, modprobe amd64_edac_mod correctly reports "No > such device" and everything is fine. Good, thanks! I'll add your Tested-by to the fix, if you don't mind. > I also get a new line in dmesg on boot: > >

Re: lk 4.7 regression: EDAC, amd64_edac: Drop pci_register_driver() use

2016-06-15 Thread Tony Battersby
On 06/15/2016 05:12 PM, Borislav Petkov wrote: > On Wed, Jun 15, 2016 at 04:46:40PM -0400, Tony Battersby wrote: >> The following commit is causing an oops: >> >> 3f37a36b6282 ("EDAC, amd64_edac: Drop pci_register_driver() use") >> >> The oops happens when I "modprobe amd64_edac_mod" on an Intel

Re: lk 4.7 regression: EDAC, amd64_edac: Drop pci_register_driver() use

2016-06-15 Thread Tony Battersby
On 06/15/2016 05:12 PM, Borislav Petkov wrote: > On Wed, Jun 15, 2016 at 04:46:40PM -0400, Tony Battersby wrote: >> The following commit is causing an oops: >> >> 3f37a36b6282 ("EDAC, amd64_edac: Drop pci_register_driver() use") >> >> The oops happens when I "modprobe amd64_edac_mod" on an Intel

Re: lk 4.7 regression: EDAC, amd64_edac: Drop pci_register_driver() use

2016-06-15 Thread Borislav Petkov
On Wed, Jun 15, 2016 at 04:46:40PM -0400, Tony Battersby wrote: > The following commit is causing an oops: > > 3f37a36b6282 ("EDAC, amd64_edac: Drop pci_register_driver() use") > > The oops happens when I "modprobe amd64_edac_mod" on an Intel > Xeon-based system, or when booting the same system

Re: lk 4.7 regression: EDAC, amd64_edac: Drop pci_register_driver() use

2016-06-15 Thread Borislav Petkov
On Wed, Jun 15, 2016 at 04:46:40PM -0400, Tony Battersby wrote: > The following commit is causing an oops: > > 3f37a36b6282 ("EDAC, amd64_edac: Drop pci_register_driver() use") > > The oops happens when I "modprobe amd64_edac_mod" on an Intel > Xeon-based system, or when booting the same system

lk 4.7 regression: EDAC, amd64_edac: Drop pci_register_driver() use

2016-06-15 Thread Tony Battersby
The following commit is causing an oops: 3f37a36b6282 ("EDAC, amd64_edac: Drop pci_register_driver() use") The oops happens when I "modprobe amd64_edac_mod" on an Intel Xeon-based system, or when booting the same system with amd64_edac built-in. Obviously the module is not meant for this

lk 4.7 regression: EDAC, amd64_edac: Drop pci_register_driver() use

2016-06-15 Thread Tony Battersby
The following commit is causing an oops: 3f37a36b6282 ("EDAC, amd64_edac: Drop pci_register_driver() use") The oops happens when I "modprobe amd64_edac_mod" on an Intel Xeon-based system, or when booting the same system with amd64_edac built-in. Obviously the module is not meant for this