From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 24 Oct 2021 22:14:19 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mejsp-0004kU-DG for lore@lore.pengutronix.de; Sun, 24 Oct 2021 22:14:19 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mejso-0003SG-Uq; Sun, 24 Oct 2021 22:14:18 +0200 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mejsB-0003S2-V8; Sun, 24 Oct 2021 22:13:39 +0200 Received: from rhi by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mejsB-0004jT-NE; Sun, 24 Oct 2021 22:13:39 +0200 From: Roland Hieber To: ptxdist@pengutronix.de Date: Sun, 24 Oct 2021 22:13:36 +0200 Message-Id: <20211024201336.18143-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Mail-Followup-To: Roland Hieber , ptxdist@pengutronix.de Subject: [ptxdist] [PATCH] memstat: move to staging X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Roland Hieber Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Roland Hieber --- rules/memstat.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/rules/memstat.in b/rules/memstat.in index 2ebb757b9e56..47ae4836711a 100644 --- a/rules/memstat.in +++ b/rules/memstat.in @@ -1,4 +1,6 @@ -## SECTION=shell_and_console +## SECTION=staging +### old section: +### SECTION=shell_and_console config MEMSTAT tristate @@ -6,3 +8,9 @@ config MEMSTAT help memstat is a memory diagnosis tool which lets you find out which process uses how much virtual memory. + + STAGING: remove in PTXdist 2022.11.0 + + Old version that should be updated, unclear licensing + situation, and unresponsive upstream: + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989578 -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de