Upgrade glibc from 2.42 to 2.43 and fix + update other dev packages#865
Merged
KCSesh merged 13 commits intobottlerocket-os:developfrom Mar 16, 2026
Merged
Upgrade glibc from 2.42 to 2.43 and fix + update other dev packages#865KCSesh merged 13 commits intobottlerocket-os:developfrom
KCSesh merged 13 commits intobottlerocket-os:developfrom
Conversation
vigh-m
reviewed
Mar 13, 2026
Contributor
|
Commits does not seems to be signed, can you confirm? |
3ce7a99 to
0d97cc2
Compare
Signed-off-by: KCSesh <kssessio@amazon.com>
Signed-off-by: KCSesh <kssessio@amazon.com>
Signed-off-by: KCSesh <kssessio@amazon.com>
Signed-off-by: KCSesh <kssessio@amazon.com>
0d97cc2 to
53b8225
Compare
vigh-m
reviewed
Mar 14, 2026
vigh-m
reviewed
Mar 14, 2026
...s/procps/1001-fix-const-correctness-for-C23-compatibility-as-implemented-in-glibc-2.43.patch
Outdated
Show resolved
Hide resolved
Signed-off-by: KCSesh <kssessio@amazon.com>
Signed-off-by: KCSesh <kssessio@amazon.com>
Signed-off-by: KCSesh <kssessio@amazon.com>
Signed-off-by: KCSesh <kssessio@amazon.com>
53b8225 to
73751f1
Compare
Update aws-lc-rs 1.13.0 → 1.16.1, aws-lc-sys 0.28.2 → 0.38.0, and aws-lc-fips-sys 0.13.11 → 0.13.12. Update aws-lc/LICENSE hash in clarify.toml. Signed-off-by: KCSesh <kssessio@amazon.com>
Signed-off-by: KCSesh <kssessio@amazon.com>
Signed-off-by: KCSesh <kssessio@amazon.com>
Signed-off-by: KCSesh <kssessio@amazon.com>
Signed-off-by: KCSesh <kssessio@amazon.com>
73751f1 to
934f4dd
Compare
Contributor
Author
|
^ Fixed comments, aws-lc-rs = "1", no number on patch |
vigh-m
approved these changes
Mar 14, 2026
arnaldo2792
approved these changes
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes:
Upgrade glibc from 2.42 to 2.43 and resolve downstream build failures caused by glibc 2.43's C23 type-generic string functions (memchr, strchr, strstr, strrchr, bsearch), which now return const-qualified
pointers when given const-qualified input. Also includes version bumps for packages that already had upstream fixes.
Changes
glibc 2.43
C23 const-correctness fixes
libcrypto
Version bumps
os package
Testing done:
Package-level validation
hwloc-ls output
Machine (15GB total)
Package L#0
NUMANode L#0 (P#0 15GB)
L3 L#0 (32MB)
L2 L#0 (1024KB) + L1d L#0 (64KB) + L1i L#0 (64KB) + Core L#0 + PU L#0 (P#0)
L2 L#1 (1024KB) + L1d L#1 (64KB) + L1i L#1 (64KB) + Core L#1 + PU L#1 (P#1)
L2 L#2 (1024KB) + L1d L#2 (64KB) + L1i L#2 (64KB) + Core L#2 + PU L#2 (P#2)
L2 L#3 (1024KB) + L1d L#3 (64KB) + L1i L#3 (64KB) + Core L#3 + PU L#3 (P#3)
L2 L#4 (1024KB) + L1d L#4 (64KB) + L1i L#4 (64KB) + Core L#4 + PU L#4 (P#4)
L2 L#5 (1024KB) + L1d L#5 (64KB) + L1i L#5 (64KB) + Core L#5 + PU L#5 (P#5)
L2 L#6 (1024KB) + L1d L#6 (64KB) + L1i L#6 (64KB) + Core L#6 + PU L#6 (P#6)
L2 L#7 (1024KB) + L1d L#7 (64KB) + L1i L#7 (64KB) + Core L#7 + PU L#7 (P#7)
HostBridge
PCI 00:04.0 (NVMExp)
Block(Disk) "nvme0n1"
PCI 00:05.0 (Ethernet)
Net "eth0"
PCI 00:06.0 (Ethernet)
Net "eth1"
PCI 00:1e.0 (NVMExp)
Block(Disk) "nvme1n1"
PCI 00:1f.0 (3D)
Other testing
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.