* [PATCH V2] glibc: stable 2.38 branch updates.
@ 2023-09-27 10:46 Deepthi Hemraj
2023-09-27 11:13 ` Deepthi.Hemraj
2023-09-27 19:52 ` [OE-core] " Alexandre Belloni
0 siblings, 2 replies; 5+ messages in thread
From: Deepthi Hemraj @ 2023-09-27 10:46 UTC (permalink / raw)
To: openembedded-core
Cc: Randy.MacLeod, Umesh.Kalappa, Naveen.Gowda,
Shivaprasad.Moodalappa, Sundeep.Kokkonda, steve
Below commits on glibc-2.38 stable branch are updated.
0e1ef6779a (HEAD -> release/2.38/master, origin/release/2.38/master) manual/jobs.texi: Add missing @item EPERM for getpgid
d94461bb86 string: Fix tester build with fortify enable with gcc < 12
63250e9c57 iconv: restore verbosity with unrecognized encoding names (bug 30694)
00ae4f10b5 getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)
b25508dd77 CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa mode
89da8bc588 NEWS: Add the 2.38.1 bug list
d3ba6c1333 elf: Move l_init_called_next to old place of l_text_end in link map
750f19526a elf: Remove unused l_text_end field from struct link_map
a3189f66a5 elf: Always call destructors in reverse constructor order (bug 30785)
7ae211a01b elf: Do not run constructors for proxy objects
92201f16cb libio: Fix oversized __io_vtables
5bdef6f27c io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64
Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@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 a907444f50..f5ebbb2ee6 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
SRCBRANCH ?= "release/2.38/master"
PV = "2.38+git"
-SRCREV_glibc ?= "1aed90c9c8f8be9f68b58e96b6e4cd0fc08eb2b1"
+SRCREV_glibc ?= "0e1ef6779a90bc0f8a05bc367796df2793deecaa"
SRCREV_localedef ?= "e0eca29583b9e0f62645c4316ced93cf4e4e26e1"
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"
--
2.39.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH V2] glibc: stable 2.38 branch updates.
2023-09-27 10:46 [PATCH V2] glibc: stable 2.38 branch updates Deepthi Hemraj
@ 2023-09-27 11:13 ` Deepthi.Hemraj
2023-09-27 19:52 ` [OE-core] " Alexandre Belloni
1 sibling, 0 replies; 5+ messages in thread
From: Deepthi.Hemraj @ 2023-09-27 11:13 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 525 bytes --]
Regression testing is done and below are the test results.
Before glibc update
Summary of test results:
213 FAIL
4805 PASS
16 XFAIL
4 XPASS
218 UNSUPPORTED
After glibc update
Summary of test results:
216 FAIL
4805 PASS
16 XFAIL
4 XPASS
218 UNSUPPORTED
*These are the newly added test cases*
PASS: io/tst-fcntl-lock-lfs
FAIL: nss/tst-nss-gai-hv2-canonname
PASS: resolv/tst-resolv-noaaaa-vc
*And below are new failures*
FAIL: nptl/tst-thread-affinity-sched
FAIL: malloc/tst-malloc_info-malloc-check
[-- Attachment #2: Type: text/html, Size: 982 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OE-core] [PATCH V2] glibc: stable 2.38 branch updates.
2023-09-27 10:46 [PATCH V2] glibc: stable 2.38 branch updates Deepthi Hemraj
2023-09-27 11:13 ` Deepthi.Hemraj
@ 2023-09-27 19:52 ` Alexandre Belloni
2023-09-27 21:14 ` Randy MacLeod
1 sibling, 1 reply; 5+ messages in thread
From: Alexandre Belloni @ 2023-09-27 19:52 UTC (permalink / raw)
To: Deepthi.Hemraj
Cc: openembedded-core, Randy.MacLeod, Umesh.Kalappa, Naveen.Gowda,
Shivaprasad.Moodalappa, Sundeep.Kokkonda, steve
Randy,
Can you please ensure everyone at Windriver that will contribute to YP
has setup their from identity? This is described here:
https://docs.yoctoproject.org/dev/contributor-guide/submit-changes.html#fixing-your-from-identity
Thanks!
On 27/09/2023 03:46:59-0700, Hemraj, Deepthi via lists.openembedded.org wrote:
> Below commits on glibc-2.38 stable branch are updated.
> 0e1ef6779a (HEAD -> release/2.38/master, origin/release/2.38/master) manual/jobs.texi: Add missing @item EPERM for getpgid
> d94461bb86 string: Fix tester build with fortify enable with gcc < 12
> 63250e9c57 iconv: restore verbosity with unrecognized encoding names (bug 30694)
> 00ae4f10b5 getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)
> b25508dd77 CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa mode
> 89da8bc588 NEWS: Add the 2.38.1 bug list
> d3ba6c1333 elf: Move l_init_called_next to old place of l_text_end in link map
> 750f19526a elf: Remove unused l_text_end field from struct link_map
> a3189f66a5 elf: Always call destructors in reverse constructor order (bug 30785)
> 7ae211a01b elf: Do not run constructors for proxy objects
> 92201f16cb libio: Fix oversized __io_vtables
> 5bdef6f27c io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64
>
> Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@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 a907444f50..f5ebbb2ee6 100644
> --- a/meta/recipes-core/glibc/glibc-version.inc
> +++ b/meta/recipes-core/glibc/glibc-version.inc
> @@ -1,6 +1,6 @@
> SRCBRANCH ?= "release/2.38/master"
> PV = "2.38+git"
> -SRCREV_glibc ?= "1aed90c9c8f8be9f68b58e96b6e4cd0fc08eb2b1"
> +SRCREV_glibc ?= "0e1ef6779a90bc0f8a05bc367796df2793deecaa"
> SRCREV_localedef ?= "e0eca29583b9e0f62645c4316ced93cf4e4e26e1"
>
> GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"
> --
> 2.39.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#188300): https://lists.openembedded.org/g/openembedded-core/message/188300
> Mute This Topic: https://lists.openembedded.org/mt/101614685/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OE-core] [PATCH V2] glibc: stable 2.38 branch updates.
2023-09-27 19:52 ` [OE-core] " Alexandre Belloni
@ 2023-09-27 21:14 ` Randy MacLeod
0 siblings, 0 replies; 5+ messages in thread
From: Randy MacLeod @ 2023-09-27 21:14 UTC (permalink / raw)
To: alexandre.belloni
Cc: openembedded-core, Umesh.Kalappa, Naveen.Gowda,
Shivaprasad.Moodalappa, Sundeep.Kokkonda, steve, Deepthi.Hemraj
[-- Attachment #1: Type: text/plain, Size: 2866 bytes --]
On 2023-09-27 3:52 p.m., Alexandre Belloni via lists.openembedded.org wrote:
> Randy,
>
> Can you please ensure everyone at Windriver that will contribute to YP
> has setup their from identity? This is described here:
>
> https://docs.yoctoproject.org/dev/contributor-guide/submit-changes.html#fixing-your-from-identity
>
> Thanks!
Hi Alex,
I've broadcast a summary of your email, the link and content internally.
If this continues next week, please just reject any patches until people
make the change.
../Randy
>
> On 27/09/2023 03:46:59-0700, Hemraj, Deepthi via lists.openembedded.org wrote:
>> Below commits on glibc-2.38 stable branch are updated.
>> 0e1ef6779a (HEAD -> release/2.38/master, origin/release/2.38/master) manual/jobs.texi: Add missing @item EPERM for getpgid
>> d94461bb86 string: Fix tester build with fortify enable with gcc < 12
>> 63250e9c57 iconv: restore verbosity with unrecognized encoding names (bug 30694)
>> 00ae4f10b5 getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)
>> b25508dd77 CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa mode
>> 89da8bc588 NEWS: Add the 2.38.1 bug list
>> d3ba6c1333 elf: Move l_init_called_next to old place of l_text_end in link map
>> 750f19526a elf: Remove unused l_text_end field from struct link_map
>> a3189f66a5 elf: Always call destructors in reverse constructor order (bug 30785)
>> 7ae211a01b elf: Do not run constructors for proxy objects
>> 92201f16cb libio: Fix oversized __io_vtables
>> 5bdef6f27c io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64
>>
>> Signed-off-by: Deepthi Hemraj<Deepthi.Hemraj@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 a907444f50..f5ebbb2ee6 100644
>> --- a/meta/recipes-core/glibc/glibc-version.inc
>> +++ b/meta/recipes-core/glibc/glibc-version.inc
>> @@ -1,6 +1,6 @@
>> SRCBRANCH ?= "release/2.38/master"
>> PV = "2.38+git"
>> -SRCREV_glibc ?= "1aed90c9c8f8be9f68b58e96b6e4cd0fc08eb2b1"
>> +SRCREV_glibc ?= "0e1ef6779a90bc0f8a05bc367796df2793deecaa"
>> SRCREV_localedef ?= "e0eca29583b9e0f62645c4316ced93cf4e4e26e1"
>>
>> GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"
>> --
>> 2.39.0
>>
>>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#188340):https://lists.openembedded.org/g/openembedded-core/message/188340
> Mute This Topic:https://lists.openembedded.org/mt/101614685/3616765
> Group Owner:openembedded-core+owner@lists.openembedded.org
> Unsubscribe:https://lists.openembedded.org/g/openembedded-core/unsub [randy.macleod@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
# Randy MacLeod
# Wind River Linux
[-- Attachment #2: Type: text/html, Size: 4522 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH V2] glibc: stable 2.38 branch updates
@ 2023-11-28 8:53 sundeep.kokkonda
0 siblings, 0 replies; 5+ messages in thread
From: sundeep.kokkonda @ 2023-11-28 8:53 UTC (permalink / raw)
To: openembedded-core
Cc: randy.macleod, naveen.gowda, shivaprasad.moodalappa, yash.shinde,
deepthi.hemraj, umesh.kallapa
From: Sundeep KOKKONDA <sundeep.kokkonda@windriver.com>
Below commits on glibc-2.38 stable branch are updated.
1e04dcec49 Revert "elf: Move l_init_called_next to old place of l_text_end in link map"
719866ab2f Revert "elf: Always call destructors in reverse constructor order (bug 30785)"
e0b6c9706c Revert "elf: Remove unused l_text_end field from struct link_map"
Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@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 19b98bc11a..ccf9d505c5 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
SRCBRANCH ?= "release/2.38/master"
PV = "2.38+git"
-SRCREV_glibc ?= "750a45a783906a19591fb8ff6b7841470f1f5701"
+SRCREV_glibc ?= "1e04dcec491bd8f48b5b74ce3e8414132578a645"
SRCREV_localedef ?= "e0eca29583b9e0f62645c4316ced93cf4e4e26e1"
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"
--
2.42.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-11-28 8:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27 10:46 [PATCH V2] glibc: stable 2.38 branch updates Deepthi Hemraj
2023-09-27 11:13 ` Deepthi.Hemraj
2023-09-27 19:52 ` [OE-core] " Alexandre Belloni
2023-09-27 21:14 ` Randy MacLeod
-- strict thread matches above, loose matches on Subject: below --
2023-11-28 8:53 sundeep.kokkonda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox