Thanks, applied as 0295ec83369578a24a74075ac6b56176a9ed143b.

Michael

[sent from post-receive hook]

On Mon, 18 May 2026 09:54:02 +0200, Thorsten Scherer <[email protected]> 
wrote:
> Signed-off-by: Thorsten Scherer <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> 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 <[email protected]>
> ----
> - 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 <[email protected]>
> -#
> -# 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 
> <[email protected]>")
> -     @$(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

Reply via email to