diff --git a/.gitignore b/.gitignore index 9230a07..3ed7b79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/glibc-2.13-52-gbb24205-fedora.tar.xz -/glibc-2.13-52-gbb24205.tar.xz -/glibc-ports-2.13-13-g8825867.tar.xz +/glibc-2.13-72-g821ae71-fedora.tar.xz +/glibc-2.13-72-g821ae71.tar.xz +/glibc-ports-2.13-26-g9145616.tar.xz diff --git a/glibc-fedora.patch b/glibc-fedora.patch index 266dd66..36b6fc6 100644 --- a/glibc-fedora.patch +++ b/glibc-fedora.patch @@ -1,6 +1,38 @@ ---- glibc-2.13-52-gbb24205/ChangeLog -+++ glibc-2.13.90-8/ChangeLog -@@ -58,6 +58,26 @@ +--- glibc-2.13-72-g821ae71/ChangeLog ++++ glibc-2.13.90-9/ChangeLog +@@ -116,6 +116,31 @@ + * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime): + Export. + ++2011-04-06 Andreas Schwab ++ ++ * scripts/check-local-headers.sh: Ignore systemtap headers. ++ ++2011-02-21 Roland McGrath ++ ++ * sysdeps/x86_64/__longjmp.S: Add a static probe here. ++ * sysdeps/x86_64/setjmp.S: Likewise. ++ * sysdeps/i386/bsd-setjmp.S: Likewise. ++ * sysdeps/i386/bsd-_setjmp.S: Likewise. ++ * sysdeps/i386/setjmp.S: Likewise. ++ * sysdeps/i386/__longjmp.S: Likewise. ++ * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise. ++ * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise. ++ ++2011-02-08 Roland McGrath ++ ++ * include/stap-probe.h: New file. ++ * configure.in: Handle --enable-systemtap. ++ * configure: Regenerated. ++ * config.h.in (USE_STAP_PROBE): New #undef. ++ * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib). ++ * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld. ++ * elf/rtld-Rules (rtld-CPPFLAGS): Likewise. ++ + 2011-03-22 Ulrich Drepper + + * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment +@@ -176,6 +201,32 @@ $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main to _start. @@ -24,10 +56,16 @@ + (_dl_map_object_from_fd): Call expand_dynamic_string_token + with zero is_path. + ++2011-03-07 Andreas Schwab ++ ++ * include/link.h (struct link_map): Remove l_orig_initfini. ++ * elf/dl-close.c (_dl_close_worker): Revert its use. ++ * elf/dl-deps.c (_dl_map_object_deps): Likewise. ++ 2011-03-06 Ulrich Drepper * elf/dl-load.c (_dl_map_object): If we are looking for the first -@@ -94,30 +114,23 @@ +@@ -212,6 +263,12 @@ * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call __bzero_ultra1 instead of __memset_ultra1. @@ -38,20 +76,9 @@ + dependencies when there are none. + 2011-02-23 Andreas Schwab -- Ulrich Drepper - - [BZ #12509] -- * include/link.h (struct link_map): Add l_orig_initfini. - * elf/dl-load.c (_dl_map_object_from_fd): Free realname before - returning unsuccessfully. -- * elf/dl-close.c (_dl_close_worker): If this is the last explicit -- close of a file loaded at startup, restore the original l_initfini -- list. -- * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini -- list, store the pointer. - * elf/Makefile ($(objpfx)noload-mem): New rule. - (noload-ENV): Define. - (tests): Add $(objpfx)noload-mem. + Ulrich Drepper + +@@ -230,12 +287,6 @@ * elf/noload.c: Include . (main): Call mtrace. Close all opened handles. @@ -64,7 +91,7 @@ 2011-02-22 Samuel Thibault Fix __if_freereq crash: Unlike the generic version which uses free, -@@ -274,6 +287,12 @@ +@@ -392,6 +443,12 @@ * shadow/sgetspent.c: Check return value of __sgetspent_r instead of errno. @@ -77,7 +104,7 @@ 2011-01-19 Ulrich Drepper [BZ #11724] -@@ -598,6 +617,11 @@ +@@ -716,6 +773,11 @@ * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define. @@ -89,7 +116,7 @@ 2010-11-11 Andreas Schwab * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca. -@@ -961,6 +985,29 @@ +@@ -1079,6 +1141,29 @@ * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Mask out sign-bit copies when constructing f_fsid. @@ -119,7 +146,7 @@ 2010-09-24 Petr Baudis * debug/stack_chk_fail_local.c: Add missing licence exception. -@@ -1752,6 +1799,32 @@ +@@ -1870,6 +1955,32 @@ call returning > 0 value. * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise. @@ -152,7 +179,7 @@ 2010-06-07 Andreas Schwab * dlfcn/Makefile: Remove explicit dependencies on libc.so and -@@ -1804,6 +1877,24 @@ +@@ -1922,6 +2033,24 @@ * hurd/hurd/fd.h (__file_name_lookup_at): Update comment. * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS. @@ -177,8 +204,8 @@ 2010-05-28 Luis Machado * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi. ---- glibc-2.13-52-gbb24205/ChangeLog.15 -+++ glibc-2.13.90-8/ChangeLog.15 +--- glibc-2.13-72-g821ae71/ChangeLog.15 ++++ glibc-2.13.90-9/ChangeLog.15 @@ -477,6 +477,14 @@ 2004-11-26 Jakub Jelinek @@ -244,8 +271,8 @@ 2004-08-30 Roland McGrath * scripts/extract-abilist.awk: If `lastversion' variable defined, omit ---- glibc-2.13-52-gbb24205/ChangeLog.16 -+++ glibc-2.13.90-8/ChangeLog.16 +--- glibc-2.13-72-g821ae71/ChangeLog.16 ++++ glibc-2.13.90-9/ChangeLog.16 @@ -2042,6 +2042,9 @@ (__MATHDECL_2): Use __REDIRECT_NTH instead of __REDIRECT followed by __THROW. @@ -299,8 +326,8 @@ 2005-07-28 Thomas Schwinge [BZ #1137] ---- glibc-2.13-52-gbb24205/ChangeLog.17 -+++ glibc-2.13.90-8/ChangeLog.17 +--- glibc-2.13-72-g821ae71/ChangeLog.17 ++++ glibc-2.13.90-9/ChangeLog.17 @@ -256,6 +256,12 @@ * Makerules (libc-abis): Fix search for libc-abis in add-ons. @@ -379,8 +406,8 @@ 2006-12-09 Ulrich Drepper [BZ #3632] ---- glibc-2.13-52-gbb24205/Makeconfig -+++ glibc-2.13.90-8/Makeconfig +--- glibc-2.13-72-g821ae71/Makeconfig ++++ glibc-2.13.90-9/Makeconfig @@ -785,12 +785,12 @@ endif # The assembler can generate debug information too. ifndef ASFLAGS @@ -397,8 +424,122 @@ ifndef BUILD_CC BUILD_CC = $(CC) ---- glibc-2.13-52-gbb24205/csu/Makefile -+++ glibc-2.13.90-8/csu/Makefile +--- glibc-2.13-72-g821ae71/config.h.in ++++ glibc-2.13.90-9/config.h.in +@@ -204,6 +204,9 @@ + /* Define if `.ctors' and `.dtors' sections shouldn't be used. */ + #undef NO_CTORS_DTORS_SECTIONS + ++/* Define if Systemtap probes should be defined. */ ++#undef USE_STAP_PROBE ++ + /* + */ + +--- glibc-2.13-72-g821ae71/configure ++++ glibc-2.13.90-9/configure +@@ -784,6 +784,7 @@ enable_all_warnings + enable_multi_arch + enable_experimental_malloc + enable_nss_crypt ++enable_systemtap + with_cpu + ' + ac_precious_vars='build_alias +@@ -1444,6 +1445,7 @@ Optional Features: + --enable-experimental-malloc + enable experimental malloc features + --enable-nss-crypt enable libcrypt to use nss ++ --enable-systemtap enable systemtap static probe points [default=no] + + Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] +@@ -3823,6 +3825,51 @@ else + fi + + ++# Check whether --enable-systemtap was given. ++if test "${enable_systemtap+set}" = set; then : ++ enableval=$enable_systemtap; systemtap=$enableval ++else ++ systemtap=no ++fi ++ ++if test x$systemtap != xno; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for systemtap static probe support" >&5 ++$as_echo_n "checking for systemtap static probe support... " >&6; } ++if test "${libc_cv_sdt+set}" = set; then : ++ $as_echo_n "(cached) " >&6 ++else ++ old_CFLAGS="$CFLAGS" ++ CFLAGS="-std=gnu99 $CFLAGS" ++ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ++/* end confdefs.h. */ ++#include ++void foo (int i, void *p) ++{ ++ asm ("" STAP_PROBE_ASM (foo, bar, STAP_PROBE_ASM_TEMPLATE (2)) "" ++ :: STAP_PROBE_ASM_OPERANDS (2, i, p)); ++} ++_ACEOF ++if ac_fn_c_try_compile "$LINENO"; then : ++ libc_cv_sdt=yes ++else ++ libc_cv_sdt=no ++fi ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ++ CFLAGS="$old_CFLAGS" ++fi ++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_sdt" >&5 ++$as_echo "$libc_cv_sdt" >&6; } ++ if test $libc_cv_sdt = yes; then ++ $as_echo "#define USE_STAP_PROBE 1" >>confdefs.h ++ ++ else ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 ++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} ++as_fn_error $? "systemtap support needs sys/sdt.h with asm support ++See \`config.log' for more details" "$LINENO" 5; } ++ fi ++fi ++ + # The way shlib-versions is used to generate soversions.mk uses a + # fairly simplistic model for name recognition that can't distinguish + # i486-pc-linux-gnu fully from i486-pc-gnu. So we mutate a $host_os +--- glibc-2.13-72-g821ae71/configure.in ++++ glibc-2.13.90-9/configure.in +@@ -316,6 +316,29 @@ else + fi + AC_SUBST(libc_cv_nss_crypt) + ++AC_ARG_ENABLE([systemtap], ++ [AS_HELP_STRING([--enable-systemtap], ++ [enable systemtap static probe points @<:@default=no@:>@])], ++ [systemtap=$enableval], ++ [systemtap=no]) ++if test x$systemtap != xno; then ++ AC_CACHE_CHECK([for systemtap static probe support], libc_cv_sdt, [dnl ++ old_CFLAGS="$CFLAGS" ++ CFLAGS="-std=gnu99 $CFLAGS" ++ AC_COMPILE_IFELSE([#include ++void foo (int i, void *p) ++{ ++ asm ("" STAP_PROBE_ASM (foo, bar, STAP_PROBE_ASM_TEMPLATE (2)) "" ++ :: STAP_PROBE_ASM_OPERANDS (2, i, p)); ++}], [libc_cv_sdt=yes], [libc_cv_sdt=no]) ++ CFLAGS="$old_CFLAGS"]) ++ if test $libc_cv_sdt = yes; then ++ AC_DEFINE([USE_STAP_PROBE]) ++ else ++ AC_MSG_FAILURE([systemtap support needs sys/sdt.h with asm support]) ++ fi ++fi ++ + # The way shlib-versions is used to generate soversions.mk uses a + # fairly simplistic model for name recognition that can't distinguish + # i486-pc-linux-gnu fully from i486-pc-gnu. So we mutate a $host_os +--- glibc-2.13-72-g821ae71/csu/Makefile ++++ glibc-2.13.90-9/csu/Makefile @@ -93,7 +93,8 @@ omit-deps += $(crtstuff) $(crtstuff:%=$(objpfx)%.o): %.o: %.S $(objpfx)defs.h $(compile.S) -g0 $(ASFLAGS-.os) -o $@ @@ -409,8 +550,8 @@ vpath initfini.c $(sysdirs) ---- glibc-2.13-52-gbb24205/csu/elf-init.c -+++ glibc-2.13.90-8/csu/elf-init.c +--- glibc-2.13-72-g821ae71/csu/elf-init.c ++++ glibc-2.13.90-9/csu/elf-init.c @@ -63,6 +63,23 @@ extern void (*__init_array_end []) (int, char **, char **) extern void (*__fini_array_start []) (void) attribute_hidden; extern void (*__fini_array_end []) (void) attribute_hidden; @@ -435,8 +576,8 @@ /* These function symbols are provided for the .init/.fini section entry points automagically by the linker. */ ---- glibc-2.13-52-gbb24205/debug/tst-chk1.c -+++ glibc-2.13.90-8/debug/tst-chk1.c +--- glibc-2.13-72-g821ae71/debug/tst-chk1.c ++++ glibc-2.13.90-9/debug/tst-chk1.c @@ -17,6 +17,9 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ @@ -465,8 +606,8 @@ # define O 0 # else # define O 1 ---- glibc-2.13-52-gbb24205/elf/Makefile -+++ glibc-2.13.90-8/elf/Makefile +--- glibc-2.13-72-g821ae71/elf/Makefile ++++ glibc-2.13.90-9/elf/Makefile @@ -89,6 +89,7 @@ distribute := rtld-Rules \ unload4mod1.c unload4mod2.c unload4mod3.c unload4mod4.c \ unload6mod1.c unload6mod2.c unload6mod3.c \ @@ -500,7 +641,17 @@ order2mod1 order2mod2 order2mod3 order2mod4 \ tst-unique1mod1 tst-unique1mod2 \ tst-unique2mod1 tst-unique2mod2 \ -@@ -542,6 +545,9 @@ $(objpfx)unload6mod2.so: $(libdl) +@@ -476,7 +479,8 @@ CFLAGS-ldconfig.c = $(SYSCONF-FLAGS) -D'LIBDIR="$(libdir)"' \ + CFLAGS-dl-cache.c = $(SYSCONF-FLAGS) + CFLAGS-cache.c = $(SYSCONF-FLAGS) + +-CPPFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),-DNOT_IN_libc=1 -DIS_IN_rtld=1) ++CPPFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),\ ++ -DNOT_IN_libc=1 -DIS_IN_rtld=1 -DIN_LIB=rtld) + + test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(strip $(modules-names)))) + generated += $(addsuffix .so,$(strip $(modules-names))) +@@ -542,6 +546,9 @@ $(objpfx)unload6mod2.so: $(libdl) $(objpfx)unload6mod3.so: $(libdl) $(objpfx)unload7mod1.so: $(libdl) $(objpfx)unload7mod2.so: $(objpfx)unload7mod1.so @@ -510,7 +661,7 @@ $(objpfx)tst-initordera2.so: $(objpfx)tst-initordera1.so $(objpfx)tst-initorderb2.so: $(objpfx)tst-initorderb1.so $(objpfx)tst-initordera2.so $(objpfx)tst-initordera3.so: $(objpfx)tst-initorderb2.so $(objpfx)tst-initorderb1.so -@@ -852,6 +858,9 @@ $(objpfx)unload7: $(libdl) +@@ -852,6 +859,9 @@ $(objpfx)unload7: $(libdl) $(objpfx)unload7.out: $(objpfx)unload7mod1.so $(objpfx)unload7mod2.so unload7-ENV = MALLOC_PERTURB_=85 @@ -520,8 +671,8 @@ ifdef libdl $(objpfx)tst-tls9-static: $(common-objpfx)dlfcn/libdl.a $(objpfx)tst-tls9-static.out: $(objpfx)tst-tlsmod5.so $(objpfx)tst-tlsmod6.so ---- glibc-2.13-52-gbb24205/elf/dl-close.c -+++ glibc-2.13.90-8/elf/dl-close.c +--- glibc-2.13-72-g821ae71/elf/dl-close.c ++++ glibc-2.13.90-9/elf/dl-close.c @@ -1,5 +1,5 @@ /* Close a shared object opened by `_dl_open'. - Copyright (C) 1996-2007, 2009, 2010, 2011 Free Software Foundation, Inc. @@ -563,8 +714,8 @@ /* The loader is gone, so mark the object as not having one. Note: l_idx != IDX_STILL_USED -> object will be removed. */ ---- glibc-2.13-52-gbb24205/elf/dl-deps.c -+++ glibc-2.13.90-8/elf/dl-deps.c +--- glibc-2.13-72-g821ae71/elf/dl-deps.c ++++ glibc-2.13.90-9/elf/dl-deps.c @@ -478,6 +478,7 @@ _dl_map_object_deps (struct link_map *map, nneeded * sizeof needed[0]); atomic_write_barrier (); @@ -702,8 +853,8 @@ + _dl_signal_error (errno_reason == -1 ? 0 : errno_reason, objname, + NULL, errstring); } ---- glibc-2.13-52-gbb24205/elf/dl-init.c -+++ glibc-2.13.90-8/elf/dl-init.c +--- glibc-2.13-72-g821ae71/elf/dl-init.c ++++ glibc-2.13.90-9/elf/dl-init.c @@ -24,11 +24,9 @@ /* Type of the initializer. */ typedef void (*init_t) (int, char **, char **); @@ -726,8 +877,8 @@ -#endif } INTDEF (_dl_init) ---- glibc-2.13-52-gbb24205/elf/dl-libc.c -+++ glibc-2.13.90-8/elf/dl-libc.c +--- glibc-2.13-72-g821ae71/elf/dl-libc.c ++++ glibc-2.13.90-9/elf/dl-libc.c @@ -265,13 +265,13 @@ libc_freeres_fn (free_mem) for (Lmid_t ns = 0; ns < GL(dl_nns); ++ns) @@ -754,8 +905,8 @@ } if (__builtin_expect (GL(dl_ns)[ns]._ns_global_scope_alloc, 0) != 0 ---- glibc-2.13-52-gbb24205/elf/dl-load.c -+++ glibc-2.13.90-8/elf/dl-load.c +--- glibc-2.13-72-g821ae71/elf/dl-load.c ++++ glibc-2.13.90-9/elf/dl-load.c @@ -1,5 +1,5 @@ /* Map in a shared object's segments from the file. - Copyright (C) 1995-2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. @@ -903,8 +1054,8 @@ : local_strdup (name)); if (realname == NULL) fd = -1; ---- glibc-2.13-52-gbb24205/elf/dl-object.c -+++ glibc-2.13.90-8/elf/dl-object.c +--- glibc-2.13-72-g821ae71/elf/dl-object.c ++++ glibc-2.13.90-9/elf/dl-object.c @@ -220,6 +220,9 @@ _dl_new_object (char *realname, const char *libname, int type, out: new->l_origin = origin; @@ -915,8 +1066,8 @@ return new; } ---- glibc-2.13-52-gbb24205/elf/dl-support.c -+++ glibc-2.13.90-8/elf/dl-support.c +--- glibc-2.13-72-g821ae71/elf/dl-support.c ++++ glibc-2.13.90-9/elf/dl-support.c @@ -81,10 +81,8 @@ unsigned long long _dl_load_adds; create a fake scope containing nothing. */ struct r_scope_elem _dl_initial_searchlist; @@ -928,8 +1079,8 @@ /* Random data provided by the kernel. */ void *_dl_random; ---- glibc-2.13-52-gbb24205/elf/ldconfig.c -+++ glibc-2.13.90-8/elf/ldconfig.c +--- glibc-2.13-72-g821ae71/elf/ldconfig.c ++++ glibc-2.13.90-9/elf/ldconfig.c @@ -1031,17 +1031,19 @@ search_dirs (void) @@ -1011,8 +1162,8 @@ } const char *aux_cache_file = _PATH_LDCONFIG_AUX_CACHE; ---- glibc-2.13-52-gbb24205/elf/ldd.bash.in -+++ glibc-2.13.90-8/elf/ldd.bash.in +--- glibc-2.13-72-g821ae71/elf/ldd.bash.in ++++ glibc-2.13.90-9/elf/ldd.bash.in @@ -167,18 +167,6 @@ warning: you do not have execution permission for" "\`$file'" >&2 fi done @@ -1041,8 +1192,27 @@ try_trace "$RTLD" "$file" || result=1 ;; *) ---- glibc-2.13-52-gbb24205/elf/rtld.c -+++ glibc-2.13.90-8/elf/rtld.c +--- glibc-2.13-72-g821ae71/elf/rtld-Rules ++++ glibc-2.13.90-9/elf/rtld-Rules +@@ -1,7 +1,7 @@ + # Subroutine makefile for compiling libc modules linked into dynamic linker. + + # Copyright (C) 2002,2003,2005,2006,2008,2010,2011 +-# Free Software Foundation, Inc. ++# Free Software Foundation, Inc. + # This file is part of the GNU C Library. + + # The GNU C Library is free software; you can redistribute it and/or +@@ -131,6 +131,6 @@ ifdef rtld-depfiles + endif + + # This here is the whole point of all the shenanigans. +-rtld-CPPFLAGS := -DNOT_IN_libc=1 -DIS_IN_rtld=1 ++rtld-CPPFLAGS := -DNOT_IN_libc=1 -DIS_IN_rtld=1 -DIN_LIB=rtld + + endif +--- glibc-2.13-72-g821ae71/elf/rtld.c ++++ glibc-2.13.90-9/elf/rtld.c @@ -107,7 +107,6 @@ static struct audit_list struct audit_list *next; } *audit_list; @@ -1086,8 +1256,8 @@ if (! prelinked && rtld_multiple_ref) { /* There was an explicit ref to the dynamic linker as a shared lib. ---- glibc-2.13-52-gbb24205/elf/tst-stackguard1.c -+++ glibc-2.13.90-8/elf/tst-stackguard1.c +--- glibc-2.13-72-g821ae71/elf/tst-stackguard1.c ++++ glibc-2.13.90-9/elf/tst-stackguard1.c @@ -160,17 +160,21 @@ do_test (void) the 16 runs, something is very wrong. */ int ndifferences = 0; @@ -1112,8 +1282,8 @@ { puts ("stack guard canaries are not randomized enough"); puts ("nor equal to the default canary value"); ---- glibc-2.13-52-gbb24205/elf/unload8.c -+++ glibc-2.13.90-8/elf/unload8.c +--- glibc-2.13-72-g821ae71/elf/unload8.c ++++ glibc-2.13.90-9/elf/unload8.c @@ -0,0 +1,33 @@ +#include +#include @@ -1148,8 +1318,8 @@ + + return 0; +} ---- glibc-2.13-52-gbb24205/elf/unload8mod1.c -+++ glibc-2.13.90-8/elf/unload8mod1.c +--- glibc-2.13-72-g821ae71/elf/unload8mod1.c ++++ glibc-2.13.90-9/elf/unload8mod1.c @@ -0,0 +1,7 @@ +extern void mod2 (void); + @@ -1158,12 +1328,12 @@ +{ + mod2 (); +} ---- glibc-2.13-52-gbb24205/elf/unload8mod1x.c -+++ glibc-2.13.90-8/elf/unload8mod1x.c +--- glibc-2.13-72-g821ae71/elf/unload8mod1x.c ++++ glibc-2.13.90-9/elf/unload8mod1x.c @@ -0,0 +1 @@ +int mod1x; ---- glibc-2.13-52-gbb24205/elf/unload8mod2.c -+++ glibc-2.13.90-8/elf/unload8mod2.c +--- glibc-2.13-72-g821ae71/elf/unload8mod2.c ++++ glibc-2.13.90-9/elf/unload8mod2.c @@ -0,0 +1,7 @@ +extern void mod3 (void); + @@ -1172,8 +1342,8 @@ +{ + mod3 (); +} ---- glibc-2.13-52-gbb24205/elf/unload8mod3.c -+++ glibc-2.13.90-8/elf/unload8mod3.c +--- glibc-2.13-72-g821ae71/elf/unload8mod3.c ++++ glibc-2.13.90-9/elf/unload8mod3.c @@ -0,0 +1,27 @@ +#include +#include @@ -1202,17 +1372,25 @@ + + atexit (mod3_fini); +} ---- glibc-2.13-52-gbb24205/include/bits/stdlib-ldbl.h -+++ glibc-2.13.90-8/include/bits/stdlib-ldbl.h +--- glibc-2.13-72-g821ae71/extra-lib.mk ++++ glibc-2.13.90-9/extra-lib.mk +@@ -101,4 +101,4 @@ ifneq (,$(cpp-srcs-left)) + include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left)) + endif + +-CPPFLAGS-$(lib) := -DNOT_IN_libc=1 -DIS_IN_$(lib)=1 ++CPPFLAGS-$(lib) := -DNOT_IN_libc=1 -DIS_IN_$(lib)=1 -DIN_LIB=$(lib) +--- glibc-2.13-72-g821ae71/include/bits/stdlib-ldbl.h ++++ glibc-2.13.90-9/include/bits/stdlib-ldbl.h @@ -0,0 +1 @@ +#include ---- glibc-2.13-52-gbb24205/include/bits/wchar-ldbl.h -+++ glibc-2.13.90-8/include/bits/wchar-ldbl.h +--- glibc-2.13-72-g821ae71/include/bits/wchar-ldbl.h ++++ glibc-2.13.90-9/include/bits/wchar-ldbl.h @@ -0,0 +1 @@ +#include ---- glibc-2.13-52-gbb24205/include/features.h -+++ glibc-2.13.90-8/include/features.h -@@ -309,8 +309,13 @@ +--- glibc-2.13-72-g821ae71/include/features.h ++++ glibc-2.13.90-9/include/features.h +@@ -310,8 +310,13 @@ #endif #if defined _FORTIFY_SOURCE && _FORTIFY_SOURCE > 0 \ @@ -1228,8 +1406,8 @@ # define __USE_FORTIFY_LEVEL 2 # else # define __USE_FORTIFY_LEVEL 1 ---- glibc-2.13-52-gbb24205/include/link.h -+++ glibc-2.13.90-8/include/link.h +--- glibc-2.13-72-g821ae71/include/link.h ++++ glibc-2.13.90-9/include/link.h @@ -1,6 +1,6 @@ /* Data structure for communication from the run-time dynamic linker for loaded ELF shared objects. @@ -1258,16 +1436,159 @@ /* List of the dependencies introduced through symbol binding. */ struct link_map_reldeps ---- glibc-2.13-52-gbb24205/include/sys/resource.h -+++ glibc-2.13.90-8/include/sys/resource.h +--- glibc-2.13-72-g821ae71/include/stap-probe.h ++++ glibc-2.13.90-9/include/stap-probe.h +@@ -0,0 +1,140 @@ ++/* Macros for defining Systemtap static probe points. ++ Copyright (C) 2011 Free Software Foundation, Inc. ++ This file is part of the GNU C Library. ++ ++ The GNU C Library is free software; you can redistribute it and/or ++ modify it under the terms of the GNU Lesser General Public ++ License as published by the Free Software Foundation; either ++ version 2.1 of the License, or (at your option) any later version. ++ ++ The GNU C Library is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ Lesser General Public License for more details. ++ ++ You should have received a copy of the GNU Lesser General Public ++ License along with the GNU C Library; if not, write to the Free ++ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA ++ 02111-1307 USA. */ ++ ++#ifndef _STAP_PROBE_H ++#define _STAP_PROBE_H 1 ++ ++#ifdef USE_STAP_PROBE ++ ++# include ++ ++/* Our code uses one macro LIBC_PROBE (name, n, arg1, ..., argn). ++ ++ Without USE_STAP_PROBE, that does nothing but evaluates all ++ its arguments (to prevent bit rot, unlike e.g. assert). ++ ++ Systemtap's header defines the macros STAP_PROBE (provider, name) and ++ STAP_PROBEn (provider, name, arg1, ..., argn). For "provider" we paste ++ in the IN_LIB name (libc, libpthread, etc.) automagically. */ ++ ++# ifndef NOT_IN_libc ++# define IN_LIB libc ++# elif !defined IN_LIB ++/* This is intentionally defined with extra unquoted commas in it so ++ that macro substitution will bomb out when it is used. We don't ++ just use #error here, so that this header can be included by ++ other headers that use LIBC_PROBE inside their own macros. We ++ only want such headers to fail to compile if those macros are ++ actually used in a context where IN_LIB has not been defined. */ ++# define IN_LIB ,,,missing -DIN_LIB=... -- not extra-lib.mk?,,, ++# endif ++ ++# define LIBC_PROBE(name, n, ...) \ ++ LIBC_PROBE_1 (IN_LIB, name, n, ## __VA_ARGS__) ++ ++# define LIBC_PROBE_1(lib, name, n, ...) \ ++ STAP_PROBE##n (lib, name, ## __VA_ARGS__) ++ ++# define STAP_PROBE0 STAP_PROBE ++ ++# define LIBC_PROBE_ASM(name, template) \ ++ STAP_PROBE_ASM (IN_LIB, name, template) ++ ++# define LIBC_PROBE_ASM_OPERANDS STAP_PROBE_ASM_OPERANDS ++ ++#else /* Not USE_STAP_PROBE. */ ++ ++# ifndef __ASSEMBLER__ ++# define LIBC_PROBE(name, n, ...) DUMMY_PROBE##n (__VA_ARGS__) ++# else ++# define LIBC_PROBE(name, n, ...) /* Nothing. */ ++# endif ++ ++# define LIBC_PROBE_ASM(name, template) /* Nothing. */ ++# define LIBC_PROBE_ASM_OPERANDS(n, ...) /* Nothing. */ ++ ++/* This silliness lets us evaluate all the arguments for each arity ++ of probe. My kingdom for a real macro system. */ ++ ++# define DUMMY_PROBE0() do {} while (0) ++# define DUMMY_PROBE1(a1) do {} while ((void) (a1), 0) ++# define DUMMY_PROBE2(a1, a2) do {} while ((void) (a1), \ ++ (void) (a2), 0) ++# define DUMMY_PROBE3(a1, a2, a3) do {} while ((void) (a1), \ ++ (void) (a2), \ ++ (void) (a3), 0) ++# define DUMMY_PROBE4(a1, a2, a3, a4) do {} while ((void) (a1), \ ++ (void) (a2), \ ++ (void) (a3), \ ++ (void) (a4), 0) ++# define DUMMY_PROBE5(a1, a2, a3, a4, a5) \ ++ do {} while ((void) (a1), \ ++ (void) (a2), \ ++ (void) (a3), \ ++ (void) (a4), \ ++ (void) (a5), 0) ++# define DUMMY_PROBE6(a1, a2, a3, a4, a5, a6) \ ++ do {} while ((void) (a1), \ ++ (void) (a2), \ ++ (void) (a3), \ ++ (void) (a4), \ ++ (void) (a5), \ ++ (void) (a6), 0) ++# define DUMMY_PROBE7(a1, a2, a3, a4, a5, a6, a7) \ ++ do {} while ((void) (a1), \ ++ (void) (a2), \ ++ (void) (a3), \ ++ (void) (a4), \ ++ (void) (a5), \ ++ (void) (a6), \ ++ (void) (a7), 0) ++# define DUMMY_PROBE8(a1, a2, a3, a4, a5, a6, a7, a8) \ ++ do {} while ((void) (a1), \ ++ (void) (a2), \ ++ (void) (a3), \ ++ (void) (a4), \ ++ (void) (a5), \ ++ (void) (a6), \ ++ (void) (a7), \ ++ (void) (a8), 0) ++# define DUMMY_PROBE9(a1, a2, a3, a4, a5, a6, a7, a8, a9) \ ++ do {} while ((void) (a1), \ ++ (void) (a2), \ ++ (void) (a3), \ ++ (void) (a4), \ ++ (void) (a5), \ ++ (void) (a6), \ ++ (void) (a7), \ ++ (void) (a8), \ ++ (void) (a9), 0) ++# define DUMMY_PROBE10(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) \ ++ do {} while ((void) (a1), \ ++ (void) (a2), \ ++ (void) (a3), \ ++ (void) (a4), \ ++ (void) (a5), \ ++ (void) (a6), \ ++ (void) (a7), \ ++ (void) (a8), \ ++ (void) (a9), \ ++ (void) (a10), 0) ++ ++#endif /* USE_STAP_PROBE. */ ++ ++#endif /* stap-probe.h */ +--- glibc-2.13-72-g821ae71/include/sys/resource.h ++++ glibc-2.13.90-9/include/sys/resource.h @@ -13,4 +13,5 @@ extern int __getrusage (enum __rusage_who __who, struct rusage *__usage) extern int __setrlimit (enum __rlimit_resource __resource, const struct rlimit *__rlimits); +libc_hidden_proto (__getrlimit) #endif ---- glibc-2.13-52-gbb24205/inet/Makefile -+++ glibc-2.13.90-8/inet/Makefile +--- glibc-2.13-72-g821ae71/inet/Makefile ++++ glibc-2.13.90-9/inet/Makefile @@ -57,6 +57,8 @@ tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network \ include ../Rules @@ -1277,8 +1598,8 @@ ifeq ($(have-thread-library),yes) CFLAGS-gethstbyad_r.c = -DUSE_NSCD=1 -fexceptions ---- glibc-2.13-52-gbb24205/intl/locale.alias -+++ glibc-2.13.90-8/intl/locale.alias +--- glibc-2.13-72-g821ae71/intl/locale.alias ++++ glibc-2.13.90-9/intl/locale.alias @@ -57,8 +57,6 @@ korean ko_KR.eucKR korean.euc ko_KR.eucKR ko_KR ko_KR.eucKR @@ -1288,8 +1609,8 @@ norwegian nb_NO.ISO-8859-1 nynorsk nn_NO.ISO-8859-1 polish pl_PL.ISO-8859-2 ---- glibc-2.13-52-gbb24205/libio/stdio.h -+++ glibc-2.13.90-8/libio/stdio.h +--- glibc-2.13-72-g821ae71/libio/stdio.h ++++ glibc-2.13.90-9/libio/stdio.h @@ -165,10 +165,12 @@ typedef _G_fpos64_t fpos64_t; extern struct _IO_FILE *stdin; /* Standard input stream. */ extern struct _IO_FILE *stdout; /* Standard output stream. */ @@ -1303,8 +1624,8 @@ __BEGIN_NAMESPACE_STD /* Remove file FILENAME. */ ---- glibc-2.13-52-gbb24205/locale/iso-4217.def -+++ glibc-2.13.90-8/locale/iso-4217.def +--- glibc-2.13-72-g821ae71/locale/iso-4217.def ++++ glibc-2.13.90-9/locale/iso-4217.def @@ -8,6 +8,7 @@ * * !!! The list has to be sorted !!! @@ -1396,8 +1717,8 @@ DEFINE_INT_CURR("PYG") /* Paraguay Guarani */ DEFINE_INT_CURR("QAR") /* Qatar Rial */ DEFINE_INT_CURR("ROL") /* Romanian Leu */ ---- glibc-2.13-52-gbb24205/locale/programs/locarchive.c -+++ glibc-2.13.90-8/locale/programs/locarchive.c +--- glibc-2.13-72-g821ae71/locale/programs/locarchive.c ++++ glibc-2.13.90-9/locale/programs/locarchive.c @@ -134,7 +134,7 @@ create_archive (const char *archivefname, struct locarhandle *ah) size_t reserved = RESERVE_MMAP_SIZE; int xflags = 0; @@ -1456,8 +1777,8 @@ add_alias (struct locarhandle *ah, const char *alias, bool replace, const char *oldname, uint32_t *locrec_offset_p) { ---- glibc-2.13-52-gbb24205/localedata/ChangeLog -+++ glibc-2.13.90-8/localedata/ChangeLog +--- glibc-2.13-72-g821ae71/localedata/ChangeLog ++++ glibc-2.13.90-9/localedata/ChangeLog @@ -1,3 +1,8 @@ +2010-12-08 Andreas Schwab + @@ -1467,8 +1788,8 @@ 2010-05-17 Andreas Schwab * locales/es_CR (LC_ADDRESS): Fix character names in lang_ab. ---- glibc-2.13-52-gbb24205/localedata/Makefile -+++ glibc-2.13.90-8/localedata/Makefile +--- glibc-2.13-72-g821ae71/localedata/Makefile ++++ glibc-2.13.90-9/localedata/Makefile @@ -227,6 +227,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-locales-dir echo -n '...'; \ input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \ @@ -1477,8 +1798,8 @@ -i locales/$$input -c -f charmaps/$$charset \ $(addprefix --prefix=,$(install_root)) $$locale; \ echo ' done'; \ ---- glibc-2.13-52-gbb24205/localedata/SUPPORTED -+++ glibc-2.13.90-8/localedata/SUPPORTED +--- glibc-2.13-72-g821ae71/localedata/SUPPORTED ++++ glibc-2.13.90-9/localedata/SUPPORTED @@ -46,8 +46,8 @@ ar_TN.UTF-8/UTF-8 \ ar_TN/ISO-8859-6 \ ar_YE.UTF-8/UTF-8 \ @@ -1542,8 +1863,8 @@ ug_CN/UTF-8 \ uk_UA.UTF-8/UTF-8 \ uk_UA/KOI8-U \ ---- glibc-2.13-52-gbb24205/localedata/locales/cy_GB -+++ glibc-2.13.90-8/localedata/locales/cy_GB +--- glibc-2.13-72-g821ae71/localedata/locales/cy_GB ++++ glibc-2.13.90-9/localedata/locales/cy_GB @@ -248,8 +248,11 @@ mon "";/ d_t_fmt "" d_fmt "" @@ -1558,8 +1879,8 @@ END LC_TIME LC_MESSAGES ---- glibc-2.13-52-gbb24205/localedata/locales/en_GB -+++ glibc-2.13.90-8/localedata/locales/en_GB +--- glibc-2.13-72-g821ae71/localedata/locales/en_GB ++++ glibc-2.13.90-9/localedata/locales/en_GB @@ -116,8 +116,8 @@ mon "";/ d_t_fmt "" d_fmt "" @@ -1571,8 +1892,8 @@ date_fmt "/ / " ---- glibc-2.13-52-gbb24205/localedata/locales/no_NO -+++ glibc-2.13.90-8/localedata/locales/no_NO +--- glibc-2.13-72-g821ae71/localedata/locales/no_NO ++++ glibc-2.13.90-9/localedata/locales/no_NO @@ -0,0 +1,69 @@ +escape_char / +comment_char % @@ -1643,8 +1964,8 @@ +LC_ADDRESS +copy "nb_NO" +END LC_ADDRESS ---- glibc-2.13-52-gbb24205/localedata/locales/zh_TW -+++ glibc-2.13.90-8/localedata/locales/zh_TW +--- glibc-2.13-72-g821ae71/localedata/locales/zh_TW ++++ glibc-2.13.90-9/localedata/locales/zh_TW @@ -1,7 +1,7 @@ comment_char % escape_char / @@ -1672,8 +1993,8 @@ revision "0.2" date "2000-08-02" % ---- glibc-2.13-52-gbb24205/login/programs/pt_chown.c -+++ glibc-2.13.90-8/login/programs/pt_chown.c +--- glibc-2.13-72-g821ae71/login/programs/pt_chown.c ++++ glibc-2.13.90-9/login/programs/pt_chown.c @@ -29,6 +29,7 @@ #include #include @@ -1715,8 +2036,8 @@ - return EXIT_SUCCESS; } ---- glibc-2.13-52-gbb24205/malloc/mcheck.c -+++ glibc-2.13.90-8/malloc/mcheck.c +--- glibc-2.13-72-g821ae71/malloc/mcheck.c ++++ glibc-2.13.90-9/malloc/mcheck.c @@ -25,10 +25,26 @@ # include # include @@ -1793,8 +2114,8 @@ old_free_hook = __free_hook; __free_hook = freehook; ---- glibc-2.13-52-gbb24205/manual/libc.texinfo -+++ glibc-2.13.90-8/manual/libc.texinfo +--- glibc-2.13-72-g821ae71/manual/libc.texinfo ++++ glibc-2.13.90-9/manual/libc.texinfo @@ -5,7 +5,7 @@ @c setchapternewpage odd @@ -1804,8 +2125,8 @@ @direntry * Libc: (libc). C library. @end direntry ---- glibc-2.13-52-gbb24205/misc/sys/cdefs.h -+++ glibc-2.13.90-8/misc/sys/cdefs.h +--- glibc-2.13-72-g821ae71/misc/sys/cdefs.h ++++ glibc-2.13.90-9/misc/sys/cdefs.h @@ -132,7 +132,10 @@ #define __bos(ptr) __builtin_object_size (ptr, __USE_FORTIFY_LEVEL > 1) #define __bos0(ptr) __builtin_object_size (ptr, 0) @@ -1849,8 +2170,8 @@ # define __va_arg_pack() __builtin_va_arg_pack () # define __va_arg_pack_len() __builtin_va_arg_pack_len () #endif ---- glibc-2.13-52-gbb24205/nis/Makefile -+++ glibc-2.13.90-8/nis/Makefile +--- glibc-2.13-72-g821ae71/nis/Makefile ++++ glibc-2.13.90-9/nis/Makefile @@ -69,6 +69,8 @@ libnss_nisplus-inhibit-o = $(filter-out .os,$(object-suffixes)) include ../Rules @@ -1860,8 +2181,8 @@ $(objpfx)libnss_compat.so: $(objpfx)libnsl.so$(libnsl.so-version) $(objpfx)libnss_nis.so: $(objpfx)libnsl.so$(libnsl.so-version) \ ---- glibc-2.13-52-gbb24205/nis/nss -+++ glibc-2.13.90-8/nis/nss +--- glibc-2.13-72-g821ae71/nis/nss ++++ glibc-2.13.90-9/nis/nss @@ -25,7 +25,7 @@ # memory with every getXXent() call. Otherwise each getXXent() call # might result into a network communication with the server to get @@ -1871,9 +2192,58 @@ # # ADJUNCT_AS_SHADOW # If set to TRUE, the passwd routines in the NIS NSS module will not ---- glibc-2.13-52-gbb24205/nptl/ChangeLog -+++ glibc-2.13.90-8/nptl/ChangeLog -@@ -3991,6 +3991,15 @@ +--- glibc-2.13-72-g821ae71/nptl/ChangeLog ++++ glibc-2.13.90-9/nptl/ChangeLog +@@ -1,3 +1,48 @@ ++2011-02-22 Rayson Ho ++ ++ * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Low-level SystemTap ++ probes for i386. ++ * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise. ++ * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise. ++ * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: Likewise. ++ * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Likewise. ++ * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise. ++ * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise. ++ * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise. ++ * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: Likewise. ++ ++2011-02-09 Rayson Ho ++ ++ * DESIGN-systemtap-probes.txt: New file. ++ * pthread_cond_broadcast.c: SystemTap probes. ++ * pthread_cond_init.c: Likewise. ++ * pthread_cond_signal.c: Likewise. ++ * pthread_cond_wait.c: Likewise. ++ * pthread_cond_destroy.c: Likewise. ++ * pthread_create.c: Likewise. ++ * pthread_join.c: Likewise. ++ * pthread_mutex_destroy.c: Likewise. ++ * pthread_mutex_init.c: Likewise. ++ * pthread_mutex_lock.c: Likewise. ++ * pthread_mutex_timedlock.c: Likewise. ++ * pthread_mutex_unlock.c: Likewise. ++ * pthread_rwlock_destroy.c: Likewise. ++ * pthread_rwlock_rdlock.c: Likewise. ++ * pthread_rwlock_unlock.c: Likewise. ++ * pthread_rwlock_wrlock.c: Likewise. ++ * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise. ++ * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise. ++ * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: Likewise. ++ * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Likewise. ++ * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise. ++ * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise. ++ * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Likewise. ++ * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Likewise. ++ ++2010-07-23 Roland McGrath ++ ++ * pthread_create.c (start_thread): Define pthread_start LIBC_PROBE. ++ + 2011-01-19 Roland McGrath + + * pthread_cond_wait.c (__pthread_cond_wait): Fix comment typo. +@@ -3991,6 +4036,15 @@ Use __sigfillset. Document that sigfillset does the right thing wrt to SIGSETXID. @@ -1889,7 +2259,7 @@ 2005-07-11 Jakub Jelinek [BZ #1102] -@@ -4727,6 +4736,11 @@ +@@ -4727,6 +4781,11 @@ Move definition inside libpthread, libc, librt check. Provide definition for rtld. @@ -1901,7 +2271,7 @@ 2004-09-02 Ulrich Drepper * sysdeps/alpha/jmpbuf-unwind.h: Define __libc_unwind_longjmp. -@@ -6801,6 +6815,11 @@ +@@ -6801,6 +6860,11 @@ * Makefile [$(build-shared) = yes] (tests): Depend on $(test-modules). @@ -1913,8 +2283,100 @@ 2003-07-25 Jakub Jelinek * tst-cancel17.c (do_test): Check if aio_cancel failed. ---- glibc-2.13-52-gbb24205/nptl/Makefile -+++ glibc-2.13.90-8/nptl/Makefile +--- glibc-2.13-72-g821ae71/nptl/DESIGN-systemtap-probes.txt ++++ glibc-2.13.90-9/nptl/DESIGN-systemtap-probes.txt +@@ -0,0 +1,89 @@ ++Systemtap is a dynamic tracing/instrumenting tool available on Linux. Probes ++that are not fired at run time have close to zero overhead. ++ ++The following probes are available for NPTL: ++ ++Thread creation & Join Probes ++============================= ++pthread_create - probe for pthread_create ++ arg1 = pointer (pthread_t*) to thread ++ arg2 = pointer (pthread_attr_t*) to attr ++ arg3 = pointer (void *) to start_routine ++ arg4 = arguments to start_routine ++pthread_start - probe for actual thread creation ++ arg1 = struct pthread (members include thread ID, process ID) ++ arg2 = address of start_routine ++ arg3 = pointer to the list of arguments ++pthread_join - probe for pthread_join ++ arg1 = thread ID ++pthread_join_ret - probe for pthread_join return ++ arg1 = thread ID ++ arg2 = return value ++ ++Lock-related Probes ++=================== ++mutex_init - probe for pthread_mutex_init ++ arg1 = address of mutex lock ++mutex_acquired - probe for succ. return of pthread_mutex_lock ++ arg1 = address of mutex lock ++mutex_timedlock_acquired - probe for succ. return of pthread_mutex_timedlock ++ arg1 = address of mutex lock ++mutex_entry - probe for entry to the pthread_mutex_lock function ++ arg1 = address of mutex lock ++mutex_timedlock_entry - probe for entry to the pthread_mutex_timedlock function ++ arg1 = address of mutex lock, arg2 = address of timespec ++mutex_release - probe for pthread_mutex_unlock after the successful release of a ++ mutex lock ++ arg1 = address of mutex lock ++mutex_destroy - probe for pthread_mutex_destroy ++ arg1 = address of mutex lock ++ ++wrlock_entry - probe for entry to the pthread_rwlock_wrlock function ++ arg1 = address of rw lock ++rdlock_entry - probe for entry to the pthread_rwlock_rdlock function ++ arg1 = address of rw lock ++ ++rwlock_destroy - probe for pthread_rwlock_destroy ++ arg1 = address of rw lock ++wrlock_acquire_write - probe for pthread_rwlock_wrlock (after getting the lock) ++ arg1 = address of rw lock ++rdlock_acquire_read - probe for pthread_rwlock_rdlock after successfully getting ++ the lock ++ arg1 = address of rw lock ++rwlock_unlock - probe for pthread_rwlock_unlock ++ arg1 = address of rw lock ++ ++lll_lock_wait - probe in low-level (assembly language) locking code, only fired ++ when futex/FUTEX_WAIT is called (i.e. when trying to acquire a ++ contented lock) ++ arg1 = pointer to futex ++ arg2 = flags passed to the futex system call ++lll_lock_wait_private - probe in low-level (assembly language) locking code, ++ only fired when futex/FUTEX_WAIT is called (i.e. when ++ trying to acquire a contented lock) ++ arg1 = pointer to futex ++ ++lll_futex_wake - probe in low-level (assembly language) locking code, only fired ++ when futex (FUTEX_WAKE) is called ++ arg1 = pointer to futex ++ arg2 = number of processes to wake ++ arg3 = additional flags ++ ++Condition variable Probes ++========================= ++cond_init - probe for pthread_cond_init ++ arg1 = condition ++ arg2 = attr ++cond_destroy - probe for pthread_cond_destroy ++ arg1 = cond ++cond_wait - probe for pthread_cond_wait ++ arg1 = condition ++ arg2 = mutex lock ++cond_timedwait - probe for pthread_cond_timedwait ++ arg1 = condition ++ arg2 = mutex lock ++ arg3 = timespec ++cond_signal - probe for pthread_cond_signal ++ arg1 = condition ++cond_broadcast - probe for pthread_cond_broadcast ++ arg1 = condition +--- glibc-2.13-72-g821ae71/nptl/Makefile ++++ glibc-2.13.90-9/nptl/Makefile @@ -342,7 +342,8 @@ endif extra-objs += $(crti-objs) $(crtn-objs) omit-deps += crti crtn @@ -1947,8 +2409,8 @@ else $(addprefix $(objpfx),$(tests) $(test-srcs)): $(objpfx)libpthread.a endif ---- glibc-2.13-52-gbb24205/nptl/Versions -+++ glibc-2.13.90-8/nptl/Versions +--- glibc-2.13-72-g821ae71/nptl/Versions ++++ glibc-2.13.90-9/nptl/Versions @@ -30,6 +30,7 @@ libc { __libc_alloca_cutoff; # Internal libc interface to libpthread @@ -1957,8 +2419,8 @@ } } ---- glibc-2.13-52-gbb24205/nptl/allocatestack.c -+++ glibc-2.13.90-8/nptl/allocatestack.c +--- glibc-2.13-72-g821ae71/nptl/allocatestack.c ++++ glibc-2.13.90-9/nptl/allocatestack.c @@ -994,7 +994,16 @@ setxid_mark_thread (struct xid_command *cmdp, struct pthread *t) /* If the thread is exiting right now, ignore it. */ @@ -1977,8 +2439,8 @@ } while (atomic_compare_and_exchange_bool_acq (&t->cancelhandling, ch | SETXID_BITMASK, ch)); ---- glibc-2.13-52-gbb24205/nptl/nptl-init.c -+++ glibc-2.13.90-8/nptl/nptl-init.c +--- glibc-2.13-72-g821ae71/nptl/nptl-init.c ++++ glibc-2.13.90-9/nptl/nptl-init.c @@ -396,7 +396,7 @@ __pthread_initialize_minimal_internal (void) /* Determine the default allowed stack size. This is the size used in case the user does not specify one. */ @@ -1988,8 +2450,421 @@ || limit.rlim_cur == RLIM_INFINITY) /* The system limit is not usable. Use an architecture-specific default. */ ---- glibc-2.13-52-gbb24205/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h -+++ glibc-2.13.90-8/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h +--- glibc-2.13-72-g821ae71/nptl/pthread_cond_broadcast.c ++++ glibc-2.13.90-9/nptl/pthread_cond_broadcast.c +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + #include + #include +@@ -32,6 +33,8 @@ int + __pthread_cond_broadcast (cond) + pthread_cond_t *cond; + { ++ LIBC_PROBE (cond_broadcast, 1, cond); ++ + int pshared = (cond->__data.__mutex == (void *) ~0l) + ? LLL_SHARED : LLL_PRIVATE; + /* Make sure we are alone. */ +--- glibc-2.13-72-g821ae71/nptl/pthread_cond_destroy.c ++++ glibc-2.13.90-9/nptl/pthread_cond_destroy.c +@@ -20,6 +20,7 @@ + #include + #include + #include "pthreadP.h" ++#include + + + int +@@ -29,6 +30,8 @@ __pthread_cond_destroy (cond) + int pshared = (cond->__data.__mutex == (void *) ~0l) + ? LLL_SHARED : LLL_PRIVATE; + ++ LIBC_PROBE (cond_destroy, 1, cond); ++ + /* Make sure we are alone. */ + lll_lock (cond->__data.__lock, pshared); + +--- glibc-2.13-72-g821ae71/nptl/pthread_cond_init.c ++++ glibc-2.13.90-9/nptl/pthread_cond_init.c +@@ -20,6 +20,7 @@ + + #include + #include "pthreadP.h" ++#include + + + int +@@ -42,6 +43,8 @@ __pthread_cond_init (cond, cond_attr) + ? NULL : (void *) ~0l); + cond->__data.__broadcast_seq = 0; + ++ LIBC_PROBE (cond_init, 2, cond, cond_attr); ++ + return 0; + } + versioned_symbol (libpthread, __pthread_cond_init, +--- glibc-2.13-72-g821ae71/nptl/pthread_cond_signal.c ++++ glibc-2.13.90-9/nptl/pthread_cond_signal.c +@@ -26,6 +26,7 @@ + + #include + #include ++#include + + + int +@@ -35,6 +36,8 @@ __pthread_cond_signal (cond) + int pshared = (cond->__data.__mutex == (void *) ~0l) + ? LLL_SHARED : LLL_PRIVATE; + ++ LIBC_PROBE (cond_signal, 1, cond); ++ + /* Make sure we are alone. */ + lll_lock (cond->__data.__lock, pshared); + +--- glibc-2.13-72-g821ae71/nptl/pthread_cond_wait.c ++++ glibc-2.13.90-9/nptl/pthread_cond_wait.c +@@ -25,6 +25,7 @@ + #include + + #include ++#include + + + struct _condvar_cleanup_buffer +@@ -101,6 +102,8 @@ __pthread_cond_wait (cond, mutex) + int pshared = (cond->__data.__mutex == (void *) ~0l) + ? LLL_SHARED : LLL_PRIVATE; + ++ LIBC_PROBE (cond_wait, 2, cond, mutex); ++ + /* Make sure we are alone. */ + lll_lock (cond->__data.__lock, pshared); + +--- glibc-2.13-72-g821ae71/nptl/pthread_create.c ++++ glibc-2.13.90-9/nptl/pthread_create.c +@@ -31,6 +31,8 @@ + + #include + ++#include ++ + + /* Local function to start thread and handle cleanup. */ + static int start_thread (void *arg); +@@ -296,6 +298,8 @@ start_thread (void *arg) + CANCEL_RESET (oldtype); + } + ++ LIBC_PROBE (pthread_start, 3, (pthread_t) pd, pd->start_routine, pd->arg); ++ + /* Run the code the user provided. */ + #ifdef CALL_THREAD_FCT + THREAD_SETMEM (pd, result, CALL_THREAD_FCT (pd)); +@@ -552,6 +556,8 @@ __pthread_create_2_1 (newthread, attr, start_routine, arg) + /* Pass the descriptor to the caller. */ + *newthread = (pthread_t) pd; + ++ LIBC_PROBE (pthread_create, 4, newthread, attr, start_routine, arg); ++ + /* Start the thread. */ + return create_thread (pd, iattr, STACK_VARIABLES_ARGS); + } +--- glibc-2.13-72-g821ae71/nptl/pthread_join.c ++++ glibc-2.13.90-9/nptl/pthread_join.c +@@ -23,6 +23,8 @@ + #include + #include "pthreadP.h" + ++#include ++ + + static void + cleanup (void *arg) +@@ -55,6 +57,8 @@ pthread_join (threadid, thread_return) + struct pthread *self = THREAD_SELF; + int result = 0; + ++ LIBC_PROBE (pthread_join, 1, threadid); ++ + /* During the wait we change to asynchronous cancellation. If we + are canceled the thread we are waiting for must be marked as + un-wait-ed for again. */ +@@ -110,5 +114,7 @@ pthread_join (threadid, thread_return) + __free_tcb (pd); + } + ++ LIBC_PROBE (pthread_join_ret, 3, threadid, result, pd->result); ++ + return result; + } +--- glibc-2.13-72-g821ae71/nptl/pthread_mutex_destroy.c ++++ glibc-2.13.90-9/nptl/pthread_mutex_destroy.c +@@ -20,11 +20,15 @@ + #include + #include "pthreadP.h" + ++#include ++ + + int + __pthread_mutex_destroy (mutex) + pthread_mutex_t *mutex; + { ++ LIBC_PROBE (mutex_destroy, 1, mutex); ++ + if ((mutex->__data.__kind & PTHREAD_MUTEX_ROBUST_NORMAL_NP) == 0 + && mutex->__data.__nusers != 0) + return EBUSY; +--- glibc-2.13-72-g821ae71/nptl/pthread_mutex_init.c ++++ glibc-2.13.90-9/nptl/pthread_mutex_init.c +@@ -24,6 +24,8 @@ + #include + #include "pthreadP.h" + ++#include ++ + static const struct pthread_mutexattr default_attr = + { + /* Default is a normal mutex, not shared between processes. */ +@@ -135,6 +137,8 @@ __pthread_mutex_init (mutex, mutexattr) + // mutex->__spins = 0; already done by memset + // mutex->__next = NULL; already done by memset + ++ LIBC_PROBE (mutex_init, 1, mutex); ++ + return 0; + } + strong_alias (__pthread_mutex_init, pthread_mutex_init) +--- glibc-2.13-72-g821ae71/nptl/pthread_mutex_lock.c ++++ glibc-2.13.90-9/nptl/pthread_mutex_lock.c +@@ -24,6 +24,7 @@ + #include + #include "pthreadP.h" + #include ++#include + + + #ifndef LLL_MUTEX_LOCK +@@ -48,6 +49,9 @@ __pthread_mutex_lock (mutex) + assert (sizeof (mutex->__size) >= sizeof (mutex->__data)); + + unsigned int type = PTHREAD_MUTEX_TYPE (mutex); ++ ++ LIBC_PROBE (mutex_entry, 1, mutex); ++ + if (__builtin_expect (type & ~PTHREAD_MUTEX_KIND_MASK_NP, 0)) + return __pthread_mutex_lock_full (mutex); + +@@ -127,6 +131,8 @@ __pthread_mutex_lock (mutex) + ++mutex->__data.__nusers; + #endif + ++ LIBC_PROBE (mutex_acquired, 1, mutex); ++ + return 0; + } + +@@ -467,6 +473,8 @@ __pthread_mutex_lock_full (pthread_mutex_t *mutex) + ++mutex->__data.__nusers; + #endif + ++ LIBC_PROBE (mutex_acquired, 1, mutex); ++ + return 0; + } + #ifndef __pthread_mutex_lock +--- glibc-2.13-72-g821ae71/nptl/pthread_mutex_timedlock.c ++++ glibc-2.13.90-9/nptl/pthread_mutex_timedlock.c +@@ -24,6 +24,8 @@ + #include + #include + ++#include ++ + + int + pthread_mutex_timedlock (mutex, abstime) +@@ -34,6 +36,8 @@ pthread_mutex_timedlock (mutex, abstime) + pid_t id = THREAD_GETMEM (THREAD_SELF, tid); + int result = 0; + ++ LIBC_PROBE (mutex_timedlock_entry, 2, mutex, abstime); ++ + /* We must not check ABSTIME here. If the thread does not block + abstime must not be checked for a valid value. */ + +@@ -172,6 +176,8 @@ pthread_mutex_timedlock (mutex, abstime) + + ++mutex->__data.__count; + ++ LIBC_PROBE (mutex_timedlock_acquired, 1, mutex); ++ + return 0; + } + } +@@ -242,6 +248,8 @@ pthread_mutex_timedlock (mutex, abstime) + + ++mutex->__data.__count; + ++ LIBC_PROBE (mutex_timedlock_acquired, 1, mutex); ++ + return 0; + } + } +@@ -377,6 +385,8 @@ pthread_mutex_timedlock (mutex, abstime) + + ++mutex->__data.__count; + ++ LIBC_PROBE (mutex_timedlock_acquired, 1, mutex); ++ + return 0; + } + } +@@ -477,6 +487,8 @@ pthread_mutex_timedlock (mutex, abstime) + /* Record the ownership. */ + mutex->__data.__owner = id; + ++mutex->__data.__nusers; ++ ++ LIBC_PROBE (mutex_timedlock_acquired, 1, mutex); + } + + out: +--- glibc-2.13-72-g821ae71/nptl/pthread_mutex_unlock.c ++++ glibc-2.13.90-9/nptl/pthread_mutex_unlock.c +@@ -22,6 +22,7 @@ + #include + #include "pthreadP.h" + #include ++#include + + static int + internal_function +@@ -50,6 +51,9 @@ __pthread_mutex_unlock_usercnt (mutex, decr) + + /* Unlock. */ + lll_unlock (mutex->__data.__lock, PTHREAD_MUTEX_PSHARED (mutex)); ++ ++ LIBC_PROBE (mutex_release, 1, mutex); ++ + return 0; + } + else if (__builtin_expect (type == PTHREAD_MUTEX_RECURSIVE_NP, 1)) +@@ -272,6 +276,9 @@ __pthread_mutex_unlock_full (pthread_mutex_t *mutex, int decr) + PTHREAD_MUTEX_PSHARED (mutex)); + + int oldprio = newval >> PTHREAD_MUTEX_PRIO_CEILING_SHIFT; ++ ++ LIBC_PROBE (mutex_release, 1, mutex); ++ + return __pthread_tpp_change_priority (oldprio, -1); + + default: +@@ -279,6 +286,7 @@ __pthread_mutex_unlock_full (pthread_mutex_t *mutex, int decr) + return EINVAL; + } + ++ LIBC_PROBE (mutex_release, 1, mutex); + return 0; + } + +--- glibc-2.13-72-g821ae71/nptl/pthread_rwlock_destroy.c ++++ glibc-2.13.90-9/nptl/pthread_rwlock_destroy.c +@@ -18,12 +18,15 @@ + 02111-1307 USA. */ + + #include "pthreadP.h" ++#include + + + int + __pthread_rwlock_destroy (rwlock) + pthread_rwlock_t *rwlock; + { ++ LIBC_PROBE (rwlock_destroy, 1, rwlock); ++ + /* Nothing to be done. For now. */ + return 0; + } +--- glibc-2.13-72-g821ae71/nptl/pthread_rwlock_rdlock.c ++++ glibc-2.13.90-9/nptl/pthread_rwlock_rdlock.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + + + /* Acquire read lock for RWLOCK. */ +@@ -31,6 +32,8 @@ __pthread_rwlock_rdlock (rwlock) + { + int result = 0; + ++ LIBC_PROBE (rdlock_entry, 1, rwlock); ++ + /* Make sure we are alone. */ + lll_lock (rwlock->__data.__lock, rwlock->__data.__shared); + +@@ -49,6 +52,8 @@ __pthread_rwlock_rdlock (rwlock) + --rwlock->__data.__nr_readers; + result = EAGAIN; + } ++ else ++ LIBC_PROBE (rdlock_acquire_read, 1, rwlock); + + break; + } +--- glibc-2.13-72-g821ae71/nptl/pthread_rwlock_unlock.c ++++ glibc-2.13.90-9/nptl/pthread_rwlock_unlock.c +@@ -22,11 +22,14 @@ + #include + #include + #include ++#include + + /* Unlock RWLOCK. */ + int + __pthread_rwlock_unlock (pthread_rwlock_t *rwlock) + { ++ LIBC_PROBE (rwlock_unlock, 1, rwlock); ++ + lll_lock (rwlock->__data.__lock, rwlock->__data.__shared); + if (rwlock->__data.__writer) + rwlock->__data.__writer = 0; +--- glibc-2.13-72-g821ae71/nptl/pthread_rwlock_wrlock.c ++++ glibc-2.13.90-9/nptl/pthread_rwlock_wrlock.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + + + /* Acquire write lock for RWLOCK. */ +@@ -31,6 +32,8 @@ __pthread_rwlock_wrlock (rwlock) + { + int result = 0; + ++ LIBC_PROBE (wrlock_entry, 1, rwlock); ++ + /* Make sure we are alone. */ + lll_lock (rwlock->__data.__lock, rwlock->__data.__shared); + +@@ -41,6 +44,8 @@ __pthread_rwlock_wrlock (rwlock) + { + /* Mark self as writer. */ + rwlock->__data.__writer = THREAD_GETMEM (THREAD_SELF, tid); ++ ++ LIBC_PROBE (wrlock_acquire_write, 1, rwlock); + break; + } + +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h @@ -189,4 +189,7 @@ /* Typed memory objects are not available. */ #define _POSIX_TYPED_MEMORY_OBJECTS -1 @@ -1998,8 +2873,8 @@ +#define _XOPEN_STREAMS -1 + #endif /* bits/posix_opt.h */ ---- glibc-2.13-52-gbb24205/nptl/sysdeps/unix/sysv/linux/i386/Versions -+++ glibc-2.13.90-8/nptl/sysdeps/unix/sysv/linux/i386/Versions +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/i386/Versions ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/i386/Versions @@ -0,0 +1,6 @@ +libc { + GLIBC_PRIVATE { @@ -2007,8 +2882,164 @@ + __uname; + } +} ---- glibc-2.13-52-gbb24205/nptl/sysdeps/unix/sysv/linux/i386/smp.h -+++ glibc-2.13.90-8/nptl/sysdeps/unix/sysv/linux/i386/smp.h +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S +@@ -22,6 +22,8 @@ + #include + #include + ++#include ++ + .text + + #ifdef __ASSUME_PRIVATE_FUTEX +@@ -91,7 +93,8 @@ __lll_lock_wait_private: + cmpl %edx, %eax /* NB: %edx == 2 */ + jne 2f + +-1: movl $SYS_futex, %eax ++1: LIBC_PROBE (lll_lock_wait_private, 1, %ebx) ++ movl $SYS_futex, %eax + ENTER_KERNEL + + 2: movl %edx, %eax +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + .text + +@@ -49,6 +50,8 @@ __pthread_cond_broadcast: + + movl 20(%esp), %ebx + ++ LIBC_PROBE (cond_broadcast, 1, %edx) ++ + /* Get internal lock. */ + movl $1, %edx + xorl %eax, %eax +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S +@@ -24,7 +24,7 @@ + #include + #include + #include +- ++#include + + .text + +@@ -45,6 +45,8 @@ __pthread_cond_signal: + + movl 12(%esp), %edi + ++ LIBC_PROBE (cond_signal, 1, %edi) ++ + /* Get internal lock. */ + movl $1, %edx + xorl %eax, %eax +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S +@@ -24,7 +24,7 @@ + #include + #include + #include +- ++#include + + .text + +@@ -61,6 +61,8 @@ __pthread_cond_timedwait: + movl 20(%esp), %ebx + movl 28(%esp), %ebp + ++ LIBC_PROBE (cond_timedwait, 3, %ebx, 24(%esp), %ebp) ++ + cmpl $1000000000, 4(%ebp) + movl $EINVAL, %eax + jae 18f +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + + .text +@@ -61,6 +62,8 @@ __pthread_cond_wait: + xorl %esi, %esi + movl 20(%esp), %ebx + ++ LIBC_PROBE (cond_wait, 2, 24(%esp), %ebx) ++ + /* Get internal lock. */ + movl $1, %edx + xorl %eax, %eax +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S +@@ -23,6 +23,7 @@ + #include + #include + ++#include + + .text + +@@ -41,6 +42,8 @@ __pthread_rwlock_rdlock: + xorl %esi, %esi + movl 12(%esp), %ebx + ++ LIBC_PROBE (rdlock_entry, 1, %ebx) ++ + /* Get the lock. */ + movl $1, %edx + xorl %eax, %eax +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S +@@ -23,6 +23,7 @@ + #include + #include + ++#include + + .text + +@@ -41,6 +42,8 @@ __pthread_rwlock_wrlock: + xorl %esi, %esi + movl 12(%esp), %ebx + ++ LIBC_PROBE (wrlock_entry, 1, %ebx) ++ + /* Get the lock. */ + movl $1, %edx + xorl %eax, %eax +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h +@@ -20,6 +20,8 @@ + #ifndef _LOWLEVELLOCK_H + #define _LOWLEVELLOCK_H 1 + ++#include ++ + #ifndef __ASSEMBLER__ + # include + # include +@@ -226,6 +228,7 @@ LLL_STUB_UNWIND_INFO_END + do { \ + int __ignore; \ + register __typeof (nr) _nr asm ("edx") = (nr); \ ++ LIBC_PROBE (lll_futex_wake, 3, futex, nr, private); \ + __asm __volatile (LLL_EBX_LOAD \ + LLL_ENTER_KERNEL \ + LLL_EBX_LOAD \ +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/i386/smp.h ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/i386/smp.h @@ -37,7 +37,7 @@ is_smp_system (void) char *cp; @@ -2018,8 +3049,8 @@ cp = u.uts.version; else { ---- glibc-2.13-52-gbb24205/nptl/sysdeps/unix/sysv/linux/kernel-features.h -+++ glibc-2.13.90-8/nptl/sysdeps/unix/sysv/linux/kernel-features.h +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/kernel-features.h ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/kernel-features.h @@ -0,0 +1,6 @@ +#include_next + @@ -2027,8 +3058,177 @@ +#ifndef __ASSUME_CLONE_THREAD_FLAGS +# define __ASSUME_CLONE_THREAD_FLAGS 1 +#endif ---- glibc-2.13-52-gbb24205/nptl/tst-stackguard1.c -+++ glibc-2.13.90-8/nptl/tst-stackguard1.c +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S +@@ -22,6 +22,8 @@ + #include + #include + ++#include ++ + .text + + #ifdef __ASSUME_PRIVATE_FUTEX +@@ -91,7 +93,8 @@ __lll_lock_wait_private: + cmpl %edx, %eax /* NB: %edx == 2 */ + jne 2f + +-1: movl $SYS_futex, %eax ++1: LIBC_PROBE (lll_lock_wait_private, 1, %rdi) ++ movl $SYS_futex, %eax + syscall + + 2: movl %edx, %eax +@@ -130,7 +133,8 @@ __lll_lock_wait: + cmpl %edx, %eax /* NB: %edx == 2 */ + jne 2f + +-1: movl $SYS_futex, %eax ++1: LIBC_PROBE (lll_lock_wait, 2, %rdi, %rsi) ++ movl $SYS_futex, %eax + syscall + + 2: movl %edx, %eax +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h +@@ -20,6 +20,8 @@ + #ifndef _LOWLEVELLOCK_H + #define _LOWLEVELLOCK_H 1 + ++#include ++ + #ifndef __ASSEMBLER__ + # include + # include +@@ -227,6 +229,7 @@ LLL_STUB_UNWIND_INFO_END + do { \ + int __ignore; \ + register __typeof (nr) _nr __asm ("edx") = (nr); \ ++ LIBC_PROBE (lll_futex_wake, 3, futex, nr, private); \ + __asm __volatile ("syscall" \ + : "=a" (__ignore) \ + : "0" (SYS_futex), "D" (futex), \ +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S +@@ -25,7 +25,7 @@ + #include + #include + #include +- ++#include + + .text + +@@ -35,6 +35,8 @@ + .align 16 + __pthread_cond_broadcast: + ++ LIBC_PROBE (cond_broadcast, 1, %rdi) ++ + /* Get internal lock. */ + movl $1, %esi + xorl %eax, %eax +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + + .text +@@ -34,6 +35,8 @@ + .align 16 + __pthread_cond_signal: + ++ LIBC_PROBE (cond_signal, 1, %rdi) ++ + /* Get internal lock. */ + movq %rdi, %r8 + movl $1, %esi +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + #include + +@@ -71,6 +72,8 @@ __pthread_cond_timedwait: + cfi_adjust_cfa_offset(FRAME_SIZE) + cfi_remember_state + ++ LIBC_PROBE (cond_timedwait, 3, %rdi, %rsi, %rdx) ++ + cmpq $1000000000, 8(%rdx) + movl $EINVAL, %eax + jae 48f +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + #include + +@@ -65,6 +66,8 @@ __pthread_cond_wait: + +--------------------------+ + */ + ++ LIBC_PROBE (cond_wait, 2, %rdi, %rsi) ++ + cmpq $-1, dep_mutex(%rdi) + + /* Prepare structure passed to cancellation handler. */ +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S +@@ -22,7 +22,7 @@ + #include + #include + #include +- ++#include + + .text + +@@ -31,6 +31,9 @@ + .align 16 + __pthread_rwlock_rdlock: + cfi_startproc ++ ++ LIBC_PROBE (rdlock_entry, 1, %rdi) ++ + xorq %r10, %r10 + + /* Get the lock. */ +--- glibc-2.13-72-g821ae71/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S ++++ glibc-2.13.90-9/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S +@@ -22,7 +22,7 @@ + #include + #include + #include +- ++#include + + .text + +@@ -31,6 +31,9 @@ + .align 16 + __pthread_rwlock_wrlock: + cfi_startproc ++ ++ LIBC_PROBE (wrlock_entry, 1, %rdi) ++ + xorq %r10, %r10 + + /* Get the lock. */ +--- glibc-2.13-72-g821ae71/nptl/tst-stackguard1.c ++++ glibc-2.13.90-9/nptl/tst-stackguard1.c @@ -190,17 +190,21 @@ do_test (void) the 16 runs, something is very wrong. */ int ndifferences = 0; @@ -2053,8 +3253,8 @@ { puts ("stack guard canaries are not randomized enough"); puts ("nor equal to the default canary value"); ---- glibc-2.13-52-gbb24205/nscd/nscd.conf -+++ glibc-2.13.90-8/nscd/nscd.conf +--- glibc-2.13-72-g821ae71/nscd/nscd.conf ++++ glibc-2.13.90-9/nscd/nscd.conf @@ -33,7 +33,7 @@ # logfile /var/log/nscd.log # threads 4 @@ -2064,8 +3264,8 @@ # stat-user somebody debug-level 0 # reload-count 5 ---- glibc-2.13-52-gbb24205/nscd/nscd.init -+++ glibc-2.13.90-8/nscd/nscd.init +--- glibc-2.13-72-g821ae71/nscd/nscd.init ++++ glibc-2.13.90-9/nscd/nscd.init @@ -9,6 +9,7 @@ # slow naming services like NIS, NIS+, LDAP, or hesiod. # processname: /usr/sbin/nscd @@ -2142,8 +3342,8 @@ ;; *) echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}" ---- glibc-2.13-52-gbb24205/nss/Makefile -+++ glibc-2.13.90-8/nss/Makefile +--- glibc-2.13-72-g821ae71/nss/Makefile ++++ glibc-2.13.90-9/nss/Makefile @@ -75,6 +75,7 @@ endif include ../Rules @@ -2152,8 +3352,8 @@ ifeq (yes,$(build-static-nss)) $(objpfx)getent: $(objpfx)libnss_files.a ---- glibc-2.13-52-gbb24205/nss/nss_files/files-XXX.c -+++ glibc-2.13.90-8/nss/nss_files/files-XXX.c +--- glibc-2.13-72-g821ae71/nss/nss_files/files-XXX.c ++++ glibc-2.13.90-9/nss/nss_files/files-XXX.c @@ -1,5 +1,5 @@ /* Common code for file-based databases in nss_files module. - Copyright (C) 1996-1999,2001,2002,2004,2007,2008 @@ -2170,8 +3370,8 @@ int parse_result; if (buflen < sizeof *data + 2) ---- glibc-2.13-52-gbb24205/posix/Makefile -+++ glibc-2.13.90-8/posix/Makefile +--- glibc-2.13-72-g821ae71/posix/Makefile ++++ glibc-2.13.90-9/posix/Makefile @@ -325,15 +325,8 @@ $(inst_libexecdir)/getconf: $(inst_bindir)/getconf \ mv -f $@/$$spec.new $@/$$spec; \ done < $(objpfx)getconf.speclist @@ -2192,8 +3392,8 @@ + | sed -n -e '/START_OF_STRINGS/,$${/\(POSIX_V[67]\|_XBS5\)_/{s/^[^"]*"//;s/".*$$//;p}}' \ + > $@.new mv -f $@.new $@ ---- glibc-2.13-52-gbb24205/posix/gai.conf -+++ glibc-2.13.90-8/posix/gai.conf +--- glibc-2.13-72-g821ae71/posix/gai.conf ++++ glibc-2.13.90-9/posix/gai.conf @@ -41,7 +41,7 @@ # # precedence @@ -2218,8 +3418,8 @@ #scopev4 ::ffff:0.0.0.0/96 14 +# +# This is what the Red Hat setting currently uses. ---- glibc-2.13-52-gbb24205/posix/getconf.speclist.h -+++ glibc-2.13.90-8/posix/getconf.speclist.h +--- glibc-2.13-72-g821ae71/posix/getconf.speclist.h ++++ glibc-2.13.90-9/posix/getconf.speclist.h @@ -0,0 +1,39 @@ +#include +const char *START_OF_STRINGS = @@ -2260,8 +3460,8 @@ +"XBS5_LPBIG_OFFBIG" +#endif +""; ---- glibc-2.13-52-gbb24205/posix/regcomp.c -+++ glibc-2.13.90-8/posix/regcomp.c +--- glibc-2.13-72-g821ae71/posix/regcomp.c ++++ glibc-2.13.90-9/posix/regcomp.c @@ -2745,40 +2745,29 @@ parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token, /* Local function for parse_bracket_exp used in _LIBC environement. @@ -2393,8 +3593,8 @@ { /* No valid character, treat it as a normal character. */ ---- glibc-2.13-52-gbb24205/resolv/Makefile -+++ glibc-2.13.90-8/resolv/Makefile +--- glibc-2.13-72-g821ae71/resolv/Makefile ++++ glibc-2.13.90-9/resolv/Makefile @@ -77,6 +77,7 @@ CPPFLAGS += -Dgethostbyname=res_gethostbyname \ -Dgetnetbyaddr=res_getnetbyaddr @@ -2403,8 +3603,8 @@ # The BIND code elicits some harmless warnings. +cflags += -Wno-strict-prototypes -Wno-write-strings ---- glibc-2.13-52-gbb24205/resource/getrlimit.c -+++ glibc-2.13.90-8/resource/getrlimit.c +--- glibc-2.13-72-g821ae71/resource/getrlimit.c ++++ glibc-2.13.90-9/resource/getrlimit.c @@ -28,6 +28,7 @@ __getrlimit (enum __rlimit_resource resource, struct rlimit *rlimits) __set_errno (ENOSYS); return -1; @@ -2413,8 +3613,19 @@ weak_alias (__getrlimit, getrlimit) stub_warning (getrlimit) ---- glibc-2.13-52-gbb24205/stdio-common/vfprintf.c -+++ glibc-2.13.90-8/stdio-common/vfprintf.c +--- glibc-2.13-72-g821ae71/scripts/check-local-headers.sh ++++ glibc-2.13.90-9/scripts/check-local-headers.sh +@@ -31,6 +31,8 @@ fgrep -v "$includedir/asm" | + fgrep -v "$includedir/linux" | + fgrep -v "$includedir/selinux" | + fgrep -v "$includedir/sys/capability.h" | ++fgrep -v "$includedir/sys/sdt.h" | ++fgrep -v "$includedir/sys/sdt-config.h" | + fgrep -v "$includedir/gd" | + fgrep -v "$includedir/nss3"; then + # If we found a match something is wrong. +--- glibc-2.13-72-g821ae71/stdio-common/vfprintf.c ++++ glibc-2.13.90-9/stdio-common/vfprintf.c @@ -1160,41 +1160,9 @@ vfprintf (FILE *s, const CHAR_T *format, va_list ap) else if (!is_long && spec != L_('S')) \ { \ @@ -2460,8 +3671,8 @@ else \ len = strlen (string); \ } \ ---- glibc-2.13-52-gbb24205/streams/Makefile -+++ glibc-2.13.90-8/streams/Makefile +--- glibc-2.13-72-g821ae71/streams/Makefile ++++ glibc-2.13.90-9/streams/Makefile @@ -21,7 +21,7 @@ # subdir := streams @@ -2471,8 +3682,8 @@ routines = isastream getmsg getpmsg putmsg putpmsg fattach fdetach include ../Rules ---- glibc-2.13-52-gbb24205/sunrpc/Makefile -+++ glibc-2.13.90-8/sunrpc/Makefile +--- glibc-2.13-72-g821ae71/sunrpc/Makefile ++++ glibc-2.13.90-9/sunrpc/Makefile @@ -129,6 +129,10 @@ CFLAGS-openchild.c = -fexceptions CPPFLAGS += -D_RPC_THREAD_SAFE_ @@ -2484,8 +3695,8 @@ include ../Rules $(objpfx)rpcgen: $(addprefix $(objpfx),$(rpcgen-objs)) \ ---- glibc-2.13-52-gbb24205/sysdeps/generic/dl-cache.h -+++ glibc-2.13.90-8/sysdeps/generic/dl-cache.h +--- glibc-2.13-72-g821ae71/sysdeps/generic/dl-cache.h ++++ glibc-2.13.90-9/sysdeps/generic/dl-cache.h @@ -36,6 +36,14 @@ # define add_system_dir(dir) add_dir (dir) #endif @@ -2501,8 +3712,8 @@ #define CACHEMAGIC "ld.so-1.7.0" /* libc5 and glibc 2.0/2.1 use the same format. For glibc 2.2 another ---- glibc-2.13-52-gbb24205/sysdeps/i386/Makefile -+++ glibc-2.13.90-8/sysdeps/i386/Makefile +--- glibc-2.13-72-g821ae71/sysdeps/i386/Makefile ++++ glibc-2.13.90-9/sysdeps/i386/Makefile @@ -2,6 +2,8 @@ # Every i386 port in use uses gas syntax (I think). asm-CPPFLAGS += -DGAS_SYNTAX @@ -2527,8 +3738,108 @@ endif ifeq ($(subdir),elf) ---- glibc-2.13-52-gbb24205/sysdeps/i386/i686/Makefile -+++ glibc-2.13.90-8/sysdeps/i386/i686/Makefile +--- glibc-2.13-72-g821ae71/sysdeps/i386/__longjmp.S ++++ glibc-2.13.90-9/sysdeps/i386/__longjmp.S +@@ -1,5 +1,5 @@ + /* longjmp for i386. +- Copyright (C) 1995-1998,2000,2002,2005,2006,2009 ++ Copyright (C) 1995-1998,2000,2002,2005,2006,2009,2011 + Free Software Foundation, Inc. + This file is part of the GNU C Library. + +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + + .text + ENTRY (__longjmp) +@@ -33,6 +34,7 @@ ENTRY (__longjmp) + movl (JB_SP*4)(%eax), %ecx + PTR_DEMANGLE (%edx) + PTR_DEMANGLE (%ecx) ++ LIBC_PROBE (longjmp, 3, 4@%eax, -4@8(%esp), 4@%edx) + cfi_def_cfa(%eax, 0) + cfi_register(%eip, %edx) + cfi_register(%esp, %ecx) +@@ -50,6 +52,7 @@ ENTRY (__longjmp) + cfi_restore(%edi) + cfi_restore(%ebp) + ++ LIBC_PROBE (longjmp_target, 3, 4@%eax, -4@8(%esp), 4@%edx) + movl 8(%esp), %eax /* Second argument is return value. */ + movl %ecx, %esp + #else +@@ -57,12 +60,14 @@ ENTRY (__longjmp) + movl 8(%esp), %eax /* Second argument is return value. */ + /* Save the return address now. */ + movl (JB_PC*4)(%ecx), %edx ++ LIBC_PROBE (longjmp, 3, 4@%ecx, -4@%eax, 4@%edx) + /* Restore registers. */ + movl (JB_BX*4)(%ecx), %ebx + movl (JB_SI*4)(%ecx), %esi + movl (JB_DI*4)(%ecx), %edi + movl (JB_BP*4)(%ecx), %ebp + movl (JB_SP*4)(%ecx), %esp ++ LIBC_PROBE (longjmp_target, 3, 4@%ecx, -4@%ecx, 4@%edx) + #endif + /* Jump to saved PC. */ + jmp *%edx +--- glibc-2.13-72-g821ae71/sysdeps/i386/bsd-_setjmp.S ++++ glibc-2.13.90-9/sysdeps/i386/bsd-_setjmp.S +@@ -1,5 +1,6 @@ + /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. i386 version. +- Copyright (C) 1994-1997,2000-2002,2005, 2006 Free Software Foundation, Inc. ++ Copyright (C) 1994-1997,2000-2002,2005,2006,2011 ++ Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or +@@ -25,6 +26,7 @@ + #include + #include "bp-sym.h" + #include "bp-asm.h" ++#include + + #define PARMS LINKAGE /* no space for saved regs */ + #define JMPBUF PARMS +@@ -47,6 +49,7 @@ ENTRY (BP_SYM (_setjmp)) + #endif + movl %ecx, (JB_SP*4)(%edx) + movl PCOFF(%esp), %ecx /* Save PC we are returning to now. */ ++ LIBC_PROBE (setjmp, 3, 4@%edx, -4@$0, 4@%ecx) + #ifdef PTR_MANGLE + PTR_MANGLE (%ecx) + #endif +--- glibc-2.13-72-g821ae71/sysdeps/i386/bsd-setjmp.S ++++ glibc-2.13.90-9/sysdeps/i386/bsd-setjmp.S +@@ -1,5 +1,6 @@ + /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. i386 version. +- Copyright (C) 1994-1997,2000,2001,2005, 2006 Free Software Foundation, Inc. ++ Copyright (C) 1994-1997,2000,2001,2005,2006,2011 ++ Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or +@@ -25,6 +26,7 @@ + #include + #include "bp-sym.h" + #include "bp-asm.h" ++#include + + #define PARMS LINKAGE /* no space for saved regs */ + #define JMPBUF PARMS +@@ -49,6 +51,7 @@ ENTRY (BP_SYM (setjmp)) + #endif + movl %ecx, (JB_SP*4)(%eax) + movl PCOFF(%esp), %ecx /* Save PC we are returning to now. */ ++ LIBC_PROBE (setjmp, 3, 4@%eax, -4@$1, 4@%ecx) + #ifdef PTR_MANGLE + PTR_MANGLE (%ecx) + #endif +--- glibc-2.13-72-g821ae71/sysdeps/i386/i686/Makefile ++++ glibc-2.13.90-9/sysdeps/i386/i686/Makefile @@ -9,19 +9,3 @@ stack-align-test-flags += -msse ifeq ($(subdir),string) sysdep_routines += cacheinfo @@ -2549,8 +3860,8 @@ -ASFLAGS-.ob += -Wa,-mtune=i686 -ASFLAGS-.oS += -Wa,-mtune=i686 -endif ---- glibc-2.13-52-gbb24205/sysdeps/i386/i686/multiarch/strspn.S -+++ glibc-2.13.90-8/sysdeps/i386/i686/multiarch/strspn.S +--- glibc-2.13-72-g821ae71/sysdeps/i386/i686/multiarch/strspn.S ++++ glibc-2.13.90-9/sysdeps/i386/i686/multiarch/strspn.S @@ -76,8 +76,8 @@ END(strspn) # define ENTRY(name) \ .type __strspn_ia32, @function; \ @@ -2562,8 +3873,33 @@ CALL_MCOUNT # undef END # define END(name) \ ---- glibc-2.13-52-gbb24205/sysdeps/ia64/Makefile -+++ glibc-2.13.90-8/sysdeps/ia64/Makefile +--- glibc-2.13-72-g821ae71/sysdeps/i386/setjmp.S ++++ glibc-2.13.90-9/sysdeps/i386/setjmp.S +@@ -1,5 +1,5 @@ + /* setjmp for i386. +- Copyright (C) 1995,1996,1997,2000,2001,2005,2006 ++ Copyright (C) 1995,1996,1997,2000,2001,2005,2006,2011 + Free Software Foundation, Inc. + This file is part of the GNU C Library. + +@@ -23,6 +23,7 @@ + #include + #include "bp-sym.h" + #include "bp-asm.h" ++#include + + #define PARMS LINKAGE /* no space for saved regs */ + #define JMPBUF PARMS +@@ -44,6 +45,7 @@ ENTRY (BP_SYM (__sigsetjmp)) + #endif + movl %ecx, (JB_SP*4)(%eax) + movl PCOFF(%esp), %ecx /* Save PC we are returning to now. */ ++ LIBC_PROBE (setjmp, 3, 4@%eax, -4@SIGMSK(%esp), 4@%ecx) + #ifdef PTR_MANGLE + PTR_MANGLE (%ecx) + #endif +--- glibc-2.13-72-g821ae71/sysdeps/ia64/Makefile ++++ glibc-2.13.90-9/sysdeps/ia64/Makefile @@ -12,8 +12,8 @@ elide-routines.os += hp-timing ifeq (yes,$(build-shared)) @@ -2575,8 +3911,8 @@ endif endif ---- glibc-2.13-52-gbb24205/sysdeps/ia64/ia64libgcc.S -+++ glibc-2.13.90-8/sysdeps/ia64/ia64libgcc.S +--- glibc-2.13-72-g821ae71/sysdeps/ia64/ia64libgcc.S ++++ glibc-2.13.90-9/sysdeps/ia64/ia64libgcc.S @@ -1,350 +0,0 @@ -/* From the Intel IA-64 Optimization Guide, choose the minimum latency - alternative. */ @@ -2928,8 +4264,8 @@ - .symver ___multi3, __multi3@GLIBC_2.2 - -#endif ---- glibc-2.13-52-gbb24205/sysdeps/ia64/libgcc-compat.c -+++ glibc-2.13.90-8/sysdeps/ia64/libgcc-compat.c +--- glibc-2.13-72-g821ae71/sysdeps/ia64/libgcc-compat.c ++++ glibc-2.13.90-9/sysdeps/ia64/libgcc-compat.c @@ -0,0 +1,84 @@ +/* pre-.hidden libgcc compatibility + Copyright (C) 2002 Free Software Foundation, Inc. @@ -3015,16 +4351,16 @@ +symbol_version (INTUSE (__multi3), __multi3, GLIBC_2.2); + +#endif ---- glibc-2.13-52-gbb24205/sysdeps/mach/hurd/getrlimit.c -+++ glibc-2.13.90-8/sysdeps/mach/hurd/getrlimit.c +--- glibc-2.13-72-g821ae71/sysdeps/mach/hurd/getrlimit.c ++++ glibc-2.13.90-9/sysdeps/mach/hurd/getrlimit.c @@ -44,4 +44,5 @@ __getrlimit (enum __rlimit_resource resource, struct rlimit *rlimits) return 0; } +libc_hidden_def (__getrlimit) weak_alias (__getrlimit, getrlimit) ---- glibc-2.13-52-gbb24205/sysdeps/posix/getaddrinfo.c -+++ glibc-2.13.90-8/sysdeps/posix/getaddrinfo.c +--- glibc-2.13-72-g821ae71/sysdeps/posix/getaddrinfo.c ++++ glibc-2.13.90-9/sysdeps/posix/getaddrinfo.c @@ -1101,10 +1101,12 @@ static const struct scopeentry /* Link-local addresses: scope 2. */ { { { 169, 254, 0, 0 } }, htonl_c (0xffff0000), 2 }, @@ -3038,8 +4374,8 @@ /* Default: scope 14. */ { { { 0, 0, 0, 0 } }, htonl_c (0x00000000), 14 } }; ---- glibc-2.13-52-gbb24205/sysdeps/powerpc/powerpc64/Makefile -+++ glibc-2.13.90-8/sysdeps/powerpc/powerpc64/Makefile +--- glibc-2.13-72-g821ae71/sysdeps/powerpc/powerpc64/Makefile ++++ glibc-2.13.90-9/sysdeps/powerpc/powerpc64/Makefile @@ -30,6 +30,7 @@ ifneq ($(elf),no) # we use -fpic instead which is much better. CFLAGS-initfini.s += -fpic -O1 @@ -3048,16 +4384,16 @@ endif ifeq ($(subdir),elf) ---- glibc-2.13-52-gbb24205/sysdeps/powerpc/powerpc64/elf/Makefile -+++ glibc-2.13.90-8/sysdeps/powerpc/powerpc64/elf/Makefile +--- glibc-2.13-72-g821ae71/sysdeps/powerpc/powerpc64/elf/Makefile ++++ glibc-2.13.90-9/sysdeps/powerpc/powerpc64/elf/Makefile @@ -9,3 +9,5 @@ CFLAGS-rtld-mempcpy.os = $(no-special-regs) CFLAGS-rtld-memmove.os = $(no-special-regs) CFLAGS-rtld-memchr.os = $(no-special-regs) CFLAGS-rtld-strnlen.os = $(no-special-regs) + +CFLAGS-gmon-start.c = -fno-strict-aliasing ---- glibc-2.13-52-gbb24205/sysdeps/unix/nice.c -+++ glibc-2.13.90-8/sysdeps/unix/nice.c +--- glibc-2.13-72-g821ae71/sysdeps/unix/nice.c ++++ glibc-2.13.90-9/sysdeps/unix/nice.c @@ -42,7 +42,12 @@ nice (int incr) __set_errno (save); } @@ -3072,8 +4408,8 @@ if (result == -1) { if (errno == EACCES) ---- glibc-2.13-52-gbb24205/sysdeps/unix/sysv/linux/check_pf.c -+++ glibc-2.13.90-8/sysdeps/unix/sysv/linux/check_pf.c +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/check_pf.c ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/check_pf.c @@ -27,13 +27,10 @@ #include #include @@ -3089,8 +4425,8 @@ #ifndef IFA_F_HOMEADDRESS # define IFA_F_HOMEADDRESS 0 ---- glibc-2.13-52-gbb24205/sysdeps/unix/sysv/linux/dl-osinfo.h -+++ glibc-2.13.90-8/sysdeps/unix/sysv/linux/dl-osinfo.h +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/dl-osinfo.h ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/dl-osinfo.h @@ -17,10 +17,13 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ @@ -3138,8 +4474,8 @@ } else #endif ---- glibc-2.13-52-gbb24205/sysdeps/unix/sysv/linux/futimesat.c -+++ glibc-2.13.90-8/sysdeps/unix/sysv/linux/futimesat.c +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/futimesat.c ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/futimesat.c @@ -37,14 +37,14 @@ futimesat (fd, file, tvp) { int result; @@ -3182,8 +4518,8 @@ { size_t filelen = strlen (file); if (__builtin_expect (filelen == 0, 0)) ---- glibc-2.13-52-gbb24205/sysdeps/unix/sysv/linux/getpagesize.c -+++ glibc-2.13.90-8/sysdeps/unix/sysv/linux/getpagesize.c +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/getpagesize.c ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/getpagesize.c @@ -28,7 +28,7 @@ int __getpagesize () @@ -3193,8 +4529,43 @@ assert (GLRO(dl_pagesize) != 0); return GLRO(dl_pagesize); #else ---- glibc-2.13-52-gbb24205/sysdeps/unix/sysv/linux/i386/dl-cache.h -+++ glibc-2.13.90-8/sysdeps/unix/sysv/linux/i386/dl-cache.h +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S +@@ -1,4 +1,5 @@ +-/* Copyright (C) 2001,2004,2005,2006,2009 Free Software Foundation, Inc. ++/* Copyright (C) 2001,2004,2005,2006,2009,2011 ++ Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or +@@ -19,6 +20,7 @@ + #include + #include + #include ++#include + + + .section .rodata.str1.1,"aMS",@progbits,1 +@@ -79,7 +81,9 @@ ENTRY (____longjmp_chk) + cfi_adjust_cfa_offset(-12) + movl 4(%esp), %ecx + +-.Lok: /* We add unwind information for the target here. */ ++.Lok: ++ LIBC_PROBE (longjmp, 3, 4@%ecx, -4@8(%esp), 4@%edx) ++ /* We add unwind information for the target here. */ + cfi_def_cfa(%ecx, 0) + cfi_register(%eip, %edx) + cfi_register(%esp, %edi) +@@ -102,5 +106,6 @@ ENTRY (____longjmp_chk) + cfi_restore(%ebp) + + /* Jump to saved PC. */ ++ LIBC_PROBE (longjmp_target, 3, 4@%ecx, -4@%eax, 4@%edx) + jmp *%edx + END (____longjmp_chk) +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/i386/dl-cache.h ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/i386/dl-cache.h @@ -0,0 +1,59 @@ +/* Support for reading /etc/ld.so.cache files written by Linux ldconfig. + Copyright (C) 2004 Free Software Foundation, Inc. @@ -3255,16 +4626,16 @@ + } while (0) + +#include_next ---- glibc-2.13-52-gbb24205/sysdeps/unix/sysv/linux/i386/getrlimit.c -+++ glibc-2.13.90-8/sysdeps/unix/sysv/linux/i386/getrlimit.c +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/i386/getrlimit.c ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/i386/getrlimit.c @@ -79,4 +79,5 @@ __new_getrlimit (enum __rlimit_resource resource, struct rlimit *rlimits) } weak_alias (__new_getrlimit, __getrlimit); +libc_hidden_weak (__getrlimit) versioned_symbol (libc, __new_getrlimit, getrlimit, GLIBC_2_2); ---- glibc-2.13-52-gbb24205/sysdeps/unix/sysv/linux/ia64/dl-cache.h -+++ glibc-2.13.90-8/sysdeps/unix/sysv/linux/ia64/dl-cache.h +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/ia64/dl-cache.h ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/ia64/dl-cache.h @@ -22,4 +22,31 @@ #define _dl_cache_check_flags(flags) \ ((flags) == _DL_CACHE_DEFAULT_ID) @@ -3297,29 +4668,29 @@ + } while (0) + #include_next ---- glibc-2.13-52-gbb24205/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c -+++ glibc-2.13.90-8/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c @@ -0,0 +1,5 @@ +#ifdef IS_IN_ldconfig +#include +#else +#include +#endif ---- glibc-2.13-52-gbb24205/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h -+++ glibc-2.13.90-8/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h @@ -0,0 +1,5 @@ +#ifdef IS_IN_ldconfig +#include +#else +#include +#endif ---- glibc-2.13-52-gbb24205/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed -+++ glibc-2.13.90-8/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed @@ -1 +1 @@ -s_^\(RTLDLIST=\)\([^ ]*\)-ia64\(\.so\.[0-9.]*\)[ ]*$_\1"\2-ia64\3 \2\3"_ +s_^\(RTLDLIST=\)\([^ ]*\)-ia64\(\.so\.[0-9.]*\)[ ]*$_\1"\2-ia64\3 /emul/ia32-linux\2\3"_ ---- glibc-2.13-52-gbb24205/sysdeps/unix/sysv/linux/netlinkaccess.h -+++ glibc-2.13.90-8/sysdeps/unix/sysv/linux/netlinkaccess.h +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/netlinkaccess.h ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/netlinkaccess.h @@ -25,6 +25,24 @@ #include @@ -3345,8 +4716,8 @@ struct netlink_res { ---- glibc-2.13-52-gbb24205/sysdeps/unix/sysv/linux/paths.h -+++ glibc-2.13.90-8/sysdeps/unix/sysv/linux/paths.h +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/paths.h ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/paths.h @@ -62,7 +62,7 @@ #define _PATH_TTY "/dev/tty" #define _PATH_UNIX "/boot/vmlinux" @@ -3356,8 +4727,8 @@ #define _PATH_WTMP "/var/log/wtmp" /* Provide trailing slash, since mostly used for building pathnames. */ ---- glibc-2.13-52-gbb24205/sysdeps/unix/sysv/linux/tcsetattr.c -+++ glibc-2.13.90-8/sysdeps/unix/sysv/linux/tcsetattr.c +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/tcsetattr.c ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/tcsetattr.c @@ -49,6 +49,7 @@ tcsetattr (fd, optional_actions, termios_p) { struct __kernel_termios k_termios; @@ -3403,8 +4774,99 @@ + return retval; } libc_hidden_def (tcsetattr) ---- glibc-2.13-52-gbb24205/timezone/zic.c -+++ glibc-2.13.90-8/timezone/zic.c +--- glibc-2.13-72-g821ae71/sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S ++++ glibc-2.13.90-9/sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S +@@ -1,4 +1,5 @@ +-/* Copyright (C) 2001,2004,2005,2006,2009,2010 Free Software Foundation, Inc. ++/* Copyright (C) 2001,2004,2005,2006,2009,2010,2011 ++ Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or +@@ -19,6 +20,7 @@ + #include + #include + #include ++#include + + .section .rodata.str1.1,"aMS",@progbits,1 + .type longjmp_msg,@object +@@ -90,7 +92,9 @@ ENTRY(____longjmp_chk) + movl %ebx, %esi + cfi_restore (%rsi) + +-.Lok: /* We add unwind information for the target here. */ ++.Lok: ++ LIBC_PROBE (longjmp, 3, 8@%rdi, -4@%esi, 8@%rdx) ++ /* We add unwind information for the target here. */ + cfi_def_cfa(%rdi, 0) + cfi_register(%rsp,%r8) + cfi_register(%rbp,%r9) +@@ -109,5 +113,6 @@ ENTRY(____longjmp_chk) + movl %esi, %eax + movq %r8,%rsp + movq %r9,%rbp ++ LIBC_PROBE (longjmp_target, 3, 8@%rdi, -4@%eax, 8@%rdx) + jmpq *%rdx + END (____longjmp_chk) +--- glibc-2.13-72-g821ae71/sysdeps/x86_64/__longjmp.S ++++ glibc-2.13.90-9/sysdeps/x86_64/__longjmp.S +@@ -1,4 +1,4 @@ +-/* Copyright (C) 2001,2004,2005,2006,2009 Free Software Foundation, Inc. ++/* Copyright (C) 2001,2004,2005,2006,2009,2011 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or +@@ -19,6 +19,7 @@ + #include + #include + #include ++#include + + /* Jump to the position specified by ENV, causing the + setjmp call there to return VAL, or 1 if VAL is 0. +@@ -34,6 +35,7 @@ ENTRY(__longjmp) + PTR_DEMANGLE (%r9) + PTR_DEMANGLE (%rdx) + #endif ++ LIBC_PROBE (longjmp, 3, 8@%rdi, -4@%esi, 8@%rdx) + /* We add unwind information for the target here. */ + cfi_def_cfa(%rdi, 0) + cfi_register(%rsp,%r8) +@@ -53,5 +55,6 @@ ENTRY(__longjmp) + mov %esi, %eax + movq %r8,%rsp + movq %r9,%rbp ++ LIBC_PROBE (longjmp_target, 3, 8@%rdi, -4@%eax, 8@%rdx) + jmpq *%rdx + END (__longjmp) +--- glibc-2.13-72-g821ae71/sysdeps/x86_64/setjmp.S ++++ glibc-2.13.90-9/sysdeps/x86_64/setjmp.S +@@ -1,5 +1,5 @@ + /* setjmp for x86-64. +- Copyright (C) 2001, 2003, 2005, 2006 Free Software Foundation, Inc. ++ Copyright (C) 2001,2003,2005,2006,2011 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + + ENTRY (__sigsetjmp) + /* Save registers. */ +@@ -41,6 +42,7 @@ ENTRY (__sigsetjmp) + #endif + movq %rdx, (JB_RSP*8)(%rdi) + movq (%rsp), %rax /* Save PC we are returning to now. */ ++ LIBC_PROBE (setjmp, 3, 8@%rdi, -4@%esi, 8@%rax) + #ifdef PTR_MANGLE + PTR_MANGLE (%rax) + #endif +--- glibc-2.13-72-g821ae71/timezone/zic.c ++++ glibc-2.13.90-9/timezone/zic.c @@ -1921,7 +1921,7 @@ const int zonecount; if (stdrp != NULL && stdrp->r_hiyear == 2037) return; diff --git a/glibc.spec b/glibc.spec index f05a51a..848f27e 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ -%define glibcsrcdir glibc-2.13-52-gbb24205 +%define glibcsrcdir glibc-2.13-72-g821ae71 %define glibcversion 2.13.90 -%define glibcportsdir glibc-ports-2.13-13-g8825867 +%define glibcportsdir glibc-ports-2.13-26-g9145616 ### glibc.spec.in follows: %define run_glibc_tests 1 %define auxarches athlon alphaev6 @@ -21,11 +21,12 @@ %define biarcharches %{ix86} x86_64 ppc ppc64 %define debuginfocommonarches %{biarcharches} alpha alphaev6 %define multiarcharches ppc ppc64 %{ix86} x86_64 %{sparc} +%define systemtaparches %{ix86} x86_64 Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 8 +Release: 9 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional @@ -52,6 +53,9 @@ Requires(pre): basesystem, libgcc BuildRequires: gd-devel libpng-devel zlib-devel texinfo, libselinux-devel >= 1.33.4-3 BuildRequires: audit-libs-devel >= 1.1.3, sed >= 3.95, libcap-devel, gettext, nss-devel BuildRequires: /bin/ps, /bin/kill, /bin/awk +%ifarch %{systemtaparches} +BuildRequires: systemtap-sdt-devel +%endif # This is to ensure that __frame_state_for is exported by glibc # will be compatible with egcs 1.x.y BuildRequires: gcc >= 3.2 @@ -357,6 +361,9 @@ configure_CFLAGS="$build_CFLAGS -fno-asynchronous-unwind-tables" %ifarch %{multiarcharches} --enable-multi-arch \ %endif +%ifarch %{systemtaparches} + --enable-systemtap \ +%endif --disable-profile --enable-experimental-malloc --enable-nss-crypt || { cat config.log; false; } @@ -1043,6 +1050,19 @@ rm -f *.filelist* %endif %changelog +* Thu Apr 7 2011 Andreas Schwab - 2.13.90-9 +- Update from master + - Fix typo in cache information table for x86-{32,64} + - Define CLOCK_BOOTTIME, O_PATH, AT_EMPTY_PATH + - Work around old buggy program which cannot cope with memcpy + semantics (BZ#12518) + - Fix visibility of declarations of wcpcpy and wcpncpy (BZ#12631) + - Add clock_adjtime, name_to_handle_at, open_by_handle_at, syncfs + syscalls + - Really implement fallocate{,64} and sync_file_range as + cancellation points +- Enable systemtap support (#690281) + * Thu Mar 24 2011 Andreas Schwab - 2.13.90-8 - Update from master - Fix infinite loop (#690323) diff --git a/sources b/sources index 32abae3..9551238 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -48f6916ec4028c236acda0f256d80c36 glibc-2.13-52-gbb24205-fedora.tar.xz -583236ce6b80c3647340fea11edadbcc glibc-2.13-52-gbb24205.tar.xz -64e3fb67df0f0acf0295cf0088a60c94 glibc-ports-2.13-13-g8825867.tar.xz +7eccc354f8fbe056f74155760ed19116 glibc-2.13-72-g821ae71-fedora.tar.xz +d147f97800b01e0ecc7eff5cf7bb0bfe glibc-2.13-72-g821ae71.tar.xz +5edee6e7e50b7a6ed499f407420b482d glibc-ports-2.13-26-g9145616.tar.xz