Re: [PATCH 4/5] EDAC, dsm_edac: Wrap ACPI DSM methods for address translation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Oct 09, 2018 at 12:28:54PM +0200, Rafael J. Wysocki wrote:
> Well, it looks reasonable, one question though (below).
> 
> > diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
> > index dd1eea90f67f..327c93b51cb7 100644
> > --- a/drivers/acpi/Kconfig
> > +++ b/drivers/acpi/Kconfig
> > @@ -498,6 +498,16 @@ config ACPI_EXTLOG
> >  	  driver adds support for that functionality with corresponding
> >  	  tracepoint which carries that information to userspace.
> >  
> > +config ACPI_ADXL
> > +	bool "Physical address to DIMM address translation"
> > +	def_bool n
> > +	help
> > +	  Enable interface that calls into BIOS using a DSM (device
> > +	  specific method) to convert system physical addresses
> > +	  to DIMM (socket, channel, rank, dimm, etc.).
> > +	  Only available on some servers.
> > +	  Used by newer EDAC drivers.
> > +
> 
> I wonder if the extra config option is really needed.  I guess it is useful
> for the "tinification" people, but then can it simply depend on something
> else we already have?
> 
> Distros will set it to "Y" anyway.

I was planning on having the EDAC driver(s) that need this do a

	select ACPI_ADXL

That way the tinification people are happy, and distros that include
EDAC will set it without any other changes.

> > +#define ACPI_ADXL_PATH			"\\_SB.ADXL"
> 
> It would be good to add a comment to say where the ADXL object is
> defined.

Can you expand on what you want here? My naive ACPI knowledge
thought that "\\_SB.ADXL" was a "pathname" saying that the ADXL
device is part of the "SB" (is that System Board?).

Are you asking which platforms include this?


Qiuxu has tested this. So I can re-post to linux-acpi for any
other comments from the community.

Procedure question. If you like this, can you "Ack" it and let
Boris take it through his tree. The changes to the Skylake EDAC
driver are dependent on this, so we need to have the commits
apply in the right order.

Thanks

-Tony



[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux