| Message ID | 20250717094145.2061968-1-Deepesh.Varatharajan@windriver.com |
|---|---|
| State | Accepted, archived |
| Commit | 6909a0b598fdb86c0cfa1f6e9ef90ed42bb3069c |
| Headers | show |
| Series | glibc: stable 2.41 branch updates | expand |
Hi All, Please don't take this patch. I will send a v2 with a new commit message that includes additional details about the test result deviation. Regards, Deepesh On 17-07-2025 15:11, Deepesh.Varatharajan@windriver.com wrote: > From: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> > > $ git log --oneline 0c76c951620f9e12df2a89b2c684878b55bb6795..6e489c17f827317bcf8544efefa65f13b5a079dc > 6e489c17f8 Fix error reporting (false negatives) in SGID tests > 11e634ccf3 support: Pick group in support_capture_subprogram_self_sgid if UID == 0 > 61e461ed0c sparc: Fix sparc32 Fix argument passing to __libc_start_main (BZ 32981) > > Testing Results: > Before After Diff > pass 5805 5809 +4 > xpass 4 4 0 > UNSUPPORTED 164 161 -3 > FAIL 282 261 -21 > XFAIL 16 16 0 > > 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 2d31131e03..a2cfd0f308 100644 > --- a/meta/recipes-core/glibc/glibc-version.inc > +++ b/meta/recipes-core/glibc/glibc-version.inc > @@ -1,6 +1,6 @@ > SRCBRANCH ?= "release/2.41/master" > PV = "2.41+git" > -SRCREV_glibc ?= "0c76c951620f9e12df2a89b2c684878b55bb6795" > +SRCREV_glibc ?= "6e489c17f827317bcf8544efefa65f13b5a079dc" > SRCREV_localedef ?= "fab74f31b3811df543e24b6de47efdf45b538abc" > > GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index 2d31131e03..a2cfd0f308 100644 --- a/meta/recipes-core/glibc/glibc-version.inc +++ b/meta/recipes-core/glibc/glibc-version.inc @@ -1,6 +1,6 @@ SRCBRANCH ?= "release/2.41/master" PV = "2.41+git" -SRCREV_glibc ?= "0c76c951620f9e12df2a89b2c684878b55bb6795" +SRCREV_glibc ?= "6e489c17f827317bcf8544efefa65f13b5a079dc" SRCREV_localedef ?= "fab74f31b3811df543e24b6de47efdf45b538abc" GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"