Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1740887 > unrolled thread
| Started by | Darren Hart <dvhart@infradead.org> |
|---|---|
| First post | 2017-09-27 18:50 +0200 |
| Last post | 2017-09-27 20:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 04/12] platform/x86: dell-smbios: Switch to a WMI-ACPI interface Darren Hart <dvhart@infradead.org> - 2017-09-27 18:50 +0200
RE: [PATCH 04/12] platform/x86: dell-smbios: Switch to a WMI-ACPI interface <Mario.Limonciello@dell.com> - 2017-09-27 20:30 +0200
| From | Darren Hart <dvhart@infradead.org> |
|---|---|
| Date | 2017-09-27 18:50 +0200 |
| Subject | Re: [PATCH 04/12] platform/x86: dell-smbios: Switch to a WMI-ACPI interface |
| Message-ID | <uunH5-5Cm-23@gated-at.bofh.it> |
On Mon, Sep 25, 2017 at 07:28:57PM +0000, Mario.Limonciello@dell.com wrote: > > > > -----Original Message----- > > From: Pali Rohár [mailto:pali.rohar@gmail.com] > > Sent: Monday, September 25, 2017 12:19 PM > > To: Limonciello, Mario <Mario_Limonciello@Dell.com> > > Cc: dvhart@infradead.org; LKML <linux-kernel@vger.kernel.org>; platform-driver- > > x86@vger.kernel.org; quasisec@google.com > > Subject: Re: [PATCH 04/12] platform/x86: dell-smbios: Switch to a WMI-ACPI > > interface > > > > On Thursday 21 September 2017 08:57:09 Mario Limonciello wrote: > > > The driver currently uses an SMI interface which grants direct access > > > to physical memory to the platform via a pointer. > > > > > > Changing this to operate over WMI-ACPI will use an ACPI OperationRegion > > > for a buffer of data storage when platform calls are performed. > > > > > > This is a safer approach to use in kernel drivers as the platform will > > > only have access to that OperationRegion. > > > > In my opinion direct access is safer then using ACPI wrapper for same > > functionality. > > I'd like to hear how this is safer. Again, I think the disconnect is around the term "platform". I think above you can s/platform/SMM/ right? -- Darren Hart VMware Open Source Technology Center
[toc] | [next] | [standalone]
| From | <Mario.Limonciello@dell.com> |
|---|---|
| Date | 2017-09-27 20:30 +0200 |
| Message-ID | <uupfP-6E9-1@gated-at.bofh.it> |
| In reply to | #1740887 |
> -----Original Message----- > From: Darren Hart [mailto:dvhart@infradead.org] > Sent: Wednesday, September 27, 2017 12:46 PM > To: Limonciello, Mario <Mario_Limonciello@Dell.com> > Cc: pali.rohar@gmail.com; linux-kernel@vger.kernel.org; platform-driver- > x86@vger.kernel.org; quasisec@google.com > Subject: Re: [PATCH 04/12] platform/x86: dell-smbios: Switch to a WMI-ACPI > interface > > On Mon, Sep 25, 2017 at 07:28:57PM +0000, Mario.Limonciello@dell.com wrote: > > > > > > > -----Original Message----- > > > From: Pali Rohár [mailto:pali.rohar@gmail.com] > > > Sent: Monday, September 25, 2017 12:19 PM > > > To: Limonciello, Mario <Mario_Limonciello@Dell.com> > > > Cc: dvhart@infradead.org; LKML <linux-kernel@vger.kernel.org>; platform- > driver- > > > x86@vger.kernel.org; quasisec@google.com > > > Subject: Re: [PATCH 04/12] platform/x86: dell-smbios: Switch to a WMI-ACPI > > > interface > > > > > > On Thursday 21 September 2017 08:57:09 Mario Limonciello wrote: > > > > The driver currently uses an SMI interface which grants direct access > > > > to physical memory to the platform via a pointer. > > > > > > > > Changing this to operate over WMI-ACPI will use an ACPI OperationRegion > > > > for a buffer of data storage when platform calls are performed. > > > > > > > > This is a safer approach to use in kernel drivers as the platform will > > > > only have access to that OperationRegion. > > > > > > In my opinion direct access is safer then using ACPI wrapper for same > > > functionality. > > > > I'd like to hear how this is safer. > > Again, I think the disconnect is around the term "platform". I think above you > can s/platform/SMM/ right? > From my OEM hat we don't really refer to SMM as an entity, but "Yeah" if that makes it clearer I'd agree.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web