Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932183AbbBZJlk (ORCPT ); Thu, 26 Feb 2015 04:41:40 -0500 Received: from cantor2.suse.de ([195.135.220.15]:50365 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932158AbbBZJli (ORCPT ); Thu, 26 Feb 2015 04:41:38 -0500 Date: Thu, 26 Feb 2015 10:41:34 +0100 From: Jean Delvare To: dmidecode-devel@nongnu.org, Ivan Khoronzhuk Cc: matt.fleming@intel.com, ard.biesheuvel@linaro.org, linux-kernel@vger.kernel.org, leif.lindholm@linaro.org, Mark Salter , grant.likely@linaro.org Subject: Re: [dmidecode] [Patch v3] firmware: dmi-sysfs: add SMBIOS entry point area raw attribute Message-ID: <20150226104134.178e8c35@endymion.delvare> In-Reply-To: <1424940642.25006.60.camel@chaos.site> References: <1422448763-17583-1-git-send-email-ivan.khoronzhuk@linaro.org> <1422975508.18187.77.camel@deneb.redhat.com> <54D0EDE8.40207@linaro.org> <1424940642.25006.60.camel@chaos.site> Organization: SUSE Linux X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.23; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 998 Lines: 23 Replying to myself... On Thu, 26 Feb 2015 09:50:42 +0100, Jean Delvare wrote: > Please also note that the recently released version 3.0.0 of the SMBIOS > specification introduces a new entry point format, and the firmware is > allowed to implement both the old and the new format. It may be > desirable to expose both to user-space under different names. Having read the kernel code meanwhile, I see we will call either dmi_smbios3_present or dmi_present successfully, not both, so presenting both entry points to user-space would be non-trivial. So I'm fine with presenting only one entry point in sysfs for the time being. We can always revisit later if it turns out that dmidecode really needs both in some cases. -- Jean Delvare SUSE L3 Support -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/