elf: Properly align PT_LOAD segment

This commit is contained in:
songmingliang 2022-05-17 17:39:52 +08:00 committed by “liuxiaoping”
parent ec6159bffa
commit 7126fd4618
7 changed files with 869 additions and 1 deletions

View file

@ -1,6 +1,7 @@
%define anolis_release .0.1
%define glibcsrcdir glibc-2.28
%define glibcversion 2.28
%define glibcrelease 189.5%{?dist}
%define glibcrelease 189.5%{anolis_release}%{?dist}
# Pre-release tarballs are pulled in from git using a command that is
# effectively:
#
@ -866,6 +867,13 @@ Patch671: glibc-rh2093457-4.patch
Patch672: glibc-rh2093457-5.patch
Patch673: glibc-rh2093457-6.patch
Patch1000: glibc-Properly-check-stack-alignment-BZ-27901.patch
Patch1001: glibc-elf-Properly-align-PT_LOAD-segments-BZ-28676-1.patch
Patch1002: glibc-Add-a-testcase-to-check-alignment-of-PT_LOAD-segment-2.patch
Patch1003: glibc-elf-Align-argument-of-__munmap-to-page-size-BZ-28676-3.patch
Patch1004: glibc-Support-target-specific-ALIGN-for-variable-alignment-4.patch
Patch1005: glibc-elf-Fix-tst-align3.patch
##############################################################################
# Continued list of core "glibc" package information:
##############################################################################
@ -2680,6 +2688,9 @@ fi
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
%changelog
* Fri Jun 17 2022 Rongwei Wang <rongwei.wang@linux.alibaba.com> - 2.28-189.5.0.1
- elf: Properly align PT_LOAD segments
* Wed Jun 8 2022 Florian Weimer <fweimer@redhat.com> - 2.28-189.5
- Increase tempnam randomness (#2093457)