From patchwork Sat Sep 19 05:43:15 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: 98716 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 E0270C982E1 for ; Sat, 19 Sep 2026 05:43:21 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.7450.1789796597029604450 for ; Fri, 18 Sep 2026 22:43:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=ODIzgH1S; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=p0nmpXCu; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101a0b830b752-31d156fb-d939-486d-ba3e-0589b3900177-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=1789796596; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=Qsw7FeTHsWDwG2ccmh04Zh4iZxrep0yAVkher4klabc=; b=ODIzgH1SrX7nc8fP6SzZd0ykzms1qyUgDSiR796QERBy55uMpIEGmnD83Sd6CcZX mIsVvaZoO9Ac+0clc/12pF8N7sku0+uPWCfqHvfd9w2z4mLzuTaSGMzEL83EAXlflY7 hgAfNM38k2Wfpi95yieAZrR+rJat83yOCXe+XYQw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789796596; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=Qsw7FeTHsWDwG2ccmh04Zh4iZxrep0yAVkher4klabc=; b=p0nmpXCuknd/+N4poRqAqTVcudAsXHE/uMC1XJ54aSWswV2XCYzxs4KuSFf0R5xX x5JxiaHVUAGMHY5Wo+zjQHVJyzuH6OHJVmLSa4gsX9pVsGbkLmEHm1OyU2/gAsqLZPS KZdcIhuL7TFq8tXh7kTEj+Cs9gHEvMdUoU6HAoiA= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] xxhash: upgrading to 0.8.4 SUCCEEDED Message-ID: <010101a0b830b752-31d156fb-d939-486d-ba3e-0589b3900177-000000@us-west-2.amazonses.com> Date: Sat, 19 Sep 2026 05:43:15 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.19-54.240.27.23 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, 19 Sep 2026 05:43:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/246232 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *xxhash* to *0.8.4* has Succeeded. Next steps: - apply the patch: git am 0001-xxhash-upgrade-0.8.3-0.8.4.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 843e0b1d28e7cc80080699c3310328e1dae21dd7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 19 Sep 2026 05:43:09 +0000 Subject: [PATCH] xxhash: upgrade 0.8.3 -> 0.8.4 Source: CHANGELOG v0.8.4 - perf : added RISC-V Vector extension (RVV) implementation, by @zijianli1234, @BoBoDai and @camel-cdr - perf : added LoongArch LASX implementation and improved LSX, by @24bit-xjkp - perf : prefer NEON over SVE on AArch64, improving XXH3 speed by 25-40%, by @Nicoshev - perf : improved XXH3 streaming speed for very small updates, suggested by @aleksazr - api : `XXH_memcpy()`, `XXH_memset()` and `XXH_memcmp()` can be redirected at compile time - api : new `XXH_NO_EXTERNC_GUARD` build macro for complex C++ integration - cli : added 64-bit seed support (`-s`, `--seed`), by @d06i - cli : options can appear after filenames; `--` terminates option parsing, #1098 reported by @unterkomplex - cli : continue processing subsequent files after read errors, #1064 reported by @ZoomRmc - cli : support long and special Windows paths, #1060, based on #1061 by @t-mat - cli : improved benchmark accuracy, error handling and unit labels, #1051 reported by @calgray - fix : unaligned reads could be miscompiled by GCC under strict aliasing, #1013 by @lassipulkkinen - fix : `XXH_INLINE_ALL` compatibility with `XXH_NAMESPACE` and x86 runtime dispatch, by @pps83, #1071 reported by @Dr-Hex - fix : avoid including system headers inside an `extern "C"` block, #1122 reported by @andreas-schwab - fix : compilation with MSVC link-time optimization and warnings as errors, #1038 reported by @mi2think - build: improved runtime dispatch detection for cross-compilation and non-x86 targets, with help from @eworm-de, #1081 reported by @PotMJ - build: `LIBXXH_DISPATCH=1` now applies to static and dynamic libraries, #1058 reported by @xiota - build: Make builds now isolate objects by configuration and support parallel test builds - build: moved CMake integration to `build/cmake` and improved cross-compilation detection - install: improved package metadata and installation paths on Windows and FreeBSD, by @iwamatsu, @chitao1234 and @sunpoet - portability: fixed compilation on ARM with GCC < 8, by @mstorsjo - portability: fixed C++ compilation on Solaris and illumos, by @luqmana - portability: AVX-512 implementation no longer requires AVX-512BW, by @NexusXe - doc : expanded `xxhsum` documentation and clarified the algorithm specification files - doc : document non-cryptographic collision properties, notably for XXH3's mid-size path (#1127 by @thomasahle) --- .../recipes-support/xxhash/{xxhash_0.8.3.bb => xxhash_0.8.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/xxhash/{xxhash_0.8.3.bb => xxhash_0.8.4.bb} (93%) diff --git a/meta/recipes-support/xxhash/xxhash_0.8.3.bb b/meta/recipes-support/xxhash/xxhash_0.8.4.bb similarity index 93% rename from meta/recipes-support/xxhash/xxhash_0.8.3.bb rename to meta/recipes-support/xxhash/xxhash_0.8.4.bb index dc9bbe5563..736270435b 100644 --- a/meta/recipes-support/xxhash/xxhash_0.8.3.bb +++ b/meta/recipes-support/xxhash/xxhash_0.8.4.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=13be6b481ff5616f77dda971191bb29b \ SRC_URI = "git://github.com/Cyan4973/xxHash.git;branch=release;protocol=https;tag=v${PV}" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" -SRCREV = "e626a72bc2321cd320e953a0ccf1584cad60f363" +SRCREV = "c87183a77d67f7d37e3d2d1b7eaac5e7c695e4f0" CFLAGS += "${@bb.utils.contains('SELECTED_OPTIMIZATION', '-Og', '-DXXH_NO_INLINE_HINTS', '', d)}"