diff options
author | Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> | 2025-07-15 00:36:50 -0700 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-07-21 09:07:22 -0700 |
commit | d06bc8127167d8d2f0860ff8384ecb1fdfb2a981 (patch) | |
tree | 98d25468c22013d12f1aa1ac67266c59e9283f7f | |
parent | a27ca8e3c08545f86f301013baec1f52533b816a (diff) | |
download | poky-d06bc8127167d8d2f0860ff8384ecb1fdfb2a981.tar.gz |
binutils: stable 2.42 branch updates
Below commit on binutils-2.42 stable branch are updated.
x86: Check MODRM for call and jmp in binutils older than 2.45
Test Results:
Before After Diff
No. of expected passes 302 302 0
No. of unexpected failures 2 2 0
No. of untested testcases 1 1 0
No. of unsupported tests 7 7 0
Testing was done and there were no regressions found
(From OE-Core rev: 412def8923a89f3c385eae25901bed0c07859029)
Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.42.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.42.inc b/meta/recipes-devtools/binutils/binutils-2.42.inc index ea018a48a3..9471e6accd 100644 --- a/meta/recipes-devtools/binutils/binutils-2.42.inc +++ b/meta/recipes-devtools/binutils/binutils-2.42.inc | |||
@@ -21,7 +21,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" | |||
21 | CVE_STATUS[CVE-2023-25584] = "cpe-incorrect: Applies only for version 2.40 and earlier" | 21 | CVE_STATUS[CVE-2023-25584] = "cpe-incorrect: Applies only for version 2.40 and earlier" |
22 | CVE_STATUS[CVE-2025-1180] = "patched: fixed by patch for CVE-2025-1176" | 22 | CVE_STATUS[CVE-2025-1180] = "patched: fixed by patch for CVE-2025-1176" |
23 | 23 | ||
24 | SRCREV ?= "6558f9f5f0ccc107a083ae7fbf106ebcb5efa817" | 24 | SRCREV ?= "f9488b0d92b591bdf3ff8cce485cb0e1b3727cc0" |
25 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" | 25 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" |
26 | SRC_URI = "\ | 26 | SRC_URI = "\ |
27 | ${BINUTILS_GIT_URI} \ | 27 | ${BINUTILS_GIT_URI} \ |