From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B77B1C43142 for ; Wed, 27 Jun 2018 06:06:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 659752699C for ; Wed, 27 Jun 2018 06:06:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 659752699C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752990AbeF0GGk (ORCPT ); Wed, 27 Jun 2018 02:06:40 -0400 Received: from mga03.intel.com ([134.134.136.65]:18904 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751392AbeF0GGi (ORCPT ); Wed, 27 Jun 2018 02:06:38 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2018 23:06:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,278,1526367600"; d="scan'208";a="60475202" Received: from yexl-desktop.sh.intel.com (HELO localhost) ([10.239.159.124]) by FMSMGA003.fm.intel.com with ESMTP; 26 Jun 2018 23:06:34 -0700 Date: Wed, 27 Jun 2018 14:02:57 +0800 From: Ye Xiaolong To: "Prakhya, Sai Praneeth" Cc: lkp , "Shankar, Ravi V" , "linux-efi@vger.kernel.org" , Ard Biesheuvel , Matt Fleming , Laszlo Ersek , Bhupesh Sharma , "linux-kernel@vger.kernel.org" , "Neri, Ricardo" , Lee Chun-Yi , Borislav Petkov , "kbuild-all@01.org" , Dave Young Subject: Re: [kbuild-all] [PATCH] efi: Free existing memory map before installing new memory map Message-ID: <20180627060257.GD18756@yexl-desktop> References: <1529980892-11833-1-git-send-email-sai.praneeth.prakhya@intel.com> <201806261053.B3CmI5Dm%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 06/26, Prakhya, Sai Praneeth wrote: >> >> Hi Sai, >> >> Thank you for the patch! Yet something to improve: >> >> [auto build test ERROR on linus/master] >> [also build test ERROR on v4.18-rc2 next-20180625] [if your patch is applied to >> the wrong git tree, please drop us a note to help improve the system] > >Since efi_memmap_free() is a recently introduced API [1], please note that the patch >is based on efi tree @https://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git I noticed the official efi tree recored in MAINTAINERS is git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git, are they identical? EXTENSIBLE FIRMWARE INTERFACE (EFI) M: Matt Fleming L: linux-efi@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git S: Maintained F: Documentation/efi-stub.txt F: arch/ia64/kernel/efi.c F: arch/x86/boot/compressed/eboot.[ch] F: arch/x86/include/asm/efi.h F: arch/x86/platform/efi/* F: drivers/firmware/efi/* F: include/linux/efi*.h Thanks, Xiaolong > >[1] https://lkml.org/lkml/2018/6/22/39 > >Regards, >Sai >_______________________________________________ >kbuild-all mailing list >kbuild-all@lists.01.org >https://lists.01.org/mailman/listinfo/kbuild-all