diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-09 07:50:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-12 19:22:04 +0100 |
commit | 4ed54513b93c55f6b8d36474bba651785f4fe2a2 (patch) | |
tree | fd22f8ef598202ea937f3a6a7ddc5466c5cce559 /meta/recipes-core/glibc | |
parent | f24bfd4a3e86f37c8fa525f90ec8d3e28e207729 (diff) | |
download | poky-4ed54513b93c55f6b8d36474bba651785f4fe2a2.tar.gz |
glibc: Update patch status
These patches were appplied in master
(From OE-Core rev: 452ded8e88db51f8b2fd704d40860ea84c433ada)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r-- | meta/recipes-core/glibc/glibc/0026-x86-Fix-define-STRCPY-guard-in-strcpy-sse2.S.patch | 2 | ||||
-rw-r--r-- | meta/recipes-core/glibc/glibc/0027-elf-Replace-strcpy-call-with-memcpy-BZ-29454.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/glibc/glibc/0026-x86-Fix-define-STRCPY-guard-in-strcpy-sse2.S.patch b/meta/recipes-core/glibc/glibc/0026-x86-Fix-define-STRCPY-guard-in-strcpy-sse2.S.patch index 2d14a4c619..2caff3a0d5 100644 --- a/meta/recipes-core/glibc/glibc/0026-x86-Fix-define-STRCPY-guard-in-strcpy-sse2.S.patch +++ b/meta/recipes-core/glibc/glibc/0026-x86-Fix-define-STRCPY-guard-in-strcpy-sse2.S.patch | |||
@@ -7,7 +7,7 @@ Subject: [PATCH] x86: Fix `#define STRCPY` guard in strcpy-sse2.S | |||
7 | defined. It doesn't end up mattering as the whole check is | 7 | defined. It doesn't end up mattering as the whole check is |
8 | guarded by `#if IS_IN (libc)` but is incorrect none the less. | 8 | guarded by `#if IS_IN (libc)` but is incorrect none the less. |
9 | 9 | ||
10 | Upstream-Status: Submitted [https://sourceware.org/bugzilla/show_bug.cgi?id=29454 https://sourceware.org/pipermail/libc-alpha/2022-August/141289.html] | 10 | Upstream-Status: Backport [https://sourceware.org/git/?p=glibc.git;a=commit;h=312ded0d6339e8c463d0395397b5825401b14f54] |
11 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | 11 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |
12 | --- | 12 | --- |
13 | sysdeps/x86_64/multiarch/strcpy-sse2.S | 2 +- | 13 | sysdeps/x86_64/multiarch/strcpy-sse2.S | 2 +- |
diff --git a/meta/recipes-core/glibc/glibc/0027-elf-Replace-strcpy-call-with-memcpy-BZ-29454.patch b/meta/recipes-core/glibc/glibc/0027-elf-Replace-strcpy-call-with-memcpy-BZ-29454.patch index 1b347b3322..a2c951ad93 100644 --- a/meta/recipes-core/glibc/glibc/0027-elf-Replace-strcpy-call-with-memcpy-BZ-29454.patch +++ b/meta/recipes-core/glibc/glibc/0027-elf-Replace-strcpy-call-with-memcpy-BZ-29454.patch | |||
@@ -8,7 +8,7 @@ strlen_pass::handle_builtin_strcpy but only for optimized | |||
8 | build. To avoid needing to include strcpy.S in the rtld build to | 8 | build. To avoid needing to include strcpy.S in the rtld build to |
9 | support the debug build, just do the optimization by hand. | 9 | support the debug build, just do the optimization by hand. |
10 | 10 | ||
11 | Upstream-Status: Submitted [https://sourceware.org/bugzilla/show_bug.cgi?id=29454 https://sourceware.org/pipermail/libc-alpha/2022-August/141290.html] | 11 | Upstream-Status: Backport [https://sourceware.org/git/?p=glibc.git;a=commit;h=483cfe1a6a33d6335b1901581b41040d2d412511] |
12 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | 12 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |
13 | --- | 13 | --- |
14 | elf/dl-cache.c | 5 +++-- | 14 | elf/dl-cache.c | 5 +++-- |