forked from pool/glibc
Andreas Schwab
3d1d35fa2b
- tst-tlsopt-powerpc.patch: fix tst-tlsopt-powerpc (bcn#1070419) - powerpc-hwcap-bits.patch: Update HWCAP for powerpc (bnc#1070420) - malloc-tcache-check-overflow.patch: Fix integer overflow in malloc when tcache is enabled (CVE-2017-17426, bnc#1071479, BZ #22375) OBS-URL: https://build.opensuse.org/request/show/556907 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=487
16 lines
616 B
Diff
16 lines
616 B
Diff
2017-11-17 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
|
|
|
|
* sysdeps/powerpc/bits/hwcap.h (PPC_FEATURE2_HTM_NO_SUSPEND): New
|
|
macro.
|
|
|
|
Index: glibc-2.26/sysdeps/powerpc/bits/hwcap.h
|
|
===================================================================
|
|
--- glibc-2.26.orig/sysdeps/powerpc/bits/hwcap.h
|
|
+++ glibc-2.26/sysdeps/powerpc/bits/hwcap.h
|
|
@@ -72,3 +72,5 @@
|
|
128-bit */
|
|
#define PPC_FEATURE2_DARN 0x00200000 /* darn instruction. */
|
|
#define PPC_FEATURE2_SCV 0x00100000 /* scv syscall. */
|
|
+#define PPC_FEATURE2_HTM_NO_SUSPEND 0x00080000 /* TM without suspended
|
|
+ state. */
|