From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:55:43 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOspD-0013VB-2e for lore@lore.pengutronix.de; Mon, 18 May 2026 09:55:43 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOspD-00010S-Fs; Mon, 18 May 2026 09:55:43 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsnb-0003fh-2T; Mon, 18 May 2026 09:54:03 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsna-000YSp-1N; Mon, 18 May 2026 09:54:03 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsna-00000000DVQ-3y0b; Mon, 18 May 2026 09:54:02 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:54:02 +0200 Message-ID: <20260518075402.51909-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260504125307.64513-1-t.scherer@eckelmann.de> References: <20260504125307.64513-1-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] sched_switch: Remove after one year in 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: Thorsten Scherer 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 0295ec83369578a24a74075ac6b56176a9ed143b. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:54:02 +0200, Thorsten Scherer wrote: > Signed-off-by: Thorsten Scherer > Message-Id: <20260504125307.64513-1-t.scherer@eckelmann.de> > Signed-off-by: Michael Olbrich > > diff --git a/patches/sched_switch-0.1/fix-cross-compile.patch b/patches/sched_switch-0.1/fix-cross-compile.patch > deleted file mode 100644 > index d4939e0a499b..000000000000 > --- a/patches/sched_switch-0.1/fix-cross-compile.patch > +++ /dev/null > @@ -1,26 +0,0 @@ > -Fix cross compilation > - > -Signed-off-by: Remy Bohmer > ---- > - Makefile | 14 +++++++++++++- > - 1 file changed, 13 insertions(+), 1 deletion(-) > - > -Index: sched_switch-0.1/Makefile > -=================================================================== > ---- sched_switch-0.1.orig/Makefile > -+++ sched_switch-0.1/Makefile > -@@ -1 +1,13 @@ > --sched_switch: > -+DESTDIR = > -+BINDIR = /usr/bin > -+ > -+sched_switch: sched_switch.c Makefile > -+ $(CC) sched_switch.c $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(XCFLAGS) -o sched_switch > -+ > -+.PHONY: clean > -+clean: > -+ rm -f sched_switch > -+ > -+.PHONY: install > -+install: sched_switch > -+ install -m 0755 sched_switch $(DESTDIR)$(BINDIR)/ > diff --git a/patches/sched_switch-0.1/series b/patches/sched_switch-0.1/series > deleted file mode 100644 > index 0190994f9da3..000000000000 > --- a/patches/sched_switch-0.1/series > +++ /dev/null > @@ -1 +0,0 @@ > -fix-cross-compile.patch > diff --git a/rules/sched_switch.in b/rules/sched_switch.in > deleted file mode 100644 > index e689093ecd5d..000000000000 > --- a/rules/sched_switch.in > +++ /dev/null > @@ -1,17 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=shell_and_console > - > -config SCHED_SWITCH > - tristate > - prompt "sched switch" > - help > - This is a tool that convert the kernel tracer 'sched_switch' data to > - VCD (value change dump) data. > - It makes a graphical visualization tool of the task switches that can be > - visualised with GTK-wave > - See http://www.osadl.org/Visualize-the-temporal-relationship-of-L.taks-visualizer.0.html > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist, upstream dead and fails to build with > - current toolchains. > diff --git a/rules/sched_switch.make b/rules/sched_switch.make > deleted file mode 100644 > index 7532600cc1ae..000000000000 > --- a/rules/sched_switch.make > +++ /dev/null > @@ -1,57 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2010 by Remy Bohmer > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_SCHED_SWITCH) += sched_switch > - > -# > -# Paths and names > -# > -SCHED_SWITCH_VERSION := 0.1 > -SCHED_SWITCH_MD5 := 88772802583336efa4f4bbcfbf130194 > -SCHED_SWITCH := sched_switch-$(SCHED_SWITCH_VERSION) > -SCHED_SWITCH_SUFFIX := tgz > -SCHED_SWITCH_URL := http://www.osadl.org/uploads/media/$(SCHED_SWITCH).$(SCHED_SWITCH_SUFFIX) > -SCHED_SWITCH_SOURCE := $(SRCDIR)/$(SCHED_SWITCH).$(SCHED_SWITCH_SUFFIX) > -SCHED_SWITCH_DIR := $(BUILDDIR)/$(SCHED_SWITCH) > -SCHED_SWITCH_LICENSE := GPL-2.0-only > - > -# ---------------------------------------------------------------------------- > -# Prepare > -# ---------------------------------------------------------------------------- > - > -SCHED_SWITCH_CONF_TOOL := NO > -SCHED_SWITCH_MAKE_ENV := $(CROSS_ENV_FLAGS) > -SCHED_SWITCH_MAKE_OPT := $(CROSS_ENV_CC) > -SCHED_SWITCH_INSTALL_OPT:= \ > - $(SCHED_SWITCH_MAKE_OPT) \ > - DESTDIR=$(SCHED_SWITCH_PKGDIR) \ > - install > - > -# ---------------------------------------------------------------------------- > -# Target-Install > -# ---------------------------------------------------------------------------- > - > -$(STATEDIR)/sched_switch.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, sched_switch) > - @$(call install_fixup, sched_switch,PRIORITY,optional) > - @$(call install_fixup, sched_switch,SECTION,base) > - @$(call install_fixup, sched_switch,AUTHOR,"Remy Bohmer ") > - @$(call install_fixup, sched_switch,DESCRIPTION,missing) > - > - @$(call install_copy, sched_switch, 0, 0, 0755, -, /usr/bin/sched_switch) > - > - @$(call install_finish, sched_switch) > - > - @$(call touch) > - > -# vim: syntax=make