Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nmon for openSUSE:Factory checked in 
at 2025-11-12 21:17:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nmon (Old)
 and      /work/SRC/openSUSE:Factory/.nmon.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nmon"

Wed Nov 12 21:17:02 2025 rev:17 rq:1317384 version:16q

Changes:
--------
--- /work/SRC/openSUSE:Factory/nmon/nmon.changes        2025-09-09 
20:30:33.558020809 +0200
+++ /work/SRC/openSUSE:Factory/.nmon.new.1980/nmon.changes      2025-11-12 
21:17:59.207186341 +0100
@@ -1,0 +2,5 @@
+Wed Nov 12 15:42:05 UTC 2025 - Dirk Müller <[email protected]>
+
+- refresh nmon-incrase-cpumax-to-support-2048-cpus.patch (bsc#1247368)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nmon-incrase-cpumax-to-support-2048-cpus.patch ++++++
--- /var/tmp/diff_new_pack.OdKDQ5/_old  2025-11-12 21:17:59.703207133 +0100
+++ /var/tmp/diff_new_pack.OdKDQ5/_new  2025-11-12 21:17:59.719207803 +0100
@@ -1,14 +1,20 @@
-From: Seeteena Thoufeek <[email protected]>
-Subject: [PATCH] lmon16q.c: increase CPUMAX to support up to 2048 CPUs
+From: Seeteena Thoufeek <[email protected]>
+Date: Mon, 27 Oct 2025 15:45:00 +0000
+Subject: [PATCH] Increase CPUMAX to support up to 2048 CPUs
 
 nmon currently fails on systems with high CPU counts due to a low CPUMAX 
setting.
 This patch increases the CPUMAX value to support systems with up to 2048 CPUs.
 
---- a/lmon16q.c        2025-07-03 16:48:03.567956477 +0530
-+++ b/lmon16q.c        2025-07-03 16:53:33.641940838 +0530
-@@ -1443,7 +1443,7 @@
+Signed-off-by: Seeteena Thoufeek <[email protected]>
+
+--- a/lmon16q.c.org    2025-10-27 12:31:04.676588387 +0530
++++ b/lmon16q.c        2025-10-27 12:33:46.300416300 +0530
+@@ -1441,9 +1441,9 @@
+ #define DISKMAX diskmax
+ int diskmax = DISKMIN;
  
- /* Supports up to 780, but not POWER6 595 follow-up with POWER7 */
+-/* Supports up to 780, but not POWER6 595 follow-up with POWER7 */
++/* Supports up to 2048, but not POWER6 595 follow-up with POWER7 */
  /* XXXX needs rework to cope to with fairly rare but interesting higher 
numbers of CPU machines */
 -#define CPUMAX (192 * 8)      /* MAGIC COOKIE WARNING */
 +#define CPUMAX (256 * 8)      /* MAGIC COOKIE WARNING */

Reply via email to