From: Khem Raj <raj.khem@gmail.com>
To: deepesh.varatharajan@windriver.com,
openembedded-core@lists.openembedded.org
Cc: Sundeep.Kokkonda@windriver.com
Subject: Re: [OE-core] [scarthgap][PATCH] glibc: stable 2.39 branch updates
Date: Mon, 21 Jul 2025 18:38:07 -0700 [thread overview]
Message-ID: <fe3e805e-1355-407b-892c-3cf98c118f3e@gmail.com> (raw)
In-Reply-To: <20250721122319.1549209-1-Deepesh.Varatharajan@windriver.com>
On 7/21/25 5:23 AM, Varatharajan, Deepesh via lists.openembedded.org wrote:
> From: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
>
> $ git log --oneline 06a70769fd0b2e1f2a3085ad50ab620282bd77b3..cff1042cceec3502269947e96cf7023451af22f3
> cff1042cce Fix error reporting (false negatives) in SGID tests
> 1924d341c0 support: Pick group in support_capture_subprogram_self_sgid if UID == 0
>
> Testing Results:
> Before After Diff
> PASS 5074 5082 +8
> XPASS 4 4 0
> FAIL 121 116 -5
> XFAIL 16 16 0
> UNSUPPORTED 157 154 -3
>
> cff1042cce Fix error reporting (false negatives) in SGID tests
> Improved SGID test handling by unifying error reporting and using secure temporary directories.
> Replaced non-standard exit codes and fixed premature exits to avoid masking failures.
> These changes reduced false negatives, increasing overall test pass rates
>
LGTM
> UNSUPPORTED tests changes
> -UNSUPPORTED: stdlib/tst-secure-getenv
> -UNSUPPORTED: elf/tst-env-setuid-static
> -UNSUPPORTED: elf/tst-env-setuid-tunables
>
> FAILed tests changes
> -FAIL: malloc/tst-aligned-alloc-random-thread-cross-malloc-check
> -FAIL: malloc/tst-aligned-alloc-random-thread-malloc-check
> -FAIL: malloc/tst-dynarray
> -FAIL: malloc/tst-dynarray-mem
> -FAIL: resolv/tst-resolv-aliases
>
> PASSed tests changes
> +PASS: stdlib/tst-secure-getenv
> +PASS: elf/tst-env-setuid-static
> +PASS: elf/tst-env-setuid-tunables
> +PASS: malloc/tst-aligned-alloc-random-thread-cross-malloc-check
> +PASS: malloc/tst-aligned-alloc-random-thread-malloc-check
> +PASS: malloc/tst-dynarray
> +PASS: malloc/tst-dynarray-mem
> +PASS: resolv/tst-resolv-aliases
>
> Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
> ---
> meta/recipes-core/glibc/glibc-version.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
> index 0130613936..6ee9fc7a0b 100644
> --- a/meta/recipes-core/glibc/glibc-version.inc
> +++ b/meta/recipes-core/glibc/glibc-version.inc
> @@ -1,6 +1,6 @@
> SRCBRANCH ?= "release/2.39/master"
> PV = "2.39+git"
> -SRCREV_glibc ?= "06a70769fd0b2e1f2a3085ad50ab620282bd77b3"
> +SRCREV_glibc ?= "cff1042cceec3502269947e96cf7023451af22f3"
> SRCREV_localedef ?= "fab74f31b3811df543e24b6de47efdf45b538abc"
>
> GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#220683): https://lists.openembedded.org/g/openembedded-core/message/220683
> Mute This Topic: https://lists.openembedded.org/mt/114266899/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
next prev parent reply other threads:[~2025-07-22 1:38 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-21 12:23 [scarthgap][PATCH] glibc: stable 2.39 branch updates Deepesh.Varatharajan
2025-07-22 1:38 ` Khem Raj [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-01-25 16:16 [OE-core][scarthgap][PATCH] " Peter Marko
2026-02-05 17:08 ` Yoann Congal
2026-02-08 15:18 ` Marko, Peter
2026-02-06 5:24 ` [scarthgap][PATCH] " Hemanth.KumarMD
2026-02-06 6:47 ` [OE-core] " Yoann Congal
2026-02-06 7:42 ` Marko, Peter
2026-02-06 10:19 ` Richard Purdie
2026-02-06 8:19 ` Hemanth Kumar M D
2026-02-06 9:43 ` Yoann Congal
2025-10-07 6:31 Deepesh.Varatharajan
2025-10-07 21:30 ` [OE-core] " Khem Raj
2025-10-13 5:43 ` Deepesh Varatharajan
2025-10-13 6:11 ` Khem Raj
2025-06-17 21:11 [OE-core][scarthgap][PATCH] " Peter Marko
2025-05-01 3:03 [scarthgap][PATCH] " Deepesh.Varatharajan
2025-05-01 5:54 ` [OE-core] " Khem Raj
2025-05-02 3:15 ` Deepesh Varatharajan
2025-05-02 3:25 ` Khem Raj
2025-05-02 10:34 ` Randy MacLeod
2025-05-05 4:06 ` Deepesh Varatharajan
2025-02-02 15:52 [OE-core][scarthgap][PATCH] " Peter Marko
2024-09-29 16:18 [scarthgap][PATCH] " Deepesh.Varatharajan
2024-09-29 16:59 ` [OE-core] " Khem Raj
2024-05-17 16:22 sundeep.kokkonda
2024-05-17 16:33 ` Sundeep KOKKONDA
2024-05-17 16:48 ` [OE-core] " Khem Raj
2024-05-17 16:53 ` Marko, Peter
2024-05-17 21:09 ` Steve Sakoman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fe3e805e-1355-407b-892c-3cf98c118f3e@gmail.com \
--to=raj.khem@gmail.com \
--cc=Sundeep.Kokkonda@windriver.com \
--cc=deepesh.varatharajan@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox