Auto-sync with upstream branch master
Upstream commit: e5446dfea11e969212939197b606424a718d9b65 - i386: Fix include paths for strspn, strcspn, and strpbrk - elf: Silence GCC 11/12 false positive warning - x86: Rename generic functions with unique postfix for clarity - x86: Add BMI1/BMI2 checks for ISA_V3 check - x86-64: Handle fewer relocation types for RTLD_BOOTSTRAP - aarch64: Handle fewer relocations for RTLD_BOOTSTRAP - riscv: Change the relocations handled for RTLD_BOOTSTRAP - x86: Cleanup bounds checking in large memcpy case - x86: Add bounds `x86_non_temporal_threshold` - Remove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA - elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA - x86: Add sse42 implementation to strcmp's ifunc - x86: Fix misordered logic for setting `rep_movsb_stop_threshold` - elf: Refine direct extern access diagnostics to protected symbol - Avoid -Wstringop-overflow= warning in iconv module. - Add bounds check to __libc_ifunc_impl_list - libio: Avoid RMW of flags2 outside lock (BZ #27842) - x86: Optimize svml_s_tanhf4_core_sse4.S - x86: Optimize svml_s_tanhf8_core_avx2.S - x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4 - x86: Optimize svml_s_tanhf16_core_avx512.S - x86: Improve svml_s_atanhf4_core_sse4.S - x86: Improve svml_s_atanhf8_core_avx2.S - x86: Improve svml_s_atanhf16_core_avx512.S - x86: Align varshift table to 32-bytes - x86: Add copyright to strpbrk-c.c
This commit is contained in:
parent
f07781018c
commit
4dd3af9227
34
glibc.spec
34
glibc.spec
@ -1,4 +1,4 @@
|
|||||||
%global glibcsrcdir glibc-2.35.9000-583-gace9e3edbc
|
%global glibcsrcdir glibc-2.35.9000-609-ge5446dfea1
|
||||||
%global glibcversion 2.35.9000
|
%global glibcversion 2.35.9000
|
||||||
# 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:
|
||||||
@ -152,7 +152,7 @@ end}
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 22%{?dist}
|
Release: 23%{?dist}
|
||||||
|
|
||||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||||
# libraries.
|
# libraries.
|
||||||
@ -2175,6 +2175,36 @@ update_gconv_modules_cache ()
|
|||||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 20 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-23
|
||||||
|
- Auto-sync with upstream branch master,
|
||||||
|
commit e5446dfea11e969212939197b606424a718d9b65:
|
||||||
|
- i386: Fix include paths for strspn, strcspn, and strpbrk
|
||||||
|
- elf: Silence GCC 11/12 false positive warning
|
||||||
|
- x86: Rename generic functions with unique postfix for clarity
|
||||||
|
- x86: Add BMI1/BMI2 checks for ISA_V3 check
|
||||||
|
- x86-64: Handle fewer relocation types for RTLD_BOOTSTRAP
|
||||||
|
- aarch64: Handle fewer relocations for RTLD_BOOTSTRAP
|
||||||
|
- riscv: Change the relocations handled for RTLD_BOOTSTRAP
|
||||||
|
- x86: Cleanup bounds checking in large memcpy case
|
||||||
|
- x86: Add bounds `x86_non_temporal_threshold`
|
||||||
|
- Remove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
|
||||||
|
- elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
|
||||||
|
- x86: Add sse42 implementation to strcmp's ifunc
|
||||||
|
- x86: Fix misordered logic for setting `rep_movsb_stop_threshold`
|
||||||
|
- elf: Refine direct extern access diagnostics to protected symbol
|
||||||
|
- Avoid -Wstringop-overflow= warning in iconv module.
|
||||||
|
- Add bounds check to __libc_ifunc_impl_list
|
||||||
|
- libio: Avoid RMW of flags2 outside lock (BZ #27842)
|
||||||
|
- x86: Optimize svml_s_tanhf4_core_sse4.S
|
||||||
|
- x86: Optimize svml_s_tanhf8_core_avx2.S
|
||||||
|
- x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4
|
||||||
|
- x86: Optimize svml_s_tanhf16_core_avx512.S
|
||||||
|
- x86: Improve svml_s_atanhf4_core_sse4.S
|
||||||
|
- x86: Improve svml_s_atanhf8_core_avx2.S
|
||||||
|
- x86: Improve svml_s_atanhf16_core_avx512.S
|
||||||
|
- x86: Align varshift table to 32-bytes
|
||||||
|
- x86: Add copyright to strpbrk-c.c
|
||||||
|
|
||||||
* Thu Jun 09 2022 Florian Weimer <fweimer@redhat.com> - 2.35.9000-22
|
* Thu Jun 09 2022 Florian Weimer <fweimer@redhat.com> - 2.35.9000-22
|
||||||
- Auto-sync with upstream branch master,
|
- Auto-sync with upstream branch master,
|
||||||
commit ace9e3edbca62d978b1e8f392d8a5d78500272d9:
|
commit ace9e3edbca62d978b1e8f392d8a5d78500272d9:
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (glibc-2.35.9000-583-gace9e3edbc.tar.xz) = 35100ed3ee603f365ec147b45eaebd85387f2c533a40c094a86a77f836dbb5bacd1fed55639f38805f86dc95161878c8f1c098a79a2808615c3dc5b42b2adced
|
SHA512 (glibc-2.35.9000-609-ge5446dfea1.tar.xz) = bd4a000bd084b87d531fb523d5b2d19ba4388a1334a2f3f291c62a308744a984ff81c4dde59a96d10b2300509a2e04c2c4b56545759a8a8f375911f74f61b82e
|
||||||
|
Loading…
Reference in New Issue
Block a user