Openembedded Core Discussions
 help / color / mirror / Atom feed
* [mickledore][PATCH] glibc: stable 2.37 branch updates.
@ 2023-04-26 11:19 Deepthi Hemraj
  0 siblings, 0 replies; 6+ messages in thread
From: Deepthi Hemraj @ 2023-04-26 11:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: randy.macleod, linux

Below commits on glibc-2.37 stable branch are updated.
1d63573f81 stdio-common: tests: don't double-define _FORTIFY_SOURCE
590d0e089b elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]
790e504a17 stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]

Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
---
 meta/conf/distro/include/security_flags.inc | 2 +-
 meta/recipes-core/glibc/glibc-version.inc   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc
index 2972f05b4e..e950e06ca7 100644
--- a/meta/conf/distro/include/security_flags.inc
+++ b/meta/conf/distro/include/security_flags.inc
@@ -15,7 +15,7 @@ OPTLEVEL = "${@bb.utils.filter('SELECTED_OPTIMIZATION', '-O0 -O1 -O2 -O3 -Ofast
 lcl_maybe_fortify ?= "${@oe.utils.conditional('OPTLEVEL','-O0','','${OPTLEVEL} -D_FORTIFY_SOURCE=2',d)}"
 
 # Error on use of format strings that represent possible security problems
-SECURITY_STRINGFORMAT ?= "-Wformat -Wformat-security -Werror=format-security"
+SECURITY_STRINGFORMAT ?= "-Wformat -Wformat-security"
 
 # Inject pie flags into compiler flags if not configured with gcc itself
 # especially useful with external toolchains
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index 1b8665a9d8..4e0b82f1de 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
 SRCBRANCH ?= "release/2.37/master"
 PV = "2.37"
-SRCREV_glibc ?= "d8e1a7590d375159fb5aac07ad8111ab4699e994" 
+SRCREV_glibc ?= "1d63573f81945a489ea169636fa11850bc74716b"
 SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [mickledore][PATCH] glibc: stable 2.37 branch updates.
@ 2023-06-15 12:34 Deepthi Hemraj
  2023-06-15 12:38 ` Deepthi.Hemraj
  0 siblings, 1 reply; 6+ messages in thread
From: Deepthi Hemraj @ 2023-06-15 12:34 UTC (permalink / raw)
  To: openembedded-core
  Cc: Randy.MacLeod, Umesh.Kalappa, Naveen.Gowda,
	Shivaprasad.Moodalappa, Sundeep.Kokkonda

From: Deepthi Hemraj <Deepthi.Hemraj@eng.windriver.com>

Below commits on glibc-2.37 stable branch are updated.
3593050c27 (HEAD -> release/2.37/master, origin/release/2.37/master) io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64
e2974d26ce io: Fix record locking contants on 32 bit arch with 64 bit default time_t 0e3e9dbb0e Document BZ #20975 fix
f5d377c896 __check_pf: Add a cancellation cleanup handler [BZ #20975]
b4f76ecc9e Ignore MAP_VARIABLE in tst-mman-consts.py
7c32cb7dd8 gmon: Revert addition of tunables to the manual
a908c18d47 gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABI
ff3a71ec1f gmon: fix memory corruption issues [BZ# 30101]
d230623264 gmon: improve mcount overflow handling [BZ# 27576]
5d750495db gmon: Fix allocated buffer overflow (bug 29444)
78ab913eab posix: Fix system blocks SIGCHLD erroneously [BZ #30163]
9cc2f41e52 x86_64: Fix asm constraints in feraiseexcept (bug 30305)
97ad4c64b9 gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (bug 30151)
1d63573f81 stdio-common: tests: don't double-define _FORTIFY_SOURCE
590d0e089b elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]
790e504a17 stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]

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 37bb9fd34f..69e637e810 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
 SRCBRANCH ?= "release/2.37/master"
 PV = "2.37"
-SRCREV_glibc ?= "d8e1a7590d375159fb5aac07ad8111ab4699e994" 
+SRCREV_glibc ?= "3593050c27dcf691f670fd3fa9d347c99351ed2f" 
 SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"
-- 
2.39.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [mickledore][PATCH] glibc: stable 2.37 branch updates.
  2023-06-15 12:34 [mickledore][PATCH] glibc: stable 2.37 branch updates Deepthi Hemraj
@ 2023-06-15 12:38 ` Deepthi.Hemraj
  0 siblings, 0 replies; 6+ messages in thread
From: Deepthi.Hemraj @ 2023-06-15 12:38 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 543 bytes --]

Regression testing is done and below are the test results.

*Before glibc update*
Summary of test results:
210 FAIL
4380 PASS
38 UNSUPPORTED
16 XFAIL
2 XPASS

*After glibc update*
Summary of test results:
194 FAIL
4401 PASS
38 UNSUPPORTED
16 XFAIL
2 XPASS

*Diff:*
16 FAIL
21 PASS
0 UNSUPPORTED
0 XFAIL
0 XPASS

5 Newly added test cases are Passed and below are the 3 new failures:
FAIL: malloc/tst-malloc-too-large-malloc-hugetlb1
FAIL: malloc/tst-malloc-too-large-malloc-hugetlb2
FAIL: resolv/tst-resolv-aliases

[-- Attachment #2: Type: text/html, Size: 1194 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [mickledore][PATCH] glibc: stable 2.37 branch updates
@ 2023-08-17 10:05 sanjana
  2023-08-17 10:33 ` Sanjana V
  0 siblings, 1 reply; 6+ messages in thread
From: sanjana @ 2023-08-17 10:05 UTC (permalink / raw)
  To: openembedded-core
  Cc: rwmacleod, umesh.kalappa0, pgowda.cve, shivams, sundeep.kokkonda

Below commits on glibc-2.37 stable branch are updated.

58f7431fd7 sparc: Fix la_symbind for bind-now
260d4b742b nptl: Fix tst-cancel30 on sparc64
3f4b4e2cdd elf: _dl_find_object may return 1 during early startup
0930ff8eb3 realloc: Limit chunk reuse to only growing requests
8dcb1a5181 hppa: xfail debug/tst-ssp-1 when have-ssp is yes

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 69e637e810..ff2b2ade9d 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
 SRCBRANCH ?= "release/2.37/master"
 PV = "2.37"
-SRCREV_glibc ?= "3593050c27dcf691f670fd3fa9d347c99351ed2f" 
+SRCREV_glibc ?= "58f7431fd77c0a6dd8df08d50c51ee3e7f09825f" 
 SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [mickledore][PATCH] glibc: stable 2.37 branch updates
  2023-08-17 10:05 sanjana
@ 2023-08-17 10:33 ` Sanjana V
  2023-08-18  5:51   ` Sanjana V
  0 siblings, 1 reply; 6+ messages in thread
From: Sanjana V @ 2023-08-17 10:33 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

TEST RESULTS SUMMARY
BEFORE BUILD :

PASS : 4728
XPASS : 4
FAIL  : 237
XFAIL : 16
UNSUPPORTED : 220

AFTER BUILD:

PASS : 4731
XPASS : 4
FAIL  : 234
XFAIL : 16
UNSUPPORTED : 220

[-- Attachment #2: Type: text/html, Size: 666 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [mickledore][PATCH] glibc: stable 2.37 branch updates
  2023-08-17 10:33 ` Sanjana V
@ 2023-08-18  5:51   ` Sanjana V
  0 siblings, 0 replies; 6+ messages in thread
From: Sanjana V @ 2023-08-18  5:51 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

TEST RESULTS SUMMARY
BEFORE GLIBC UPDATE
PASS : 4728
XPASS : 4
FAIL  : 237
XFAIL : 16
UNSUPPORTED : 220

AFTER GLIBC UPDATE
PASS : 4731
XPASS : 4
FAIL  : 234
XFAIL : 16
UNSUPPORTED : 220

[-- Attachment #2: Type: text/html, Size: 475 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-18  5:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-15 12:34 [mickledore][PATCH] glibc: stable 2.37 branch updates Deepthi Hemraj
2023-06-15 12:38 ` Deepthi.Hemraj
  -- strict thread matches above, loose matches on Subject: below --
2023-08-17 10:05 sanjana
2023-08-17 10:33 ` Sanjana V
2023-08-18  5:51   ` Sanjana V
2023-04-26 11:19 Deepthi Hemraj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox