Re: [PATCH] modules: Only return -EEXIST for modules that have finished loading

2019-04-15 Thread Jessica Yu
+++ Prarit Bhargava [15/04/19 08:04 -0400]: On 4/15/19 7:23 AM, Jessica Yu wrote: +++ Prarit Bhargava [02/04/19 09:39 -0400]: Microsoft HyperV disables the X86_FEATURE_SMCA bit on AMD systems, and linux guests boot with repeated errors: amd64_edac_mod: Unknown symbol

Re: [PATCH] modules: Only return -EEXIST for modules that have finished loading

2019-04-15 Thread Prarit Bhargava
On 4/15/19 7:23 AM, Jessica Yu wrote: > +++ Prarit Bhargava [02/04/19 09:39 -0400]: >> Microsoft HyperV disables the X86_FEATURE_SMCA bit on AMD systems, and >> linux guests boot with repeated errors: >> >> amd64_edac_mod: Unknown symbol amd_unregister_ecc_decoder (err -2) >> amd64_edac_mod:

Re: [PATCH] modules: Only return -EEXIST for modules that have finished loading

2019-04-15 Thread Jessica Yu
+++ Prarit Bhargava [02/04/19 09:39 -0400]: Microsoft HyperV disables the X86_FEATURE_SMCA bit on AMD systems, and linux guests boot with repeated errors: amd64_edac_mod: Unknown symbol amd_unregister_ecc_decoder (err -2) amd64_edac_mod: Unknown symbol amd_register_ecc_decoder (err -2)

Re: [PATCH] modules: Only return -EEXIST for modules that have finished loading

2019-04-08 Thread Prarit Bhargava
Jessica? ping? P. On 4/2/19 9:39 AM, Prarit Bhargava wrote: > Microsoft HyperV disables the X86_FEATURE_SMCA bit on AMD systems, and > linux guests boot with repeated errors: > > amd64_edac_mod: Unknown symbol amd_unregister_ecc_decoder (err -2) > amd64_edac_mod: Unknown symbol

[PATCH] modules: Only return -EEXIST for modules that have finished loading

2019-04-02 Thread Prarit Bhargava
Microsoft HyperV disables the X86_FEATURE_SMCA bit on AMD systems, and linux guests boot with repeated errors: amd64_edac_mod: Unknown symbol amd_unregister_ecc_decoder (err -2) amd64_edac_mod: Unknown symbol amd_register_ecc_decoder (err -2) amd64_edac_mod: Unknown symbol amd_report_gart_errors