glibc-2.24.90-17

* Add new scalable implementation of POSIX read-write locks.
This commit is contained in:
Carlos O'Donell 2016-11-17 12:46:05 -05:00
parent c9a1e5c935
commit b587bccfe7
2 changed files with 2988 additions and 1 deletions

2980
glibc-new-rwlock.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
%define glibcsrcdir glibc-2.24-377-g530862a %define glibcsrcdir glibc-2.24-377-g530862a
%define glibcversion 2.24.90 %define glibcversion 2.24.90
%define glibcrelease 16%{?dist} %define glibcrelease 17%{?dist}
# Pre-release tarballs are pulled in from git using a command that is # Pre-release tarballs are pulled in from git using a command that is
# effectively: # effectively:
# #
@ -309,6 +309,9 @@ Patch2110: glibc-rh1351108-update-to-unicode-9.0.0.patch
# sln implemented by ldconfig, to conserve disk space. # sln implemented by ldconfig, to conserve disk space.
Patch2112: glibc-rh1315476-2.patch Patch2112: glibc-rh1315476-2.patch
# New scalable read-write lock version 2.
Patch2113: glibc-new-rwlock.patch
############################################################################## ##############################################################################
# End of glibc patches. # End of glibc patches.
############################################################################## ##############################################################################
@ -885,6 +888,7 @@ microbenchmark tests on the system.
%patch2110 -p1 %patch2110 -p1
%patch2112 -p1 %patch2112 -p1
%patch0062 -p1 %patch0062 -p1
%patch2113 -p1
############################################################################## ##############################################################################
# %%prep - Additional prep required... # %%prep - Additional prep required...
@ -2279,6 +2283,9 @@ rm -f *.filelist*
%endif %endif
%changelog %changelog
* Wed Nov 16 2016 Carlos O'Donell <carlos@redhat.com> - 2.24.90-17
* Add new scalable implementation of POSIX read-write locks.
* Wed Nov 16 2016 Florian Weimer <fweimer@redhat.com> - 2.24.90-16 * Wed Nov 16 2016 Florian Weimer <fweimer@redhat.com> - 2.24.90-16
- Do not try to link libcrypt statically during tests - Do not try to link libcrypt statically during tests