Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752226AbaATLdN (ORCPT ); Mon, 20 Jan 2014 06:33:13 -0500 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:42781 "EHLO e06smtp12.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750917AbaATLdH (ORCPT ); Mon, 20 Jan 2014 06:33:07 -0500 From: Philipp Hachtmann To: akpm@linux-foundation.org Cc: hannes@cmpxchg.org, liuj97@gmail.com, santosh.shilimkar@ti.com, grygorii.strashko@ti.com, iamjoonsoo.kim@lge.com, robin.m.holt@gmail.com, tangchen@cn.fujitsu.com, yinghai@kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Philipp Hachtmann Subject: [PATCH V5 0/3] mm/memblock: Excluded memory Date: Mon, 20 Jan 2014 12:32:36 +0100 Message-Id: <1390217559-14691-1-git-send-email-phacht@linux.vnet.ibm.com> X-Mailer: git-send-email 1.8.4.5 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14012011-8372-0000-0000-000008610311 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This all fits linux-next. The first patch is a fix (not a replacement) to a patch that has already been put into linux-next. The original patch generates a warning for an unused variable in case that CONFIG_ARCH_DISCARD_MEMBLOCK is not set. It's now made the way Andrew suggested. The second patch adds support for exluded memory region handling in memblock. This is needed by the current s390 development in conjunction with kdump. The patch is straightforward and adds some redundancy. This has been done to clarify that this patch does not intend to change any of the current memblock API's behaviour. The third patch does some cleanup and refactoring to memblock. It removes the redundancies introduced by the patch before. It also is not intended to change or break any behaviour or API of memblock. Philipp Hachtmann (3): mm/nobootmem: Fix unused variable mm/memblock: Add support for excluded memory areas mm/memblock: Cleanup and refactoring after addition of nomap include/linux/memblock.h | 57 +++++++++--- mm/Kconfig | 3 + mm/memblock.c | 233 +++++++++++++++++++++++++++++++++++------------ mm/nobootmem.c | 30 ++++-- 4 files changed, 243 insertions(+), 80 deletions(-) -- 1.8.4.5 -- 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/