Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp22045924ybl; Mon, 6 Jan 2020 16:58:41 -0800 (PST) X-Google-Smtp-Source: APXvYqw4lF1nwhBU5Lohr9qb1jqdl9mMkAipkArh3hBOPwld3Qg250e18g2N9OGwPCIQCXTOkx+2 X-Received: by 2002:a05:6830:3014:: with SMTP id a20mr586784otn.29.1578358721208; Mon, 06 Jan 2020 16:58:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578358721; cv=none; d=google.com; s=arc-20160816; b=MNQ2+hqzA68yFbaxnJsvvteDqQ6PC5tNwgjyjv8YwDBMZ8PLnsPWH34s9+LhdJaJrJ G3ykUckN2q9mJuzbQafdnflnfpy+uvoE+l24LTLblSU5o7yD5VIve2oVmvsJFShdsVIr bGQJEXad+mtvjl456JSIailMtYg1vZ0V5GukAId5ESeeFRNgWBcFLJz+ZLwcoByQVCPX Yh5BYJc8UzJartpZMTF3e8UIScXwMknrk9O9lPus8UMI4jUunae70ZLb55efDVXqQuv4 Dk0RT+wvq3YAxZ1an0J6ZnyNImtaLTNBaOg7xCG5ewBTGWUY7N/Krfftp1WxOoo9PlWH 0+sQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:cc:to:from :subject; bh=3FB5dw9r24ePE9Hdble+qZFnkUyRHCAhvpepg/4wVmM=; b=PiMHZnG8/tX0Es2UhV1FpIioyEMRjD2uF06Gscf2qsofHOVJD/wGB4Dac8VNLbqMha lyhqqf72Uy7xvZ4rrC8lJBiw5a8xHO15CPH4vJnG47yTIiyY+V4R6nyHQzLjza1M7tcZ k6ZgyhJW5OZBDIJIBoEma4BMiRwxmljrTmDaKK8HtWq6EDFvenUl5SpJUt0wY0lgNFvu /GNi7DXVrrSVBtZkqQBbNrpHx4IBgYY6+x6QK9k2nPofnezjbDIgzraJVRxprREBUTcK +1hXMPt6JLtpURWBHS6SdD7hubv8J9F1l0godvUqatu0NoOOa7u0OwiJi8G7ZcwiAkr6 PG0Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m67si34476357oib.117.2020.01.06.16.58.29; Mon, 06 Jan 2020 16:58:41 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727419AbgAGA4l (ORCPT + 99 others); Mon, 6 Jan 2020 19:56:41 -0500 Received: from mga17.intel.com ([192.55.52.151]:4836 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727233AbgAGA4l (ORCPT ); Mon, 6 Jan 2020 19:56:41 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jan 2020 16:56:40 -0800 X-IronPort-AV: E=Sophos;i="5.69,404,1571727600"; d="scan'208";a="210958795" Received: from dwillia2-desk3.jf.intel.com (HELO dwillia2-desk3.amr.corp.intel.com) ([10.54.39.16]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jan 2020 16:56:40 -0800 Subject: [PATCH v4 3/4] efi: Fix efi_memmap_alloc() leaks From: Dan Williams To: mingo@redhat.com Cc: Taku Izumi , Ard Biesheuvel , linux-efi@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org, kexec@lists.infradead.org Date: Mon, 06 Jan 2020 16:40:37 -0800 Message-ID: <157835763783.1456824.4013634516855823659.stgit@dwillia2-desk3.amr.corp.intel.com> In-Reply-To: <157835762222.1456824.290100196815539830.stgit@dwillia2-desk3.amr.corp.intel.com> References: <157835762222.1456824.290100196815539830.stgit@dwillia2-desk3.amr.corp.intel.com> User-Agent: StGit/0.18-3-g996c MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org With efi_fake_memmap() and efi_arch_mem_reserve() the efi table may be updated and replaced multiple times. When that happens a previous dynamically allocated efi memory map can be garbage collected. Use the new EFI_MEMMAP_{SLAB,MEMBLOCK} flags to detect when a dynamically allocated memory map is being replaced. Debug statements in efi_memmap_free() reveal: efi: __efi_memmap_free:37: phys: 0x23ffdd580 size: 2688 flags: 0x2 efi: __efi_memmap_free:37: phys: 0x9db00 size: 2640 flags: 0x2 efi: __efi_memmap_free:37: phys: 0x9e580 size: 2640 flags: 0x2 ...a savings of 7968 bytes on a qemu boot with 2 entries specified to efi_fake_mem=. Cc: Taku Izumi Cc: Ard Biesheuvel Signed-off-by: Dan Williams --- drivers/firmware/efi/memmap.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/drivers/firmware/efi/memmap.c b/drivers/firmware/efi/memmap.c index 04dfa56b994b..bffa320d2f9a 100644 --- a/drivers/firmware/efi/memmap.c +++ b/drivers/firmware/efi/memmap.c @@ -29,6 +29,28 @@ static phys_addr_t __init __efi_memmap_alloc_late(unsigned long size) return PFN_PHYS(page_to_pfn(p)); } +static void __init __efi_memmap_free(u64 phys, unsigned long size, unsigned long flags) +{ + if (flags & EFI_MEMMAP_MEMBLOCK) { + if (slab_is_available()) + memblock_free_late(phys, size); + else + memblock_free(phys, size); + } else if (flags & EFI_MEMMAP_SLAB) { + struct page *p = pfn_to_page(PHYS_PFN(phys)); + unsigned int order = get_order(size); + + free_pages((unsigned long) page_address(p), order); + } +} + +static void __init efi_memmap_free(void) +{ + __efi_memmap_free(efi.memmap.phys_map, + efi.memmap.desc_size * efi.memmap.nr_map, + efi.memmap.flags); +} + /** * efi_memmap_alloc - Allocate memory for the EFI memory map * @num_entries: Number of entries in the allocated map. @@ -100,6 +122,8 @@ static int __init __efi_memmap_init(struct efi_memory_map_data *data) return -ENOMEM; } + efi_memmap_free(); + map.phys_map = data->phys_map; map.nr_map = data->size / data->desc_size; map.map_end = map.map + data->size;