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 Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A3F93D2ECF6 for ; Mon, 19 Jan 2026 23:04:04 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 17C646B032B; Mon, 19 Jan 2026 18:04:04 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 113DE6B032E; Mon, 19 Jan 2026 18:04:04 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 03FAC6B032F; Mon, 19 Jan 2026 18:04:03 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0013.hostedemail.com [216.40.44.13]) by kanga.kvack.org (Postfix) with ESMTP id E81696B032B for ; Mon, 19 Jan 2026 18:04:03 -0500 (EST) Received: from smtpin11.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay03.hostedemail.com (Postfix) with ESMTP id B2DBAB8122 for ; Mon, 19 Jan 2026 23:04:03 +0000 (UTC) X-FDA: 84350243166.11.25081A9 Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by imf29.hostedemail.com (Postfix) with ESMTP id 303A5120009 for ; Mon, 19 Jan 2026 23:04:02 +0000 (UTC) Authentication-Results: imf29.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=Egk6IAbZ; spf=pass (imf29.hostedemail.com: domain of david@kernel.org designates 172.105.4.254 as permitted sender) smtp.mailfrom=david@kernel.org; dmarc=pass (policy=quarantine) header.from=kernel.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1768863842; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=LZhVjyRcYNTZSvPO8QSpbd7GbHm4b8bxd+/TlCxGPHM=; b=7ZdFd0iJJwv0gmYqEAZbIk8QuMqeS5K+SUAzin+sInvaGfLMBSrq7EnMgLXgQGgp3RbiYJ CPPNPiNLhltpu2/4S9UKkhdZ+88PGZ1G6sujVSyW9FWDSnwZ6jC633PJiFhMFkklhcjCaQ YZuVX7aOyzJTsEBhC3Bf11yakVMyeIE= ARC-Authentication-Results: i=1; imf29.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=Egk6IAbZ; spf=pass (imf29.hostedemail.com: domain of david@kernel.org designates 172.105.4.254 as permitted sender) smtp.mailfrom=david@kernel.org; dmarc=pass (policy=quarantine) header.from=kernel.org ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1768863842; a=rsa-sha256; cv=none; b=XhSkFEyJB0oPwMMCkZ22TDkjykPlYlxeOK6PrZj/eQWXrRpUYsd37vjn7UXaoFvuY6bgwt 2Ww4oDCubvbt47HbScSD0ByyfP9P8uQYRqOTV+7VtuLjQrwNJdKitxBpHvx5KfkSRMa3k4 ab6tsdGbh/hRpauJ8KVshh3iSiMxno0= Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id AE633600CB; Mon, 19 Jan 2026 23:04:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2698C19424; Mon, 19 Jan 2026 23:03:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768863841; bh=GT7gMb9052k09b7feSno+zVM6CU/qsSXOXmaT6CsVkU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Egk6IAbZ0Z786ez2iuplNWTllT0uMarzPHhKBT5TZiJqtlB1NAfHjfRnXfav89zqN IZuNVh/TQyEZFMB+SEqEhvAMYHiWSlEI9hGbWlZPR9VmWQGCb1P8u2S3huLb1RrMZ7 /whZLTSUXsQLHaVJB19h/E3ALFef1pmo3tU0nkzaMJl5ylg6TCKtJ3taeyXF/E+rRr EgSufQo1nUeXpE5NmIYyHnHWrNT6/m+uPxYmKIPTi4EfE9Bwv273iA5QREtx6vPPv4 pJz5ClAL2L58t1rUTTBRoXIRMqQLNxU3RWRN6GUE6OcRKdRxaeWgTahjwjICqaOMkY YSdJgeMAuzWng== From: "David Hildenbrand (Red Hat)" To: linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org, Broadcom internal kernel review list , linux-doc@vger.kernel.org, virtualization@lists.linux.dev, "David Hildenbrand (Red Hat)" , Andrew Morton , Oscar Salvador , Lorenzo Stoakes , "Liam R. Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Jonathan Corbet , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , Christophe Leroy , Arnd Bergmann , Greg Kroah-Hartman , Jerrin Shaji George , "Michael S. Tsirkin" , Jason Wang , Xuan Zhuo , =?UTF-8?q?Eugenio=20P=C3=A9rez?= , Zi Yan Subject: [PATCH v3 20/24] mm: rename balloon_compaction.(c|h) to balloon.(c|h) Date: Tue, 20 Jan 2026 00:01:28 +0100 Message-ID: <20260119230133.3551867-21-david@kernel.org> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20260119230133.3551867-1-david@kernel.org> References: <20260119230133.3551867-1-david@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspam-User: X-Stat-Signature: rm3x7317kbhgyc4cuoi1dgk1ftgor6cu X-Rspamd-Queue-Id: 303A5120009 X-Rspamd-Server: rspam04 X-HE-Tag: 1768863842-449674 X-HE-Meta: U2FsdGVkX1/GMvuiwgTfTyYzQxdi3CojqrcilPzSGX6xa11puGmdelY2ZTpUDOpjwNWbjKAmkFIxe/3tXL3W4nKGeS/8fGE2iuWMqASC1+TIK/0dLgOSkPQKy7tjqRillmqmddk1zoa77i97ZBP3WP1Ar11ho/IUxx3OCRLXeEHFfmllTG148eW2FxNVRiCqpHD8pUilsnX0+rVoETohKBqq3OzUa8+VtmGkiTjnYRjBK6r9HZrRE4W7VHk+KXpJNLyj2NEVyuHUyCSW1x1fBDrO2V1BrSZCRl8y9QQU5S3hkSU1uCzqKL5nVK/jQizphre2HIWkrD6MRFp+9WQfBwS3jVsvnMNbNsliVhajGJqYVNMRTVNr4BrJbumYqLGuZ9TQMGxEQs3Mmcl9sk0Pt5GPaFvZTMaeJxwjvsvkpYGcUjxEiOKBLWXJVQ4oha/awL9fxugjmPXl+DgWDAh3+m5ARoi4MuFNrK0ruzyd8LYCGUNiepabMZFqXcrQzLx1y3SDAU7Td5I6EUUDNAwluiPaodxXAZWAzyFI5KefTD5hwdzvtDm/R62qxN/BAMVDCl0f0Uoi9/mj5ch1l3rj6I+A1By/LxOhVKPBA5pKpaDQ8M5wHiiS//bF4qybYM6E5z65hwOwb/xj1i9ewtFjm1fil87ZwM5foxPUK4GXcR5e2z/1mrCepITR0DIoOAa/wW0DbEO7YY44rxVyKpqfROOJpl+wSMo+36/YcncXECIJntM4nhZ4JVmucapeKj4XxVQr2oo5OX+uBAMvg/0gTMsNQmBoQQCiXrfH+WTcjeOrtq4vbiQCRJJDm8gdDFXleYubEA5G1RMqVCxErFp71SUm0CjawN/fv13IAnwkw+P0UZoIBu/DK6DCcV42aapA9yBEWnxk6urNK+CtO9Te0RbC0wSOae7HmAe7iD/MCJWmI5PpyQUrN2V3OpiQx1XH3AhbycQ5gO8MyorbWmt oZga7h3u 5JsrT9Gw0bQEGpPL051rp/pfYmaz+aZpT3I1s3W+2483rGxMOczbWNtAqeGltZbW3bmdDJnFL4yLxlRWyCAg8rhSlO0oKrhI0mdDsjLChWHWsCXiQAKIDSP61jOSIovcZ7+k6lHLpA4WRY/qtkaP4+J7+PYSNkEql4oso4KKoKWfPwNy5x/CJog2ZHpdL8awiKzMUH5tmDluLKBC8zqD4YcZg6Je/85svgRsxLrw31TpUJ8padryvOsAPVRxNVOjiArUt6Eb7yV5gl5HfsrkpMj6moFqcRMzAdc6it0p/TaeGrCMCBlzzq9oo4R9zPBf2H3MkNQ/uq7KM56z9TpwrZj0h6EZ+ty+MR21DvhXU4NBZUj0= X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: List-Subscribe: List-Unsubscribe: Even without CONFIG_BALLOON_COMPACTION this infrastructure implements basic list and page management for a memory balloon. Reviewed-by: Lorenzo Stoakes Acked-by: Michael S. Tsirkin Signed-off-by: David Hildenbrand (Red Hat) --- Documentation/core-api/mm-api.rst | 2 +- MAINTAINERS | 4 ++-- arch/powerpc/platforms/pseries/cmm.c | 2 +- drivers/misc/vmw_balloon.c | 2 +- drivers/virtio/virtio_balloon.c | 2 +- include/linux/{balloon_compaction.h => balloon.h} | 11 +++++------ mm/Makefile | 2 +- mm/{balloon_compaction.c => balloon.c} | 7 +++---- 8 files changed, 15 insertions(+), 17 deletions(-) rename include/linux/{balloon_compaction.h => balloon.h} (92%) rename mm/{balloon_compaction.c => balloon.c} (98%) diff --git a/Documentation/core-api/mm-api.rst b/Documentation/core-api/mm-api.rst index 68193a4cfcf52..aabdd3cba58e8 100644 --- a/Documentation/core-api/mm-api.rst +++ b/Documentation/core-api/mm-api.rst @@ -130,5 +130,5 @@ More Memory Management Functions .. kernel-doc:: mm/vmscan.c .. kernel-doc:: mm/memory_hotplug.c .. kernel-doc:: mm/mmu_notifier.c -.. kernel-doc:: mm/balloon_compaction.c +.. kernel-doc:: mm/balloon.c .. kernel-doc:: mm/huge_memory.c diff --git a/MAINTAINERS b/MAINTAINERS index 0d044a58cbfe0..de8f89ca1149f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -27536,9 +27536,9 @@ M: David Hildenbrand L: virtualization@lists.linux.dev S: Maintained F: drivers/virtio/virtio_balloon.c -F: include/linux/balloon_compaction.h +F: include/linux/balloon.h F: include/uapi/linux/virtio_balloon.h -F: mm/balloon_compaction.c +F: mm/balloon.c VIRTIO BLOCK AND SCSI DRIVERS M: "Michael S. Tsirkin" diff --git a/arch/powerpc/platforms/pseries/cmm.c b/arch/powerpc/platforms/pseries/cmm.c index 7fd8b3d7e7637..7a3c4922685ab 100644 --- a/arch/powerpc/platforms/pseries/cmm.c +++ b/arch/powerpc/platforms/pseries/cmm.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/drivers/misc/vmw_balloon.c b/drivers/misc/vmw_balloon.c index 53e9335b6718c..7fd3f709108c2 100644 --- a/drivers/misc/vmw_balloon.c +++ b/drivers/misc/vmw_balloon.c @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c index 6ae00de78b61b..de8041c3285a1 100644 --- a/drivers/virtio/virtio_balloon.c +++ b/drivers/virtio/virtio_balloon.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/include/linux/balloon_compaction.h b/include/linux/balloon.h similarity index 92% rename from include/linux/balloon_compaction.h rename to include/linux/balloon.h index 7757e0e314fdb..82585542300d6 100644 --- a/include/linux/balloon_compaction.h +++ b/include/linux/balloon.h @@ -1,8 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* - * include/linux/balloon_compaction.h - * - * Common interface definitions for making balloon pages movable by compaction. + * Common interface for implementing a memory balloon, including support + * for migration of pages inflated in a memory balloon. * * Balloon page migration makes use of the general "movable_ops page migration" * feature. @@ -35,8 +34,8 @@ * * Copyright (C) 2012, Red Hat, Inc. Rafael Aquini */ -#ifndef _LINUX_BALLOON_COMPACTION_H -#define _LINUX_BALLOON_COMPACTION_H +#ifndef _LINUX_BALLOON_H +#define _LINUX_BALLOON_H #include #include #include @@ -75,4 +74,4 @@ static inline void balloon_devinfo_init(struct balloon_dev_info *balloon) balloon->migratepage = NULL; balloon->adjust_managed_page_count = false; } -#endif /* _LINUX_BALLOON_COMPACTION_H */ +#endif /* _LINUX_BALLOON_H */ diff --git a/mm/Makefile b/mm/Makefile index 9175f8cc65658..1e31e0a528dc1 100644 --- a/mm/Makefile +++ b/mm/Makefile @@ -122,7 +122,7 @@ obj-$(CONFIG_CMA) += cma.o obj-$(CONFIG_NUMA) += numa.o obj-$(CONFIG_NUMA_MEMBLKS) += numa_memblks.o obj-$(CONFIG_NUMA_EMU) += numa_emulation.o -obj-$(CONFIG_MEMORY_BALLOON) += balloon_compaction.o +obj-$(CONFIG_MEMORY_BALLOON) += balloon.o obj-$(CONFIG_PAGE_EXTENSION) += page_ext.o obj-$(CONFIG_PAGE_TABLE_CHECK) += page_table_check.o obj-$(CONFIG_CMA_DEBUGFS) += cma_debug.o diff --git a/mm/balloon_compaction.c b/mm/balloon.c similarity index 98% rename from mm/balloon_compaction.c rename to mm/balloon.c index bed30c6c1a487..25e2a1e71eba9 100644 --- a/mm/balloon_compaction.c +++ b/mm/balloon.c @@ -1,15 +1,14 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * mm/balloon_compaction.c - * - * Common interface for making balloon pages movable by compaction. + * Common interface for implementing a memory balloon, including support + * for migration of pages inflated in a memory balloon. * * Copyright (C) 2012, Red Hat, Inc. Rafael Aquini */ #include #include #include -#include +#include /* * Lock protecting the balloon_dev_info of all devices. We don't really -- 2.52.0