From patchwork Sat Aug 29 05:44:13 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 96766 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE4A3C61DD9 for ; Sat, 29 Aug 2026 05:44:17 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.2090.1787982254463197257 for ; Fri, 28 Aug 2026 22:44:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=ifZxwkVa; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=zvHbLtJm; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101a04c0c0d55-6ce6f855-efad-4ceb-9f3f-9034ec361e00-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1787982253; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=qgMGwT9WZ3DHudo1M8+9e5HIMzj1BADcCR6NPrz7jDc=; b=ifZxwkVau3KlQJCuE5K7fJ2RpXJXqwnwR1BWYtQlZOKLccDuuQNkfQDmM0aUNfoG Pdw7jLthxjl5r9wb7AD9VWM14ISwK1JMrYWY/1OXKqsmcCwmJBU3oHG/GJ4NPRNHYIo drMnFOdwgIxkcq/aM4fA0X/FHqavdK/jpHREvwPw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1787982253; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=qgMGwT9WZ3DHudo1M8+9e5HIMzj1BADcCR6NPrz7jDc=; b=zvHbLtJm0Ra7A52I0+XkJsG+7OxT/JRdzHhJhblV+OtArGV5AGat4m6T8FeEe+MP SLMmZIIRVfehjg+8eN1eNnzRNNZaBQWZICc6c18hzcsELfJYjL5Nzr5sb2DaPaIwYdM KLuvvvXrGk7Guk6ikICurTQGt5YWqF9igx6U/WwU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] sysstat: upgrading to 12.8.0 FAILED Message-ID: <010101a04c0c0d55-6ce6f855-efad-4ceb-9f3f-9034ec361e00-000000@us-west-2.amazonses.com> Date: Sat, 29 Aug 2026 05:44:13 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.29-54.240.27.45 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 29 Aug 2026 05:44:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244627 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *sysstat* to *12.8.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-sysstat-upgrade-12.7.9-12.8.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 0cb33fa796415d1a72f5c591d4d46b9a47ba8505 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 29 Aug 2026 05:26:22 +0000 Subject: [PATCH] sysstat: upgrade 12.7.9 -> 12.8.0 Source: CHANGES 2026/08/28: Version 12.8.0 - Sebastien Godard (sysstat orange.fr) * [Agenticode]: sadc: Read /proc/stat once per collection cycle. * rd_stats.c: Rework functions to read /proc files once. * Read all /proc files once per collection cycle. * [Sagar Sagar]: Avoid all-zero CPU rows on counter regression. * [Lilu]: svg_stats.c: Fix integer overflow in allocate_graph_lines size computation. * [Hang Zhao]: sadc: Fix pgscan_direct counter incorrectly including pgscan_direct_throttle. * [Andy Lau]: sadc: Fix pgsteal/s double counting by only summing pgsteal_anon and pgsteal_file. * [Andy Lau]: sar, mpstat: use write() instead of printf() in signal handler to ensure JSON output is properly closed on SIGTERM. * [Andy Lau]: Remove unnecessary unsigned int cast that truncates irq_nr in read_stat_total_irq(). * [Andy Lau]: Fix typo in sar manual page. * [Dean Chen]: sadf, sar: let --fs match mountpoints as well as device names. * sar/sadf: Don't test for empty "--fs=" list. * [Nathan Scott]: iostat/tapestat/cifsiostat: add -G flag for gibibyte display. * [Nathan Scott]: sa1: derive LONG_NAME from SADC_OPTIONS, not just HISTORY. * [Nathan Scott]: sa2: honour -D in SADC_OPTIONS for date format. * [Nathan Scott]: Slightly reduce scope of install-cron configure script option. * [Nathan Scott]: Rename --enable-install-cron to --disable-automated-sar-reporting. * [Nathan Scott]: Enable automated sar reporting by default. * [Nathan Scott]: sadc: Fix heap buffer overflow in reallocate_buffer(). * [Nathan Scott]: do_test: Replace bash-ism with POSIX arithmetic. * [Nathan Scott]: do_test: Exit with error status on test failure. * [Nathan Scott]: tests: Fix PCP archive test portability. * [Nathan Scott]: ci: Add GitHub Actions CI workflow. * sa1: Remove "iso" option. * cifsiostat: Add JSON output for option -G (display in Gigabytes). * pidstat: Add fflush() after JSON closing output. * sadc: Now only read pgscan_kswapd counter. * sa_wrap.c: Also use reallocate_buffer() function for A_PWR_FREQ activity. * cifsiostat, iostat, sa1, sadf, sar and tapestat manual pages updated. * Non-regression tests updated. New tests added. * simtest: Fix issue related to 19th day of the month. * Makefile: Fix EXTRALIST variable contents. * Fix some tests for out-of-tree build. * do_test: Make options available with out-of-tree target. * [orbisai0security]: Fix a (theoretical) security vulnerability. * [Peter Dave Hello]: Refresh sysstat gettext template file. * FAQ file updated. * NLS translations updated. * Update year in copyright messages. * tapestat: Cosmetic change. --- .../0001-configure.in-remove-check-for-chkconfig.patch | 4 ++-- .../sysstat/{sysstat_12.7.9.bb => sysstat_12.8.0.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_12.7.9.bb => sysstat_12.8.0.bb} (98%) diff --git a/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch b/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch index 431a60aee1..3bbf769929 100644 --- a/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch +++ b/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch @@ -1,4 +1,4 @@ -From f41b0253d1583f7e1286fa2f29393c3d3f5183b4 Mon Sep 17 00:00:00 2001 +From 7df414e3a4919d6bc68728ea593d00098ef1fc13 Mon Sep 17 00:00:00 2001 From: Wenlin Kang Date: Tue, 5 Nov 2019 16:16:44 +0800 Subject: [PATCH] configure.ac: remove check for chkconfig @@ -13,7 +13,7 @@ Signed-off-by: Wenlin Kang 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 8b5f9b73..910ebd5a 100644 +index 17507ea9..a08d717b 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,8 @@ AC_SUBST(VER_JSON) diff --git a/meta/recipes-extended/sysstat/sysstat_12.7.9.bb b/meta/recipes-extended/sysstat/sysstat_12.8.0.bb similarity index 98% rename from meta/recipes-extended/sysstat/sysstat_12.7.9.bb rename to meta/recipes-extended/sysstat/sysstat_12.8.0.bb index ffc7c0ac37..967e60f2d4 100644 --- a/meta/recipes-extended/sysstat/sysstat_12.7.9.bb +++ b/meta/recipes-extended/sysstat/sysstat_12.8.0.bb @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/sysstat/sysstat.git;protocol=https;branch=master;tag LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb" -SRCREV = "b8f987807e7c7ba5c1b2ca8b7b1e9d80e61bce6c" +SRCREV = "ffabe8175aa9a7aa056380c66ed3648e50c1967d" DEPENDS += "base-passwd xz-native"