Re: [PATCH v4 5/5] edac drivers: add MC owner check in init

2017-09-01 Thread Borislav Petkov
On Wed, Aug 23, 2017 at 04:54:47PM -0600, Toshi Kani wrote: > Change generic x86 edac drivers, which probe CPU type with > x86_match_cpu(), to verify the module owner at the beginning > of their module init functions. This allows them to fail > their init immediately when ghes_edac is enabled. Si

[PATCH v4 5/5] edac drivers: add MC owner check in init

2017-08-23 Thread Toshi Kani
Change generic x86 edac drivers, which probe CPU type with x86_match_cpu(), to verify the module owner at the beginning of their module init functions. This allows them to fail their init immediately when ghes_edac is enabled. Similar change can be made to other edac drivers as necessary. Also,