Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753110AbbBKOn2 (ORCPT ); Wed, 11 Feb 2015 09:43:28 -0500 Received: from mail-wg0-f52.google.com ([74.125.82.52]:33715 "EHLO mail-wg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753078AbbBKOnY (ORCPT ); Wed, 11 Feb 2015 09:43:24 -0500 Date: Wed, 11 Feb 2015 14:43:21 +0000 From: Matt Fleming To: Ivan Khoronzhuk Cc: Grant Likely , Ard Biesheuvel , "linux-kernel@vger.kernel.org" , linux-api@vger.kernel.org, linux-doc@vger.kernel.org, Leif Lindholm , Mark Salter Subject: Re: [Patch v4] firmware: dmi-sysfs: add SMBIOS entry point area attribute Message-ID: <20150211144321.GB4665@codeblueprint.co.uk> References: <1423069563-26467-1-git-send-email-ivan.khoronzhuk@linaro.org> <54D9D4B0.7020803@linaro.org> <20150211141703.GA4665@codeblueprint.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150211141703.GA4665@codeblueprint.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1119 Lines: 32 On Wed, 11 Feb, at 02:17:03PM, Matt Fleming wrote: > On Tue, 10 Feb, at 11:51:44AM, Ivan Khoronzhuk wrote: > > > > If you are Ok with this patch, could you please pickup it? > > Applied, thanks Ivan! Btw this patch doesn't apply cleanly, the reject looks like this, --- drivers/firmware/dmi_scan.c +++ drivers/firmware/dmi_scan.c @@ -537,6 +543,8 @@ dmi_ver &= 0xFFFFFF; dmi_len = get_unaligned_le32(buf + 12); dmi_base = get_unaligned_le64(buf + 16); + smbios_header_size = buf[6]; + memcpy(smbios_header, buf, smbios_header_size); /* * The 64-bit SMBIOS 3.0 entry point no longer has a field What version of the kernel did you base this patch on? The conflict is trivial to fixup and I've done so and pushed it out on the EFI 'next' branch, but I wanted to call out this conflict explicitly. -- Matt Fleming, Intel Open Source Technology Center -- 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/