Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scx for openSUSE:Factory checked in 
at 2026-05-24 19:35:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scx (Old)
 and      /work/SRC/openSUSE:Factory/.scx.new.2084 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scx"

Sun May 24 19:35:52 2026 rev:20 rq:1354967 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/scx/scx.changes  2026-03-24 18:48:41.702025623 
+0100
+++ /work/SRC/openSUSE:Factory/.scx.new.2084/scx.changes        2026-05-24 
19:38:18.801816762 +0200
@@ -1,0 +2,28 @@
+Thu May 21 09:06:26 UTC 2026 - Fredrik Lönnegren <[email protected]>
+
+- Update to version 1.1.1:
+  * scx_cosmos: Deprecate deferred CPU wakeups and increase default time slice
+  * scx_cosmos: Aggressively migrate tasks to the primary domain
+  * scx.service: Deprecate deferred CPU wakeup for scx_cosmos
+  * scx_cosmos: PMU-based scheduling improvements
+  * scx_cosmos: Track per-CPU utilization instead of global CPU utilization
+  * scxtop: Add DSQ latency, LLC locality, runqueue depth, and fairness
+  * scxtop: Fix perf event handling for tracepoints and improve profiling
+  * scx_lavd: Restart scheduler when initially offline CPU comes online.
+  * scx_cosmos: Add --no-early-clear flag
+  * scx_bpfland: Aggressively avoid SMT contention
+  * scx_bpfland: add TIMELY v1 mode behind --timely flag
+  * scx_flash: Re-introduce SMT contention avoidance
+  * scx_lavd: Latency-Aware Task Placement 
+  * Mitosis: dynamic affinity CPU selection for pinned tasks
+  * scx_flash: Avoid penalizing per-CPU kthreads
+  * scx_chaos: match p2dq thermal autoload gating
+  * scx_p2dq: fix LLC util drift and refresh PELT on runnable
+  * mitosis: avoid cross-cell CPU-local vtime contamination
+  * scx_layered: add Overload layer kind
+  * scx_layered: add util_compensation for unattributed CPU work
+  * scx_pandemonium: new scheduler
+  * scx_lavd: Faster load balancing with budget-controlled invariant runtime
+  * scx_flash: Disable sleep-intensive tasks penalization by default
+
+-------------------------------------------------------------------

Old:
----
  scx-1.1.0.obscpio

New:
----
  scx-1.1.1.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scx.spec ++++++
--- /var/tmp/diff_new_pack.OgwsJA/_old  2026-05-24 19:38:20.905903022 +0200
+++ /var/tmp/diff_new_pack.OgwsJA/_new  2026-05-24 19:38:20.909903186 +0200
@@ -20,7 +20,7 @@
 %define libbpf_min_ver 1.4
 %define llvm_min_ver 17
 Name:           scx
-Version:        1.1.0
+Version:        1.1.1
 Release:        0
 Summary:        Sched_ext CPU schedulers
 License:        GPL-2.0-only
@@ -69,21 +69,20 @@
 
 for path in ./tools/scxtop \
        ./tools/scxcash \
-       ./scheds/rust/scx_p2dq \
-       ./scheds/rust/scx_tickless \
+       ./scheds/rust/scx_beerland \
+       ./scheds/rust/scx_bpfland \
+       ./scheds/rust/scx_cake \
        ./scheds/rust/scx_chaos \
-       ./scheds/rust/scx_rusty \
+       ./scheds/rust/scx_cosmos \
        ./scheds/rust/scx_flash \
-       ./scheds/rust/scx_rustland \
-       ./scheds/rust/scx_mitosis \
-       ./scheds/rust/scx_rlfifo \
-       ./scheds/rust/scx_wd40 \
        ./scheds/rust/scx_lavd \
-       ./scheds/rust/scx_cosmos \
        ./scheds/rust/scx_layered \
-       ./scheds/rust/scx_beerland \
-       ./scheds/rust/scx_cake \
-       ./scheds/rust/scx_bpfland; do
+       ./scheds/rust/scx_mitosis \
+       ./scheds/rust/scx_p2dq \
+       ./scheds/rust/scx_pandemonium \
+       ./scheds/rust/scx_rustland \
+       ./scheds/rust/scx_rusty \
+       ./scheds/rust/scx_tickless; do
 pushd "${path}"
 %{cargo_install}
 popd

++++++ _service ++++++
--- /var/tmp/diff_new_pack.OgwsJA/_old  2026-05-24 19:38:20.953904990 +0200
+++ /var/tmp/diff_new_pack.OgwsJA/_new  2026-05-24 19:38:20.957905154 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/sched-ext/scx.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
-    <param name="revision">v1.1.0</param>
+    <param name="revision">v1.1.1</param>
     <param name="versionrewrite-pattern">v(.*)</param>
   </service>
   <service mode="manual" name="set_version"/>

++++++ scx-1.1.0.obscpio -> scx-1.1.1.obscpio ++++++
++++ 2160984 lines of diff (skipped)

++++++ scx.obsinfo ++++++
--- /var/tmp/diff_new_pack.OgwsJA/_old  2026-05-24 19:38:24.906067015 +0200
+++ /var/tmp/diff_new_pack.OgwsJA/_new  2026-05-24 19:38:24.918067506 +0200
@@ -1,5 +1,5 @@
 name: scx
-version: 1.1.0
-mtime: 1772858610
-commit: c505008f6cf917b86950734eb869048e1a462fa0
+version: 1.1.1
+mtime: 1778623475
+commit: 0eedd05bc233129fd3c884d7045edeb2c2a474a7
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/scx/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.scx.new.2084/vendor.tar.zst differ: char 7, line 1

Reply via email to