RE: [PATCH v2 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together

2018-02-27 Thread Mario.Limonciello
ail.com>; > LKML <linux-kernel@vger.kernel.org>; Platform Driver x...@vger.kernel.org> > Subject: Re: [PATCH v2 3/3] platform/x86: dell-smbios: Link all dell-smbios-* > modules together > > On Tue, Feb 27, 2018 at 7:47 PM, Mario Limonciello > <mario.limoncie...@dell.com> wrot

RE: [PATCH v2 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together

2018-02-27 Thread Mario.Limonciello
> -Original Message- > From: Andy Shevchenko [mailto:andy.shevche...@gmail.com] > Sent: Tuesday, February 27, 2018 12:02 PM > To: Limonciello, Mario > Cc: Darren Hart ; Pali Rohár ; > LKML ; Platform Driver x...@vger.kernel.org> > Subject: Re: [PATCH v2 3/3] p

Re: [PATCH v2 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together

2018-02-27 Thread Andy Shevchenko
On Tue, Feb 27, 2018 at 7:47 PM, Mario Limonciello wrote: > Some race conditions were raised due to dell-smbios and its backends > not being ready by the time that a consumer would call one of the > exported methods. > > To avoid this problem, guarantee that all

Re: [PATCH v2 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together

2018-02-27 Thread Andy Shevchenko
On Tue, Feb 27, 2018 at 7:47 PM, Mario Limonciello wrote: > Some race conditions were raised due to dell-smbios and its backends > not being ready by the time that a consumer would call one of the > exported methods. > > To avoid this problem, guarantee that all initialization has been > done by

[PATCH v2 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together

2018-02-27 Thread Mario Limonciello
Some race conditions were raised due to dell-smbios and its backends not being ready by the time that a consumer would call one of the exported methods. To avoid this problem, guarantee that all initialization has been done by linking them all together and running init for them all. As part of

[PATCH v2 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together

2018-02-27 Thread Mario Limonciello
Some race conditions were raised due to dell-smbios and its backends not being ready by the time that a consumer would call one of the exported methods. To avoid this problem, guarantee that all initialization has been done by linking them all together and running init for them all. As part of