* [kirkstone][PATCH] glibc: stable 2.35 branch updates.
@ 2023-04-28 8:29 Deepthi Hemraj
2023-04-28 8:43 ` Deepthi Hemraj
0 siblings, 1 reply; 22+ messages in thread
From: Deepthi Hemraj @ 2023-04-28 8:29 UTC (permalink / raw)
To: openembedded-core
Cc: rwmacleod, umesh.kalappa0, pgowda.cve, shivams, sundeep.kokkonda
Below commits on glibc-2.35 stable branch are updated.
1c7f51c75a x86_64: Fix asm constraints in feraiseexcept (bug 30305)
8d07e65d15 gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (bug 30151)
b7cc55a24e x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]
3f63f9dfe1 stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]
757d9a6306 elf: Smoke-test ldconfig -p against system /etc/ld.so.cache
416bd20b3f Use 64-bit time_t interfaces in strftime and strptime (bug 30053)
ae045ed16b cdefs: Limit definition of fortification macros
6bcd5d8e36 x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #29863]
82663d3c03 time: Set daylight to 1 for matching DST/offset change (bug 29951)
d9923235f0 elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)
Signed-off-by: Deepthi Hemraj <deepadeepthi98@gmail.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 d36da0ce3f..4d8d96cefb 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
SRCBRANCH ?= "release/2.35/master"
PV = "2.35"
-SRCREV_glibc ?= "293211b6fddf60fc407d21fcba0326dd2148f76b"
+SRCREV_glibc ?= "1c7f51c75ae300fe52ccb636e71b8e28cb20824c"
SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread
* Re: [kirkstone][PATCH] glibc: stable 2.35 branch updates.
2023-04-28 8:29 Deepthi Hemraj
@ 2023-04-28 8:43 ` Deepthi Hemraj
0 siblings, 0 replies; 22+ messages in thread
From: Deepthi Hemraj @ 2023-04-28 8:43 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 303 bytes --]
Regression tests are performed and below is test summary.
Test summary after glibc updates:
185 FAIL
4413 PASS
41 UNSUPPORTED
12 XFAIL
6 XPASS
Test summary before glibc updates:
185 FAIL
4408 PASS
41 UNSUPPORTED
12 XFAIL
6 XPASS
Diff:
0 FAIL
+5 PASS
0 UNSUPPORTED
0 XFAIL
0 XPASS
[-- Attachment #2: Type: text/html, Size: 383 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* [kirkstone][PATCH] glibc: stable 2.35 branch updates.
@ 2023-06-12 9:44 Deepthi Hemraj
2023-06-12 9:58 ` Deepthi.Hemraj
0 siblings, 1 reply; 22+ messages in thread
From: Deepthi Hemraj @ 2023-06-12 9:44 UTC (permalink / raw)
To: openembedded-core
Cc: Randy.MacLeod, Umesh.Kalappa, Naveen.Gowda,
Shivaprasad.Moodalappa, Sundeep.Kokkonda
Below commits on glibc-2.35 stable branch are updated.
cbceb903c4 (HEAD -> release/2.35/master, origin/release/2.35/master) io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64
0967fb5861 io: Fix record locking contants on 32 bit arch with 64 bit default time_t
739de21d30 Document BZ #20975 fix
2b9906f9a0 __check_pf: Add a cancellation cleanup handler
7035f2174f gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABI
e698e8bd8e gmon: fix memory corruption issues
9f81b8fa65 gmon: improve mcount overflow handling
f2820e478c gmon: Fix allocated buffer overflow
413af1eb02 posix: Fix system blocks SIGCHLD erroneously
CVE-2023-0687.patch is dropped
Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
---
meta/recipes-core/glibc/glibc-version.inc | 2 +-
.../glibc/glibc/CVE-2023-0687.patch | 82 -------------------
meta/recipes-core/glibc/glibc_2.35.bb | 1 -
3 files changed, 1 insertion(+), 84 deletions(-)
delete mode 100644 meta/recipes-core/glibc/glibc/CVE-2023-0687.patch
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index 4d8d96cefb..01b1abef7d 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
SRCBRANCH ?= "release/2.35/master"
PV = "2.35"
-SRCREV_glibc ?= "1c7f51c75ae300fe52ccb636e71b8e28cb20824c"
+SRCREV_glibc ?= "cbceb903c4d770acc7e4ba5641036516830ed69b"
SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
diff --git a/meta/recipes-core/glibc/glibc/CVE-2023-0687.patch b/meta/recipes-core/glibc/glibc/CVE-2023-0687.patch
deleted file mode 100644
index 10c7e5666d..0000000000
--- a/meta/recipes-core/glibc/glibc/CVE-2023-0687.patch
+++ /dev/null
@@ -1,82 +0,0 @@
-From 952aff5c00ad7c6b83c3f310f2643939538827f8 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?=
- =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= <leo@yuriev.ru>
-Date: Sat, 4 Feb 2023 14:41:38 +0300
-Subject: [PATCH] gmon: Fix allocated buffer overflow (bug 29444)
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The `__monstartup()` allocates a buffer used to store all the data
-accumulated by the monitor.
-
-The size of this buffer depends on the size of the internal structures
-used and the address range for which the monitor is activated, as well
-as on the maximum density of call instructions and/or callable functions
-that could be potentially on a segment of executable code.
-
-In particular a hash table of arcs is placed at the end of this buffer.
-The size of this hash table is calculated in bytes as
- p->fromssize = p->textsize / HASHFRACTION;
-
-but actually should be
- p->fromssize = ROUNDUP(p->textsize / HASHFRACTION, sizeof(*p->froms));
-
-This results in writing beyond the end of the allocated buffer when an
-added arc corresponds to a call near from the end of the monitored
-address range, since `_mcount()` check the incoming caller address for
-monitored range but not the intermediate result hash-like index that
-uses to write into the table.
-
-It should be noted that when the results are output to `gmon.out`, the
-table is read to the last element calculated from the allocated size in
-bytes, so the arcs stored outside the buffer boundary did not fall into
-`gprof` for analysis. Thus this "feature" help me to found this bug
-during working with https://sourceware.org/bugzilla/show_bug.cgi?id=29438
-
-Just in case, I will explicitly note that the problem breaks the
-`make test t=gmon/tst-gmon-dso` added for Bug 29438.
-There, the arc of the `f3()` call disappears from the output, since in
-the DSO case, the call to `f3` is located close to the end of the
-monitored range.
-
-Signed-off-by: Леонид Юрьев (Leonid Yuriev) <leo@yuriev.ru>
-
-Another minor error seems a related typo in the calculation of
-`kcountsize`, but since kcounts are smaller than froms, this is
-actually to align the p->froms data.
-
-Co-authored-by: DJ Delorie <dj@redhat.com>
-Reviewed-by: Carlos O'Donell <carlos@redhat.com>
-
-Upstream-Status: Backport [https://sourceware.org/git/?p=glibc.git;a=commit;h=801af9fafd4689337ebf27260aa115335a0cb2bc]
-CVE: CVE-2023-0687
-Signed-off-by: Shubham Kulkarni <skulkarni@mvista.com>
----
- gmon/gmon.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/gmon/gmon.c b/gmon/gmon.c
-index dee6480..bf76358 100644
---- a/gmon/gmon.c
-+++ b/gmon/gmon.c
-@@ -132,6 +132,8 @@ __monstartup (u_long lowpc, u_long highpc)
- p->lowpc = ROUNDDOWN(lowpc, HISTFRACTION * sizeof(HISTCOUNTER));
- p->highpc = ROUNDUP(highpc, HISTFRACTION * sizeof(HISTCOUNTER));
- p->textsize = p->highpc - p->lowpc;
-+ /* This looks like a typo, but it's here to align the p->froms
-+ section. */
- p->kcountsize = ROUNDUP(p->textsize / HISTFRACTION, sizeof(*p->froms));
- p->hashfraction = HASHFRACTION;
- p->log_hashfraction = -1;
-@@ -142,7 +144,7 @@ __monstartup (u_long lowpc, u_long highpc)
- instead of integer division. Precompute shift amount. */
- p->log_hashfraction = ffs(p->hashfraction * sizeof(*p->froms)) - 1;
- }
-- p->fromssize = p->textsize / HASHFRACTION;
-+ p->fromssize = ROUNDUP(p->textsize / HASHFRACTION, sizeof(*p->froms));
- p->tolimit = p->textsize * ARCDENSITY / 100;
- if (p->tolimit < MINARCS)
- p->tolimit = MINARCS;
---
-2.7.4
diff --git a/meta/recipes-core/glibc/glibc_2.35.bb b/meta/recipes-core/glibc/glibc_2.35.bb
index 29fcb1d627..df847e76bf 100644
--- a/meta/recipes-core/glibc/glibc_2.35.bb
+++ b/meta/recipes-core/glibc/glibc_2.35.bb
@@ -50,7 +50,6 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
file://0024-fix-create-thread-failed-in-unprivileged-process-BZ-.patch \
\
file://0001-Revert-Linux-Implement-a-useful-version-of-_startup_.patch \
- file://CVE-2023-0687.patch \
"
S = "${WORKDIR}/git"
B = "${WORKDIR}/build-${TARGET_SYS}"
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread
* Re: [kirkstone][PATCH] glibc: stable 2.35 branch updates.
2023-06-12 9:44 Deepthi Hemraj
@ 2023-06-12 9:58 ` Deepthi.Hemraj
2023-06-12 10:00 ` Deepthi.Hemraj
` (2 more replies)
0 siblings, 3 replies; 22+ messages in thread
From: Deepthi.Hemraj @ 2023-06-12 9:58 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 323 bytes --]
Regression tests are performed and below is test summary.
Test summary after glibc updates:
153 FAIL
4408 PASS
41 UNSUPPORTED
12 XFAIL
6 XPASS
Test summary after glibc updates:
154 FAIL
4405 PASS
41 UNSUPPORTED
12 XFAIL
6 XPASS
Diff:
1 FAIL
3 PASS
0 UNSUPPORTED
0 XFAIL
0 XPASS
[-- Attachment #2: Type: text/html, Size: 2312 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [kirkstone][PATCH] glibc: stable 2.35 branch updates.
2023-06-12 9:58 ` Deepthi.Hemraj
@ 2023-06-12 10:00 ` Deepthi.Hemraj
2023-06-13 7:08 ` Deepthi.Hemraj
2023-06-13 7:09 ` Deepthi.Hemraj
2 siblings, 0 replies; 22+ messages in thread
From: Deepthi.Hemraj @ 2023-06-12 10:00 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
Regression tests are performed and below is test summary.
Test summary after glibc updates:
153 FAIL
4408 PASS
41 UNSUPPORTED
12 XFAIL
6 XPASS
Test summary after glibc updates:
154 FAIL
4405 PASS
41 UNSUPPORTED
12 XFAIL
6 XPASS
Diff:
1 FAIL
3 PASS
0 UNSUPPORTED
0 XFAIL
0 XPASS
[-- Attachment #2: Type: text/html, Size: 607 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [kirkstone][PATCH] glibc: stable 2.35 branch updates.
2023-06-12 9:58 ` Deepthi.Hemraj
2023-06-12 10:00 ` Deepthi.Hemraj
@ 2023-06-13 7:08 ` Deepthi.Hemraj
2023-06-13 7:09 ` Deepthi.Hemraj
2 siblings, 0 replies; 22+ messages in thread
From: Deepthi.Hemraj @ 2023-06-13 7:08 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 306 bytes --]
Regression tests are performed and below is test summary.
Test summary after glibc updates:
153 FAIL
4408 PASS
41 UNSUPPORTED
12 XFAIL
6 XPASS
Test summary before glibc updates:
154 FAIL
4405 PASS
41 UNSUPPORTED
12 XFAIL
6 XPASS
Diff:
1 FAIL
3 PASS
0 UNSUPPORTED
0 XFAIL
0 XPASS
[-- Attachment #2: Type: text/html, Size: 608 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [kirkstone][PATCH] glibc: stable 2.35 branch updates.
2023-06-12 9:58 ` Deepthi.Hemraj
2023-06-12 10:00 ` Deepthi.Hemraj
2023-06-13 7:08 ` Deepthi.Hemraj
@ 2023-06-13 7:09 ` Deepthi.Hemraj
2 siblings, 0 replies; 22+ messages in thread
From: Deepthi.Hemraj @ 2023-06-13 7:09 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 306 bytes --]
Regression tests are performed and below is test summary.
Test summary after glibc updates:
153 FAIL
4408 PASS
41 UNSUPPORTED
12 XFAIL
6 XPASS
Test summary before glibc updates:
154 FAIL
4405 PASS
41 UNSUPPORTED
12 XFAIL
6 XPASS
Diff:
0 FAIL
3 PASS
0 UNSUPPORTED
0 XFAIL
0 XPASS
[-- Attachment #2: Type: text/html, Size: 608 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* [kirkstone][PATCH] glibc: stable 2.35 branch updates
@ 2023-09-13 11:18 Sanjana
2023-09-13 11:30 ` Sanjana V
0 siblings, 1 reply; 22+ messages in thread
From: Sanjana @ 2023-09-13 11:18 UTC (permalink / raw)
To: openembedded-core
Cc: rwmacleod, umesh.kalappa0, pgowda.cve, shivams, sundeep.kokkonda,
Sanjana
Below commits on glibc-2.35 stable branch are updated.
561e9dadc0 x86: Fix incorrect scope of setting `shared_per_thread`
1c3ecf5858 x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.
47c7d2eb03 x86: Fix slight bug in `shared_per_thread` cache size calculation.
d1b1da26ea x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`
e19af583b4 elf: _dl_find_object may return 1 during early startup.
Signed-off-by: Sanjana <sanjanasanju1608@gmail.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 01b1abef7d..f23ceb5a25 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
SRCBRANCH ?= "release/2.35/master"
PV = "2.35"
-SRCREV_glibc ?= "cbceb903c4d770acc7e4ba5641036516830ed69b"
+SRCREV_glibc ?= "561e9dadc02f46a7ba2190c0a04259583479f6c9"
SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
--
2.34.1
^ permalink raw reply related [flat|nested] 22+ messages in thread
* Re: [kirkstone][PATCH] glibc: stable 2.35 branch updates
2023-09-13 11:18 Sanjana
@ 2023-09-13 11:30 ` Sanjana V
0 siblings, 0 replies; 22+ messages in thread
From: Sanjana V @ 2023-09-13 11:30 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 341 bytes --]
Regression tests are performed and below is test summary.
Test summary after glibc updates:
PASS : 4773
FAIL : 139
XPASS : 6
XFAIL : 16
UNSUPPORTED : 235
Test summary before glibc updates:
PASS : 4770
FAIL : 142
XPASS : 6
XFAIL : 16
UNSUPPORTED : 235
Diff:
+3 PASS
0 FAIL
0 XPASS
0 XFAIL
0 UNSUPPORTED
[-- Attachment #2: Type: text/html, Size: 453 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* [kirkstone][PATCH] glibc: stable 2.35 branch updates
@ 2024-05-30 5:17 Deepthi.Hemraj
2024-05-30 15:57 ` Hemraj, Deepthi
0 siblings, 1 reply; 22+ messages in thread
From: Deepthi.Hemraj @ 2024-05-30 5:17 UTC (permalink / raw)
To: openembedded-core
Cc: Randy.MacLeod, Richard.Purdie, Naveen.Gowda,
Shivaprasad.Moodalappa, Sundeep.Kokkonda
From: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
Below commit on glibc-2.35 stable branch is updated.
72abffe225 Force DT_RPATH for --enable-hardcoded-path-in-tests
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 1a8d51ef63..a5903bc5f4 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
SRCBRANCH ?= "release/2.35/master"
PV = "2.35"
-SRCREV_glibc ?= "54a666dc5c94897dab63856ba264ab2c53503303"
+SRCREV_glibc ?= "72abffe225485d10ea76adde963c13157bf3b310"
SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
--
2.43.0
^ permalink raw reply related [flat|nested] 22+ messages in thread
* Re: [kirkstone][PATCH] glibc: stable 2.35 branch updates
2024-05-30 5:17 Deepthi.Hemraj
@ 2024-05-30 15:57 ` Hemraj, Deepthi
0 siblings, 0 replies; 22+ messages in thread
From: Hemraj, Deepthi @ 2024-05-30 15:57 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 404 bytes --]
Regression testing is done and below are the results:
*after update:*
fail - 427
pass - 14368
xpass - 18
xfail - 48
unsupported - 670
*before update*
fail - 428
pass - 14367
xpass - 18
xfail - 48
unsupported - 670
[-- Attachment #2: Type: text/html, Size: 1042 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* [kirkstone][PATCH] glibc: stable 2.35 branch updates
@ 2024-09-25 13:11 Deepthi.Hemraj
2024-09-25 13:16 ` Hemraj, Deepthi
0 siblings, 1 reply; 22+ messages in thread
From: Deepthi.Hemraj @ 2024-09-25 13:11 UTC (permalink / raw)
To: openembedded-core; +Cc: Randy.MacLeod, Naveen.Gowda, Sundeep.Kokkonda
From: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
Below commits on glibc-2.35 stable branch are updated.
37214df5f1 libio: Attempt wide backup free only for non-legacy code
09fb06d3d6 nptl: Use <support/check.h> facilities in tst-setuid3
507983797e posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64
bcd0e854ea ungetc: Fix backup buffer leak on program exit [BZ #27821]
e930b89df7 ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]
a3db6ce751 Make tst-ungetc use libsupport
ed9762fdbf stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650]
cf71d2189c support: Add FAIL test failure helper
5b4e90230b stdio-common: Reformat Makefile.
3c64e961ff Fix name space violation in fortify wrappers (bug 32052)
ba003ee5de resolv: Fix tst-resolv-short-response for older GCC (bug 32042)
5a1d0633be Add mremap tests
0ff91d3961 mremap: Update manual entry
7459b6fe47 linux: Update the mremap C implementation [BZ #31968]
461d0cac38 tests: replace system by xsystem
041ac9dffe resolv: Track single-request fallback via _res._flags (bug 31476)
820a750bed resolv: Do not wait for non-existing second DNS response after error (bug 30081)
4f5aa1d2fb resolv: Allow short error responses to match any query (bug 31890)
a180e82837 Linux: Make __rseq_size useful for feature detection (bug 31965)
f8a52d39c0 elf: Make dl-rseq-symbols Linux only
d36daa4c01 nptl: fix potential merge of __rseq_* relro symbols
602fff4efa Add AT_RSEQ_* from Linux 6.3 to elf.h
c7cd626538 s390x: Fix segfault in wcsncmp [BZ #31934]
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 a5903bc5f4..dc18d20dd8 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
SRCBRANCH ?= "release/2.35/master"
PV = "2.35"
-SRCREV_glibc ?= "72abffe225485d10ea76adde963c13157bf3b310"
+SRCREV_glibc ?= "37214df5f103f4075cf0a79a227e70f3e064701c"
SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
--
2.43.0
^ permalink raw reply related [flat|nested] 22+ messages in thread
* Re: [kirkstone][PATCH] glibc: stable 2.35 branch updates
2024-09-25 13:11 Deepthi.Hemraj
@ 2024-09-25 13:16 ` Hemraj, Deepthi
0 siblings, 0 replies; 22+ messages in thread
From: Hemraj, Deepthi @ 2024-09-25 13:16 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 292 bytes --]
Testing was done and below are the test results:
*After update:*
PASS - 4779
FAIL - 147
XPASS - 6
XFAIL - 16
UNSUPPORTED - 237
*Before update:*
PASS - 4770
FAIL - 148
XPASS - 6
XFAIL - 16
UNSUPPORTED - 237
Below is the failing testcase
FAIL: nptl/tst-thread-affinity-sched
[-- Attachment #2: Type: text/html, Size: 451 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [kirkstone][PATCH] glibc: stable 2.35 branch updates
2024-09-25 15:17 [OE-core] " Khem Raj
@ 2024-09-26 5:34 ` Hemraj, Deepthi
0 siblings, 0 replies; 22+ messages in thread
From: Hemraj, Deepthi @ 2024-09-26 5:34 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 99 bytes --]
The test case nptl/tst-thread-affinity-sched is an additional failure and represents a regression
[-- Attachment #2: Type: text/html, Size: 800 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [kirkstone][PATCH] glibc: stable 2.35 branch updates
2024-09-27 12:56 [OE-core] " Steve Sakoman
@ 2024-10-03 11:22 ` Hemraj, Deepthi
0 siblings, 0 replies; 22+ messages in thread
From: Hemraj, Deepthi @ 2024-10-03 11:22 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 735 bytes --]
Hi Khem & Steve,
Thanks for checking out the results and your comments.
>>Is this regression? and is it a persistent failure?
We analyzed the issue further by debugging it manually and observed that the testcase " nptl/tst-thread-affinity-sched.c" passed as expected. Hence, we ran the testsuite again after the update and found that the issue was not reproduced anymore.
Please find the following results after the update which has 2 less failures than the results before update.
*After Update*
PASS - 4781
FAIL - 145
XPASS - 6
XFAIL - 16
UNSUPPORTED - 237
*Before update:*
PASS - 4770
FAIL - 148
XPASS - 6
XFAIL - 16
UNSUPPORTED - 237
*Diff:*
PASS - +11
FAIL - -3
XPASS - 0
XFAIL - 0
UNSUPPORTED - 0
[-- Attachment #2: Type: text/html, Size: 9787 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* [kirkstone][PATCH] glibc: stable 2.35 branch updates
@ 2025-01-30 8:54 Deepesh.Varatharajan
0 siblings, 0 replies; 22+ messages in thread
From: Deepesh.Varatharajan @ 2025-01-30 8:54 UTC (permalink / raw)
To: openembedded-core; +Cc: Shivaprasad.Moodalappa, Sundeep.Kokkonda
From: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
549d831579 stdlib: Test using setenv with updated environ [BZ #32588]
8b5d4be762 Fix underallocation of abort_msg_s struct (CVE-2025-0395)
525e5f13de stdlib: Simplify buffer management in canonicalize
5eae275400 realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]
8a82a76a42 realpath: Do not copy result on failure (BZ #28815)
e369114462 misc: Add support for Linux uio.h RWF_NOAPPEND flag
3f1ab0ed66 nptl: Convert tst-setuid2 to test-driver
76adee6e0f support: Add xpthread_cond_signal wrapper
c3beedeb70 elf: Support recursive use of dynamic TLS in interposed malloc
f48d763ab8 elf: Avoid some free (NULL) calls in _dl_update_slotinfo
710057676d sysdeps/x86/Makefile: Split and sort tests
a4207d4e83 x86: Only align destination to 1x VEC_SIZE in memset 4x loop
889f99c149 elf: Fix slow tls access after dlopen [BZ #19924]
543efedcb3 x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643]
41a3e51233 x86_64: Add log1p with FMA
0d1c70aa4c x86_64: Add expm1 with FMA
516180d399 x86_64: Add log2 with FMA
30384b91ad x86_64: Sort fpu/multiarch/Makefile
d626c31ce5 x86: Avoid integer truncation with large cache sizes (bug 32470)
7ea35e28b4 nptl: initialize cpu_id_start prior to rseq registration
47d70ca8d9 nptl: initialize rseq area prior to registration
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 dc18d20dd8..d98b6a4911 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
SRCBRANCH ?= "release/2.35/master"
PV = "2.35"
-SRCREV_glibc ?= "37214df5f103f4075cf0a79a227e70f3e064701c"
+SRCREV_glibc ?= "549d8315791aa8176ff1537db3e09c185c6e602f"
SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
--
2.43.0
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [kirkstone][PATCH] glibc: stable 2.35 branch updates
@ 2025-05-09 4:30 Deepesh.Varatharajan
0 siblings, 0 replies; 22+ messages in thread
From: Deepesh.Varatharajan @ 2025-05-09 4:30 UTC (permalink / raw)
To: openembedded-core
Cc: Shivaprasad.Moodalappa, Sundeep.Kokkonda, Deepesh.Varatharajan
From: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
d2febe7c40 math: Improve layout of exp/exp10 data
20b5d5ce26 AArch64: Use prefer_sve_ifuncs for SVE memset
9569a67a58 AArch64: Add SVE memset
59f67e1b82 math: Improve layout of expf data
904c58e47b AArch64: Remove zva_128 from memset
8042d17638 AArch64: Optimize memset
be451d6053 AArch64: Improve generic strlen
8b3d09dc0d assert: Add test for CVE-2025-0395
29d9b1e59e assert: Reformat Makefile.
Testresults:
Before update |After update |Difference
PASS: 4832 |PASS:4833 |PASS: +1
FAIL: 132 |FAIL:132 |FAIL: 0
XPASS: 6 |XPASS:6 |XPASS: 0
XFAIL: 16 |XFAIL:16 |XFAIL: 0
UNSUPPORTED: 200|UNSUPPORTED:200 |UNSUPPORTED: 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 d98b6a4911..34b199c02b 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
SRCBRANCH ?= "release/2.35/master"
PV = "2.35"
-SRCREV_glibc ?= "549d8315791aa8176ff1537db3e09c185c6e602f"
+SRCREV_glibc ?= "d2febe7c407665c18cfea1930c65f41899ab3aa3"
SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
--
2.43.0
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [kirkstone][PATCH] glibc: stable 2.35 branch updates
@ 2025-07-24 7:56 Deepesh.Varatharajan
0 siblings, 0 replies; 22+ messages in thread
From: Deepesh.Varatharajan @ 2025-07-24 7:56 UTC (permalink / raw)
To: openembedded-core; +Cc: Sundeep.Kokkonda, Deepesh.Varatharajan
From: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Below commits on glibc-2.35 stable branch are updated.
git log --oneline d2febe7c407665c18cfea1930c65f41899ab3aa3..80401002011f470d9c6eb604bf734715e9b3a8c2
8040100201 Fix error reporting (false negatives) in SGID tests
c6ec750be5 support: Pick group in support_capture_subprogram_self_sgid if UID == 0
c9e44b6467 support: Don't fail on fchown when spawning sgid processes
621c65ccf1 elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static
c7ff2bc297 Revert "elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static"
8624f6431b elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987)
ed10034f00 elf: Test case for bug 32976 (CVE-2025-4802)
08aea7712d support: Add support_record_failure_barrier
901e24b128 support: Use const char * argument in support_capture_subprogram_self_sgid
bff3b0f16c elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static
Dropped :
0025-CVE-2025-4802.patch
ed10034f00 elf: Test case for bug 32976 (CVE-2025-4802)
Test results:
Before after diff
PASS 4833 4839 +6
XPASS 6 6 0
FAIL 133 130 -3
XFAIL 16 16 0
UNSUPPORTED 200 197 -3
Following commits improved test results:
8040100201 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.
8624f6431b elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987)
Fixed tst-dlopen-sgid false positives by correctly handling subprocess exit status (bug 32987).
Ensured test fails on abnormal or non-zero child exits.
This commit restores reliability in SGID testing and is the first step toward centralized SGID test error handling.
UNSUPPORTED tests changes
-UNSUPPORTED: elf/tst-env-setuid
-UNSUPPORTED: elf/tst-env-setuid-tunables
-UNSUPPORTED: stdlib/tst-secure-getenv
FAILed tests changes
-FAIL: elf/tst-dlopen-sgid
-FAIL: misc/tst-error1
-FAIL: resolv/tst-resolv-aliases
PASSed tests changes
+PASS: elf/tst-env-setuid
+PASS: elf/tst-env-setuid-tunables
+PASS: stdlib/tst-secure-getenv
+PASS: elf/tst-dlopen-sgid
+PASS: misc/tst-error1
+PASS: resolv/tst-resolv-aliases
Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
---
meta/recipes-core/glibc/glibc-version.inc | 2 +-
meta/recipes-core/glibc/glibc/0025-CVE-2025-4802.patch | 3 ++-
meta/recipes-core/glibc/glibc_2.35.bb | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index 34b199c02b..b269518af4 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
SRCBRANCH ?= "release/2.35/master"
PV = "2.35"
-SRCREV_glibc ?= "d2febe7c407665c18cfea1930c65f41899ab3aa3"
+SRCREV_glibc ?= "80401002011f470d9c6eb604bf734715e9b3a8c2"
SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
diff --git a/meta/recipes-core/glibc/glibc/0025-CVE-2025-4802.patch b/meta/recipes-core/glibc/glibc/0025-CVE-2025-4802.patch
index 0298f5a865..a1197c0318 100644
--- a/meta/recipes-core/glibc/glibc/0025-CVE-2025-4802.patch
+++ b/meta/recipes-core/glibc/glibc/0025-CVE-2025-4802.patch
@@ -81,7 +81,7 @@ index 09079c12..c2baed69 100644
- NULL, NULL);
-
- /* Remember the last search directory added at startup. */
-- _dl_init_all_dirs = GL(dl_all_dirs);
+_dl_verbose = *(getenv ("LD_WARN") ?: "") == '\0' ? 0 : 1;- _dl_init_all_dirs = GL(dl_all_dirs);
-
- _dl_lazy = *(getenv ("LD_BIND_NOW") ?: "") == '\0';
-
@@ -97,6 +97,7 @@ index 09079c12..c2baed69 100644
if (__libc_enable_secure)
{
static const char unsecure_envvars[] =
+ setup_vdso_pointers ();
@@ -324,6 +301,29 @@ _dl_non_dynamic_init (void)
#endif
}
diff --git a/meta/recipes-core/glibc/glibc_2.35.bb b/meta/recipes-core/glibc/glibc_2.35.bb
index 3023e9c1ed..df5f14984a 100644
--- a/meta/recipes-core/glibc/glibc_2.35.bb
+++ b/meta/recipes-core/glibc/glibc_2.35.bb
@@ -27,6 +27,7 @@ CVE_CHECK_IGNORE += "CVE-2023-4527"
CVE_CHECK_IGNORE += " \
CVE-2023-0687 CVE-2023-4813 CVE-2023-4806 CVE-2023-4911 CVE-2023-5156 \
CVE-2024-2961 CVE-2024-33599 CVE-2024-33600 CVE-2024-33601 CVE-2024-33602 \
+ CVE-2025-4802 \
"
DEPENDS += "gperf-native bison-native"
@@ -61,7 +62,6 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
file://0022-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch \
file://0023-timezone-Make-shell-interpreter-overridable-in-tzsel.patch \
file://0024-fix-create-thread-failed-in-unprivileged-process-BZ-.patch \
- file://0025-CVE-2025-4802.patch \
file://0026-PR25847-1.patch \
file://0026-PR25847-2.patch \
file://0026-PR25847-3.patch \
--
2.49.0
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [kirkstone][PATCH] glibc: stable 2.35 branch updates
@ 2025-10-06 12:51 Deepesh.Varatharajan
0 siblings, 0 replies; 22+ messages in thread
From: Deepesh.Varatharajan @ 2025-10-06 12:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Sundeep.Kokkonda, Deepesh.Varatharajan
From: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
git log --oneline a66bc3941ff298e474d5f02d0c3303401951141f..4e50046821f05ada5f14c76803845125ddb3ed7d
4e50046821 (HEAD, origin/release/2.35/master) x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212]
c97735cfde elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943)
96cc65a28a elf: Extract rtld_setup_phdr function from dl_main
e3f04f64fa elf: Do not add a copy of _dl_find_object to libc.so
bfae8bf49c arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)
Testing Results:
Before After Diff
PASS 4605 4609 +4
XPASS 6 6 0
FAIL 358 356 -2
XFAIL 16 16 0
UNRESOLVED 0 1 +1
UNSUPPORTED 197 197 0
Testcases changes
testcase-name before after
elf/tst-link-map-contiguous-libc(new) - PASS
elf/tst-link-map-contiguous-ldso(new) - FAIL
elf/check-dt-x86-64-plt(new) - UNRESOLVED
misc/tst-tsearch FAIL PASS
posix/bug-regex24 FAIL PASS
string/tst-cmp FAIL PASS
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 0b06005b25..b9f5e8fb8f 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
SRCBRANCH ?= "release/2.35/master"
PV = "2.35"
-SRCREV_glibc ?= "a66bc3941ff298e474d5f02d0c3303401951141f"
+SRCREV_glibc ?= "4e50046821f05ada5f14c76803845125ddb3ed7d"
SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
--
2.49.0
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [OE-core][kirkstone][PATCH] glibc: stable 2.35 branch updates
@ 2026-01-25 16:16 Peter Marko
2026-02-23 21:14 ` [kirkstone][PATCH] " Colin McAllister
0 siblings, 1 reply; 22+ messages in thread
From: Peter Marko @ 2026-01-25 16:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Peter Marko
From: Peter Marko <peter.marko@siemens.com>
git log --oneline 4e50046821f05ada5f14c76803845125ddb3ed7d..bb59339d02faebac534a87eea50c83c948f35b77
bb59339d02 (HEAD -> release/2.35/master, origin/release/2.35/master) posix: Reset wordexp_t fields with WRDE_REUSE (CVE-2025-15281 / BZ 33814)
66f0cb057c resolv: Fix NSS DNS backend for getnetbyaddr (CVE-2026-0915)
499d1ccafc memalign: reinstate alignment overflow check (CVE-2026-0861)
9e1a305028 nptl: Optimize trylock for high cache contention workloads (BZ #33704)
a94467ce05 ppc64le: Power 10 rawmemchr clobbers v20 (bug #33091)
Testing Results:
Before After Diff
PASS 4774 4770 -4
XPASS 6 6 0
FAIL 149 154 +5
XFAIL 16 16 0
UNSUPPORTED 246 246 0
Changes in failed testcases:
testcase-name before after
malloc/tst-malloc-fork-deadlock-malloc-hugetlb2 FAIL PASS
posix/tst-wait4 FAIL PASS
malloc/tst-malloc-too-large PASS FAIL
malloc/tst-malloc-too-large-malloc-check PASS FAIL
malloc/tst-malloc-too-large-malloc-hugetlb1 PASS FAIL
malloc/tst-malloc-too-large-malloc-hugetlb2 PASS FAIL
malloc/tst-malloc-too-large-mcheck PASS FAIL
malloc/tst-mallocfork2 PASS FAIL
malloc/tst-mallocfork3 PASS FAIL
Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
meta/recipes-core/glibc/glibc-version.inc | 2 +-
meta/recipes-core/glibc/glibc_2.35.bb | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index b9f5e8fb8f..06edbeb47f 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
SRCBRANCH ?= "release/2.35/master"
PV = "2.35"
-SRCREV_glibc ?= "4e50046821f05ada5f14c76803845125ddb3ed7d"
+SRCREV_glibc ?= "bb59339d02faebac534a87eea50c83c948f35b77"
SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
diff --git a/meta/recipes-core/glibc/glibc_2.35.bb b/meta/recipes-core/glibc/glibc_2.35.bb
index 1b5830699f..97ba50bec4 100644
--- a/meta/recipes-core/glibc/glibc_2.35.bb
+++ b/meta/recipes-core/glibc/glibc_2.35.bb
@@ -27,7 +27,8 @@ CVE_CHECK_IGNORE += "CVE-2023-4527"
CVE_CHECK_IGNORE += " \
CVE-2023-0687 CVE-2023-4813 CVE-2023-4806 CVE-2023-4911 CVE-2023-5156 \
CVE-2024-2961 CVE-2024-33599 CVE-2024-33600 CVE-2024-33601 CVE-2024-33602 \
- CVE-2025-0395 CVE-2025-4802 CVE-2025-8058 \
+ CVE-2025-0395 CVE-2025-4802 CVE-2025-8058 CVE-2025-15281 \
+ CVE-2026-0861 CVE-2026-0915 \
"
DEPENDS += "gperf-native bison-native"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* Re: [kirkstone][PATCH] glibc: stable 2.35 branch updates
2026-01-25 16:16 [OE-core][kirkstone][PATCH] glibc: stable 2.35 branch updates Peter Marko
@ 2026-02-23 21:14 ` Colin McAllister
2026-02-23 22:32 ` [OE-core] " Yoann Congal
0 siblings, 1 reply; 22+ messages in thread
From: Colin McAllister @ 2026-02-23 21:14 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 162 bytes --]
Hello,
Thanks for this patch. I was looking into a few of these CVEs on Kirkstone and saw this patch was never merged. Is there a reason why?
Best,
Colin
[-- Attachment #2: Type: text/html, Size: 183 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [OE-core] [kirkstone][PATCH] glibc: stable 2.35 branch updates
2026-02-23 21:14 ` [kirkstone][PATCH] " Colin McAllister
@ 2026-02-23 22:32 ` Yoann Congal
0 siblings, 0 replies; 22+ messages in thread
From: Yoann Congal @ 2026-02-23 22:32 UTC (permalink / raw)
To: colin.mcallister, openembedded-core
On Mon Feb 23, 2026 at 10:14 PM CET, Colin McAllister via lists.openembedded.org wrote:
> Hello,
>
> Thanks for this patch. I was looking into a few of these CVEs on Kirkstone and saw this patch was never merged. Is there a reason why?
Nice catch, I missed it.
I'll add it to the next review branch.
Thanks!
>
> Best,
> Colin
--
Yoann Congal
Smile ECS
^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2026-02-23 22:32 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-25 16:16 [OE-core][kirkstone][PATCH] glibc: stable 2.35 branch updates Peter Marko
2026-02-23 21:14 ` [kirkstone][PATCH] " Colin McAllister
2026-02-23 22:32 ` [OE-core] " Yoann Congal
-- strict thread matches above, loose matches on Subject: below --
2025-10-06 12:51 Deepesh.Varatharajan
2025-07-24 7:56 Deepesh.Varatharajan
2025-05-09 4:30 Deepesh.Varatharajan
2025-01-30 8:54 Deepesh.Varatharajan
2024-09-27 12:56 [OE-core] " Steve Sakoman
2024-10-03 11:22 ` Hemraj, Deepthi
2024-09-25 15:17 [OE-core] " Khem Raj
2024-09-26 5:34 ` Hemraj, Deepthi
2024-09-25 13:11 Deepthi.Hemraj
2024-09-25 13:16 ` Hemraj, Deepthi
2024-05-30 5:17 Deepthi.Hemraj
2024-05-30 15:57 ` Hemraj, Deepthi
2023-09-13 11:18 Sanjana
2023-09-13 11:30 ` Sanjana V
2023-06-12 9:44 Deepthi Hemraj
2023-06-12 9:58 ` Deepthi.Hemraj
2023-06-12 10:00 ` Deepthi.Hemraj
2023-06-13 7:08 ` Deepthi.Hemraj
2023-06-13 7:09 ` Deepthi.Hemraj
2023-04-28 8:29 Deepthi Hemraj
2023-04-28 8:43 ` Deepthi Hemraj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox