elf: Properly align PT_LOAD segments
It introduces four patches about aligning PT_LOAD segments and update to glibc-2.28-164.0.1.el8. Signed-off-by: Rongwei Wang <rongwei.wang@linux.alibaba.com>
This commit is contained in:
parent
6f9710a43d
commit
a310099e51
7 changed files with 869 additions and 1 deletions
13
glibc.spec
13
glibc.spec
|
@ -1,6 +1,7 @@
|
|||
%define anolis_release .0.1
|
||||
%define glibcsrcdir glibc-2.28
|
||||
%define glibcversion 2.28
|
||||
%define glibcrelease 164%{?dist}
|
||||
%define glibcrelease 164%{anolis_release}%{?dist}
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
#
|
||||
|
@ -720,6 +721,13 @@ Patch583: glibc-rh1966472-2.patch
|
|||
Patch584: glibc-rh1966472-3.patch
|
||||
Patch585: glibc-rh1966472-4.patch
|
||||
|
||||
Patch586: glibc-Properly-check-stack-alignment-BZ-27901.patch
|
||||
Patch587: glibc-elf-Properly-align-PT_LOAD-segments-BZ-28676-1.patch
|
||||
Patch588: glibc-Add-a-testcase-to-check-alignment-of-PT_LOAD-segment-2.patch
|
||||
Patch589: glibc-elf-Align-argument-of-__munmap-to-page-size-BZ-28676-3.patch
|
||||
Patch590: glibc-Support-target-specific-ALIGN-for-variable-alignment-4.patch
|
||||
Patch591: glibc-elf-Fix-tst-align3.patch
|
||||
|
||||
##############################################################################
|
||||
# Continued list of core "glibc" package information:
|
||||
##############################################################################
|
||||
|
@ -2631,6 +2639,9 @@ fi
|
|||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Mon Feb 7 2022 Rongwei Wang <rongwei.wang@linux.alibaba.com> - 2.28-164.0.1
|
||||
- elf: Properly align PT_LOAD segments
|
||||
|
||||
* Mon Aug 9 2021 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.28-164
|
||||
- librt: fix NULL pointer dereference (#1966472).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue