Re: [Patch v2 1/2] firmware: dmi_scan: add symbol to get SMBIOS entry area

2015-01-26 Thread Ard Biesheuvel
On 26 January 2015 at 13:28, Ivan Khoronzhuk wrote: > There are situations when code needs to access SMBIOS entry table > area. For example, to pass it via sysfs to userspace when it's not > allowed to get SMBIOS info via /dev/mem. > > Signed-off-by: Ivan Khoronzhuk Reviewed-by: Ard Biesheuvel

[Patch v2 1/2] firmware: dmi_scan: add symbol to get SMBIOS entry area

2015-01-26 Thread Ivan Khoronzhuk
There are situations when code needs to access SMBIOS entry table area. For example, to pass it via sysfs to userspace when it's not allowed to get SMBIOS info via /dev/mem. Signed-off-by: Ivan Khoronzhuk --- drivers/firmware/dmi_scan.c | 26 ++ include/linux/dmi.h

Re: [Patch v2 1/2] firmware: dmi_scan: add symbol to get SMBIOS entry area

2015-01-26 Thread Ard Biesheuvel
On 26 January 2015 at 13:28, Ivan Khoronzhuk ivan.khoronz...@linaro.org wrote: There are situations when code needs to access SMBIOS entry table area. For example, to pass it via sysfs to userspace when it's not allowed to get SMBIOS info via /dev/mem. Signed-off-by: Ivan Khoronzhuk

[Patch v2 1/2] firmware: dmi_scan: add symbol to get SMBIOS entry area

2015-01-26 Thread Ivan Khoronzhuk
There are situations when code needs to access SMBIOS entry table area. For example, to pass it via sysfs to userspace when it's not allowed to get SMBIOS info via /dev/mem. Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@linaro.org --- drivers/firmware/dmi_scan.c | 26 ++