From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f169.google.com (mail-io0-f169.google.com [209.85.223.169]) by kanga.kvack.org (Postfix) with ESMTP id 2907E6B0005 for ; Mon, 4 Jan 2016 11:17:40 -0500 (EST) Received: by mail-io0-f169.google.com with SMTP id 1so113002554ion.1 for ; Mon, 04 Jan 2016 08:17:40 -0800 (PST) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTPS id ks9si1247181igb.12.2016.01.04.08.17.39 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Jan 2016 08:17:39 -0800 (PST) From: Vitaly Kuznetsov Subject: [PATCH v2 0/2] memory-hotplug: cleanup register_memory_resource() Date: Mon, 4 Jan 2016 17:17:29 +0100 Message-Id: <1451924251-4189-1-git-send-email-vkuznets@redhat.com> Sender: owner-linux-mm@kvack.org List-ID: To: linux-mm@kvack.org Cc: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, Andrew Morton , David Rientjes , Tang Chen , Naoya Horiguchi , Xishi Qiu , Sheng Yong , Zhu Guihua , Dan Williams , David Vrabel , Igor Mammedov , "Rafael J. Wysocki" , Len Brown This series is a successor for the previously sent "[PATCH] memory-hotplug: don't BUG() in register_memory_resource()". Changes since it are: - Use ERR_PTR/PTR_ERR/IS_ERR() [David Rientjes] - Add "memory-hotplug: keep the request_resource() error code" patch [Andrew Morton] Cc: Andrew Morton Cc: David Rientjes Cc: Tang Chen Cc: Naoya Horiguchi Cc: Xishi Qiu Cc: Sheng Yong Cc: Zhu Guihua Cc: Dan Williams Cc: David Vrabel Cc: Igor Mammedov Cc: "Rafael J. Wysocki" Cc: Len Brown Vitaly Kuznetsov (2): memory-hotplug: don't BUG() in register_memory_resource() memory-hotplug: keep the request_resource() error code drivers/acpi/acpi_memhotplug.c | 4 ++-- mm/memory_hotplug.c | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) -- 2.4.3 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org