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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 5B5E3C2BA80 for ; Tue, 7 Apr 2020 13:58:50 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C24B72074F for ; Tue, 7 Apr 2020 13:58:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="fcTdeDCI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C24B72074F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 48xTXQ3jwTzDqNX for ; Tue, 7 Apr 2020 23:58:46 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=redhat.com (client-ip=205.139.110.61; helo=us-smtp-delivery-1.mimecast.com; envelope-from=david@redhat.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=fcTdeDCI; dkim-atps=neutral Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 48xTRd2s2QzDqLL for ; Tue, 7 Apr 2020 23:54:34 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1586267671; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=RINIddZUqq5kUQ1PrShNaCH2LZ2pehWwvKUvtGUDiTs=; b=fcTdeDCIno4jMh+U8WynjON+qyDaEPfv2SdRFSVLaOPiZMJtWcv/0IpqCTV81aYbaJcSgT 89tgfquHztr2j1CttajXfXd63SDuIkQlAZ0S1Si1PPythINF4gfXB4ZoHjkf0iwcx+STDM rgs98bRnrTRkuKVgLjk8cpDV1Bu9T4g= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-124-MKl6M0WKP2SXWRLZchOcBQ-1; Tue, 07 Apr 2020 09:54:25 -0400 X-MC-Unique: MKl6M0WKP2SXWRLZchOcBQ-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A7E9185EE6E; Tue, 7 Apr 2020 13:54:23 +0000 (UTC) Received: from t480s.redhat.com (ovpn-114-167.ams2.redhat.com [10.36.114.167]) by smtp.corp.redhat.com (Postfix) with ESMTP id DA56E7E303; Tue, 7 Apr 2020 13:54:16 +0000 (UTC) From: David Hildenbrand To: linux-kernel@vger.kernel.org Subject: [PATCH v1 0/2] mm/memory_hotplug: remove is_mem_section_removable() Date: Tue, 7 Apr 2020 15:54:14 +0200 Message-Id: <20200407135416.24093-1-david@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Content-Transfer-Encoding: quoted-printable X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michal Hocko , Baoquan He , David Hildenbrand , Wei Yang , linux-mm@kvack.org, Paul Mackerras , Nathan Fontenot , Andrew Morton , linuxppc-dev@lists.ozlabs.org, Oscar Salvador Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" This is the follow-up of "[PATCH v1] drivers/base/memory.c: indicate all memory blocks as removable" [1], which gets rid of is_mem_section_removable(). More details can be found in [1] and [2] [1] https://lkml.kernel.org/r/20200128093542.6908-1-david@redhat.com [2] https://lkml.kernel.org/r/20200117105759.27905-1-david@redhat.com David Hildenbrand (2): powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable() mm/memory_hotplug: remove is_mem_section_removable() .../platforms/pseries/hotplug-memory.c | 26 +------ include/linux/memory_hotplug.h | 7 -- mm/memory_hotplug.c | 75 ------------------- 3 files changed, 3 insertions(+), 105 deletions(-) --=20 2.25.1