[OE-core][scarthgap][PATCH] gcc: Fix spurious '/' in GLIBC_DYNAMIC_LINKER on microblaze

2024-09-13 Thread Mark Hatle via lists.openembedded.org
From: Khem Raj Signed-off-by: Khem Raj Cc: Mark Hatle Signed-off-by: Richard Purdie Backport from master OE-Core rev: f0eac82b9a1e4549b7d918df768c369ed7ab5183 Signed-off-by: Mark Hatle --- ...fine-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 6 +++--- 1 file changed, 3 insertions(

Re: [OE-core] [PATCH] gcc: Fix spurious '/' in GLIBC_DYNAMIC_LINKER on microblaze

2024-09-06 Thread Mark Hatle via lists.openembedded.org
I'm not sure if I'll have time to do Kirkstone, but I will get this backported to scarthgap and will send it up "soon". --Mark On 9/6/24 8:40 AM, Steve Sakoman wrote: On Thu, Sep 5, 2024 at 11:55 PM Khem Raj wrote: This needs backporting to kirkstone and scarthgap as well. This patch unde

[OE-core] [scarthgap 1/2] binutils: Fix aarch64 disassembly abort

2024-05-24 Thread Mark Hatle via lists.openembedded.org
Code backported from binutils development tree. aarch64: Remove asserts from operand qualifier decoders [PR31595] Given that the disassembler should never abort when decoding (potentially random) data, assertion statements in the `get_*reg_qualifier_from_value' function family prove probl

[OE-core] [scarthgap 2/2] gcc: Fix for CVE-2024-0151

2024-05-24 Thread Mark Hatle via lists.openembedded.org
Fix for insufficient argument checking in Secure state Entry functions in software using Cortex-M Security Extensions (CMSE), that has been compiled using toolchains that implement 'Arm v8-M Security Extensions Requirements on Development Tools' prior to version 1.4, allows an attacker to pass valu

[OE-core] [scarthgap 0/2] Toolchain fixes for Scarthgap

2024-05-24 Thread Mark Hatle via lists.openembedded.org
Two different toolchain fixes for Scarthgap. The binutils change was found in a AMD/Xilinx specific build script that attempts to disassemble some code as part of a firmware setup. This cortex-a53 baremetal firmware triggered a fault fixed by the issue. The newer versions of binutils have alread

[OE-core] [master][scarthgap][PATCH] sstate.bbclass: Add _SSTATE_EXCLUDEDEPS_SYSROOT to vardepsexclude

2024-05-01 Thread Mark Hatle via lists.openembedded.org
When using tinfoil to control the build, multiple commands (serially) could trigger an error such as: When reparsing bb:do_package, the basehash value changed from ... to The metadata is not deterministic and this needs to be fixed. ERROR: The following commands may help: ERROR: $

[OE-core] Recent failures on master depmodwrapper-cross

2023-10-15 Thread Mark Hatle via lists.openembedded.org
Running a number of builds recently, a small number of them failed. Note we ran about 20 builds and only 3 failed like this, the others completed. I'm wondering if maybe there is a race condition with the new code? Error: ERROR: depmodwrapper-cross-1.0-r0 do_patch: Error executing a python f

[OE-core] [PATCH] tcf-agent: Update to 1.8.0 release

2023-08-07 Thread Mark Hatle via lists.openembedded.org
New 1.8 release of tcf-agent. Implements DWARF 5 support and various bug fixes. Changelog since last SRCREV: Releng: Upversion TCF to 1.8 Fixed possible SEGFAULT after error message queue overflow Fixed misspelling in a comment TCF Agent: update breakpoint error message Fixed regre

Re: [OE-core] [PATCH][pseudo] Move __*xstat* and __xmknod functions to new subport 'old__x'

2023-06-01 Thread Mark Hatle via lists.openembedded.org
t-1.0-r0: task do_install: Failed ERROR: Task (/home/pokybuild/yocto-worker/oe-selftest-fedora/build/build-st-1782300/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb:do_install) failed with exit code '1' On 30/05/2023 20:01:26-0700, Mark Hatle via lists.openembedd

Re: [OE-core] [PATCH][pseudo] Move __*xstat* and __xmknod functions to new subport 'old__x'

2023-05-30 Thread Mark Hatle via lists.openembedded.org
On 5/30/23 10:18 PM, Seebs wrote: On Tue, 30 May 2023 19:54:41 -0700 Mark Hatle wrote: - int existed = (real___xstat64(_STAT_VER, path, &buf) != -1); + int existed = (base_stat64(path, &buf) != -1); Honestly, with the benefit of hindsight, I actually can't even think why I ever

[OE-core] [PATCH][pseudo] Move __*xstat* and __xmknod functions to new subport 'old__x'

2023-05-30 Thread Mark Hatle via lists.openembedded.org
Changes to eliminate __*.c function usage were based on the patch: From: JiaLing Zhang Subject: [OE-core] [PATCH v4] Fixes pseudo build in loongarch64 Fixes [YOCTO #15110] Some functions used in the project have been removed from glibc. After the removal of these functions, the