Compare commits
69 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d745295261 | ||
|
ac303c5afe | ||
|
93e76aaba4 | ||
|
4ee3d8bc73 | ||
|
55349c568b | ||
|
1996e164e3 | ||
|
15d11c9036 | ||
|
e8ed2eb77e | ||
|
51d2105f04 | ||
|
5ca2caa54f | ||
|
4813645931 | ||
|
57f28dd574 | ||
|
6a21173929 | ||
|
b98caa21aa | ||
|
f49226e5a8 | ||
|
e70276c0de | ||
|
21ea4d248a | ||
|
3e6f4147f1 | ||
|
8ddb2eda30 | ||
|
4e886409fe | ||
|
864b542ad4 | ||
|
372f9b9d16 | ||
|
a1dce39784 | ||
|
2579d5ed9a | ||
|
6cfa2d8923 | ||
|
9b0b244fe5 | ||
|
ba5b2394fe | ||
|
a7950205fc | ||
|
17ce554ada | ||
|
b299e9a756 | ||
|
9c7bf44d0b | ||
|
ccade2a2ac | ||
|
c01ef3462b | ||
|
7755f73c31 | ||
|
3366bee963 | ||
|
08f467f393 | ||
|
9334ee098f | ||
|
8ed570fa54 | ||
|
fbeb7c8898 | ||
|
08241b12b9 | ||
|
a847a88878 | ||
|
d1ac2aca2f | ||
|
fbd0f28893 | ||
|
3fb9f458ba | ||
|
421654d691 | ||
|
70bfeca039 | ||
|
1bcae3ff01 | ||
|
c1e937098f | ||
|
68b12ae712 | ||
|
b4c58a8ef7 | ||
|
8dea9c5cd8 | ||
|
2dedcbcf15 | ||
|
09c8dc0be1 | ||
|
d777f7cf07 | ||
|
a4692697b3 | ||
|
ef5a0a288b | ||
|
9bec7262f0 | ||
|
5be70fccdc | ||
|
a5963301b3 | ||
|
52dac3dbed | ||
|
3ef76c94a2 | ||
|
2850ef625d | ||
|
9d531ef805 | ||
|
dbca8d22ff | ||
|
61dc0cf2d4 | ||
|
dc286617e7 | ||
|
b96d668cc9 | ||
|
c79a1125a2 | ||
|
76a5550b0d |
22
.gitignore
vendored
22
.gitignore
vendored
@ -8,3 +8,25 @@
|
|||||||
/jemalloc-2.2.3.tar.bz2
|
/jemalloc-2.2.3.tar.bz2
|
||||||
/jemalloc-2.2.4.tar.bz2
|
/jemalloc-2.2.4.tar.bz2
|
||||||
/jemalloc-2.2.5.tar.bz2
|
/jemalloc-2.2.5.tar.bz2
|
||||||
|
/jemalloc-3.0.0.tar.bz2
|
||||||
|
/jemalloc-3.1.0.tar.bz2
|
||||||
|
/jemalloc-3.2.0.tar.bz2
|
||||||
|
/jemalloc-3.3.0.tar.bz2
|
||||||
|
/jemalloc-3.3.1.tar.bz2
|
||||||
|
/jemalloc-3.4.0.tar.bz2
|
||||||
|
/jemalloc-3.5.1.tar.bz2
|
||||||
|
/jemalloc-3.6.0.tar.bz2
|
||||||
|
/jemalloc-4.0.0.tar.bz2
|
||||||
|
/jemalloc-4.0.2.tar.bz2
|
||||||
|
/jemalloc-4.0.3.tar.bz2
|
||||||
|
/jemalloc-4.0.4.tar.bz2
|
||||||
|
/jemalloc-4.1.0.tar.bz2
|
||||||
|
/jemalloc-4.1.1.tar.bz2
|
||||||
|
/jemalloc-4.2.1.tar.bz2
|
||||||
|
/jemalloc-4.3.1.tar.bz2
|
||||||
|
/jemalloc-4.4.0.tar.bz2
|
||||||
|
/jemalloc-4.5.0.tar.bz2
|
||||||
|
/jemalloc-5.0.1.tar.bz2
|
||||||
|
/jemalloc-5.1.0.tar.bz2
|
||||||
|
/jemalloc-5.2.0.tar.bz2
|
||||||
|
/jemalloc-5.2.1.tar.bz2
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -up jemalloc-2.0.1/include/jemalloc/internal/jemalloc_internal.h.in.orig jemalloc-2.0.1/include/jemalloc/internal/jemalloc_internal.h.in
|
|
||||||
--- jemalloc-2.0.1/include/jemalloc/internal/jemalloc_internal.h.in.orig 2010-12-11 14:23:59.000000000 +0100
|
|
||||||
+++ jemalloc-2.0.1/include/jemalloc/internal/jemalloc_internal.h.in 2010-12-11 14:24:04.000000000 +0100
|
|
||||||
@@ -135,7 +135,7 @@ extern void (*JEMALLOC_P(malloc_message)
|
|
||||||
#ifdef __powerpc__
|
|
||||||
# define LG_QUANTUM 4
|
|
||||||
#endif
|
|
||||||
-#ifdef __s390x__
|
|
||||||
+#ifdef __s390__
|
|
||||||
# define LG_QUANTUM 4
|
|
||||||
#endif
|
|
||||||
|
|
@ -1,24 +0,0 @@
|
|||||||
--- Makefile.in.orig 2010-12-04 02:05:01.000000000 +0100
|
|
||||||
+++ Makefile.in 2011-01-05 23:13:32.000000000 +0100
|
|
||||||
@@ -42,7 +42,6 @@
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Lists of files.
|
|
||||||
-BINS := @srcroot@bin/pprof
|
|
||||||
CHDRS := @objroot@include/jemalloc/jemalloc@install_suffix@.h \
|
|
||||||
@objroot@include/jemalloc/jemalloc_defs@install_suffix@.h
|
|
||||||
CSRCS := @srcroot@src/jemalloc.c @srcroot@src/arena.c @srcroot@src/base.c \
|
|
||||||
@@ -123,13 +122,6 @@
|
|
||||||
$(CC) -o $@ $< -L@objroot@lib -ljemalloc@install_suffix@
|
|
||||||
endif
|
|
||||||
|
|
||||||
-install_bin:
|
|
||||||
- install -d $(BINDIR)
|
|
||||||
- @for b in $(BINS); do \
|
|
||||||
- echo "install -m 755 $$b $(BINDIR)"; \
|
|
||||||
- install -m 755 $$b $(BINDIR); \
|
|
||||||
-done
|
|
||||||
-
|
|
||||||
install_include:
|
|
||||||
install -d $(INCLUDEDIR)/jemalloc
|
|
||||||
@for h in $(CHDRS); do \
|
|
@ -1,25 +0,0 @@
|
|||||||
diff -Naur ../jemalloc-2.2.0.orig/Makefile.in ./Makefile.in
|
|
||||||
--- ../jemalloc-2.2.0.orig/Makefile.in 2011-03-23 01:03:58.000000000 +0100
|
|
||||||
+++ ./Makefile.in 2011-03-28 23:56:21.000000000 +0200
|
|
||||||
@@ -42,7 +42,6 @@
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Lists of files.
|
|
||||||
-BINS := @srcroot@bin/pprof
|
|
||||||
CHDRS := @objroot@include/jemalloc/jemalloc@install_suffix@.h \
|
|
||||||
@objroot@include/jemalloc/jemalloc_defs@install_suffix@.h
|
|
||||||
CSRCS := @srcroot@src/jemalloc.c @srcroot@src/arena.c @srcroot@src/atomic.c \
|
|
||||||
@@ -141,13 +140,6 @@
|
|
||||||
$(CC) -o $@ $< -L@objroot@lib -ljemalloc@install_suffix@
|
|
||||||
endif
|
|
||||||
|
|
||||||
-install_bin:
|
|
||||||
- install -d $(BINDIR)
|
|
||||||
- @for b in $(BINS); do \
|
|
||||||
- echo "install -m 755 $$b $(BINDIR)"; \
|
|
||||||
- install -m 755 $$b $(BINDIR); \
|
|
||||||
-done
|
|
||||||
-
|
|
||||||
install_include:
|
|
||||||
install -d $(INCLUDEDIR)/jemalloc
|
|
||||||
@for h in $(CHDRS); do \
|
|
@ -1,24 +0,0 @@
|
|||||||
--- Makefile.in.orig 2011-08-01 22:03:28.000000000 +0200
|
|
||||||
+++ Makefile.in 2011-08-01 22:02:33.000000000 +0200
|
|
||||||
@@ -42,7 +42,6 @@
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Lists of files.
|
|
||||||
-BINS := @srcroot@bin/pprof
|
|
||||||
CHDRS := @objroot@include/jemalloc/jemalloc@install_suffix@.h \
|
|
||||||
@objroot@include/jemalloc/jemalloc_defs@install_suffix@.h
|
|
||||||
CSRCS := @srcroot@src/jemalloc.c @srcroot@src/arena.c @srcroot@src/atomic.c \
|
|
||||||
@@ -141,13 +140,6 @@
|
|
||||||
$(CC) -o $@ $< -L@objroot@lib -ljemalloc@install_suffix@ -lpthread
|
|
||||||
endif
|
|
||||||
|
|
||||||
-install_bin:
|
|
||||||
- install -d $(BINDIR)
|
|
||||||
- @for b in $(BINS); do \
|
|
||||||
- echo "install -m 755 $$b $(BINDIR)"; \
|
|
||||||
- install -m 755 $$b $(BINDIR); \
|
|
||||||
-done
|
|
||||||
-
|
|
||||||
install_include:
|
|
||||||
install -d $(INCLUDEDIR)/jemalloc
|
|
||||||
@for h in $(CHDRS); do \
|
|
11
jemalloc-4.4.0.disable_thp.patch
Normal file
11
jemalloc-4.4.0.disable_thp.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- configure.orig 2017-01-12 13:18:55.344548013 +0100
|
||||||
|
+++ configure 2017-01-12 13:19:05.284128625 +0100
|
||||||
|
@@ -8742,7 +8742,7 @@
|
||||||
|
}
|
||||||
|
_ACEOF
|
||||||
|
if ac_fn_c_try_link "$LINENO"; then :
|
||||||
|
- je_cv_thp=yes
|
||||||
|
+ je_cv_thp=no
|
||||||
|
else
|
||||||
|
je_cv_thp=no
|
||||||
|
fi
|
13
jemalloc-5.0.1.no_explicit_altivec.patch
Normal file
13
jemalloc-5.0.1.no_explicit_altivec.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- configure.orig 2017-12-14 12:15:32.517920736 +0100
|
||||||
|
+++ configure 2017-12-14 12:16:22.608660037 +0100
|
||||||
|
@@ -6865,10 +6865,6 @@
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
powerpc*)
|
||||||
|
- cat >>confdefs.h <<_ACEOF
|
||||||
|
-#define HAVE_ALTIVEC
|
||||||
|
-_ACEOF
|
||||||
|
-
|
||||||
|
CPU_SPINWAIT='__asm__ volatile("or 31,31,31")'
|
||||||
|
;;
|
||||||
|
*)
|
282
jemalloc.spec
282
jemalloc.spec
@ -1,21 +1,19 @@
|
|||||||
Name: jemalloc
|
Name: jemalloc
|
||||||
Version: 2.2.5
|
Version: 5.2.1
|
||||||
|
|
||||||
Release: 1%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: General-purpose scalable concurrent malloc implementation
|
Summary: General-purpose scalable concurrent malloc implementation
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.canonware.com/jemalloc/
|
URL: http://www.canonware.com/jemalloc/
|
||||||
Source0: http://www.canonware.com/download/jemalloc/%{name}-%{version}.tar.bz2
|
Source0: https://github.com/jemalloc/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
# Remove pprof, as it already exists in google-perftools
|
|
||||||
Patch0: jemalloc-2.2.2.no_pprof.patch
|
|
||||||
# check for __s390__ as it's defined on both s390 and s390x
|
|
||||||
Patch1: jemalloc-2.0.1-s390.patch
|
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: /usr/bin/xsltproc
|
BuildRequires: /usr/bin/xsltproc
|
||||||
|
BuildRequires: perl-generators
|
||||||
|
%ifnarch s390 %{mips}
|
||||||
|
BuildRequires: valgrind-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
General-purpose scalable concurrent malloc(3) implementation.
|
General-purpose scalable concurrent malloc(3) implementation.
|
||||||
@ -24,7 +22,6 @@ This distribution is the stand-alone "portable" implementation of %{name}.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Group: Development/Libraries
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
@ -32,20 +29,56 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
|
||||||
%patch1 -p1 -b .s390
|
# Override PAGESIZE, bz #1545539
|
||||||
|
%ifarch %ix86 %arm x86_64 s390x
|
||||||
|
%define lg_page --with-lg-page=12
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ifarch ppc64 ppc64le aarch64
|
||||||
|
%define lg_page --with-lg-page=16
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# Disable thp on systems not supporting this for now
|
||||||
|
%ifarch %ix86 %arm aarch64 s390x
|
||||||
|
%define disable_thp --disable-thp
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# This is truncated during build. Seems interesting to save.
|
%ifarch %ix86
|
||||||
mv VERSION version
|
%if 0%{?fedora} >= 21
|
||||||
%configure
|
CFLAGS="%{optflags} -msse2"
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?rhel} && 0%{?rhel} < 7
|
||||||
|
export LDFLAGS="%{?__global_ldflags} -lrt"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
echo "For debugging package builders"
|
||||||
|
echo "What is the pagesize?"
|
||||||
|
getconf PAGESIZE
|
||||||
|
|
||||||
|
echo "What mm features are available?"
|
||||||
|
ls /sys/kernel/mm
|
||||||
|
ls /sys/kernel/mm/transparent_hugepage || true
|
||||||
|
cat /sys/kernel/mm/transparent_hugepage/enabled || true
|
||||||
|
|
||||||
|
echo "What kernel version and config is this?"
|
||||||
|
uname -a
|
||||||
|
|
||||||
|
%configure %{?disable_thp} %{?lg_page}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
mv version VERSION
|
|
||||||
# Install this with doc macro instead
|
# Install this with doc macro instead
|
||||||
rm %{buildroot}%{_datadir}/doc/%{name}/jemalloc.html
|
rm %{buildroot}%{_datadir}/doc/%{name}/jemalloc.html
|
||||||
|
|
||||||
@ -53,27 +86,222 @@ rm %{buildroot}%{_datadir}/doc/%{name}/jemalloc.html
|
|||||||
find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';'
|
find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';'
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libjemalloc.so.*
|
%{_libdir}/libjemalloc.so.*
|
||||||
|
%{_bindir}/jemalloc.sh
|
||||||
%doc COPYING README VERSION
|
%doc COPYING README VERSION
|
||||||
%doc doc/jemalloc.html
|
%doc doc/jemalloc.html
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_includedir}/jemalloc
|
%{_includedir}/jemalloc
|
||||||
|
%{_bindir}/jemalloc-config
|
||||||
|
%{_libdir}/pkgconfig/jemalloc.pc
|
||||||
|
%{_bindir}/jeprof
|
||||||
%{_libdir}/libjemalloc.so
|
%{_libdir}/libjemalloc.so
|
||||||
%{_mandir}/man3/jemalloc.3*
|
%{_mandir}/man3/jemalloc.3*
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Aug 06 2019 Ingvar Hagelund <ingvar@redpill-linpro.com> - 5.2.1-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Apr 03 2019 Ingvar Hagelund <ingvar@redpill-linpro.com> - 5.2.0-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 18 2018 Joe Orton <jorton@redhat.com> - 5.1.0-3
|
||||||
|
- move jemalloc.pc and jemalloc-config to -devel (#1593484)
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed May 09 2018 Ingvar Hagelund <ingvar@redpill-linpro.com> - 5.1.0-1
|
||||||
|
- New upstream release
|
||||||
|
- Removed patches merged upstream
|
||||||
|
|
||||||
|
* Thu Mar 08 2018 Ingvar Hagelund <ingvar@redpill-linpro.com> - 5.0.1-5
|
||||||
|
- Actually, specify pagesizes according to arches, closes #1545539
|
||||||
|
- Remove patch disabling thp as this is now handled by configure, see
|
||||||
|
upstream issue 526
|
||||||
|
|
||||||
|
* Tue Mar 06 2018 Ingvar Hagelund <ingvar@redpill-linpro.com> - 5.0.1-4
|
||||||
|
- Support different pagesizes, ie. build with --with-lg-page=16, closes #1545539
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 5.0.1-2
|
||||||
|
- Switch to %%ldconfig_scriptlets
|
||||||
|
|
||||||
|
* Wed Dec 13 2017 Ingvar Hagelund <ingvar@redpill-linpro.com> - 5.0.1-1
|
||||||
|
- New upstream release
|
||||||
|
- Added patch for upstream issue #979 "Test suite segv on arm64"
|
||||||
|
- Moved jeprof util to jemalloc-devel, to give less dependencies
|
||||||
|
on the library package, closes bz #1519586
|
||||||
|
- Respun the patch removing explicit altivec usage. Not all
|
||||||
|
ppc64 have altive
|
||||||
|
|
||||||
|
* Wed Aug 16 2017 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.5.0-4
|
||||||
|
- Rather use ifarch than checking builder kernel for thp support
|
||||||
|
- Cleanup; removed unnecessary patch for atomic ops on arm, pulled el5 support,
|
||||||
|
use ix86 macro for ifarch i386 and friends
|
||||||
|
|
||||||
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Mar 01 2017 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.5.0-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 12 2017 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.4.0-2
|
||||||
|
- Disable transparent hugepages on systems not supporting them
|
||||||
|
|
||||||
|
* Fri Dec 09 2016 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.4.0-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
|
* Wed Nov 09 2016 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.3.1-1
|
||||||
|
- New upstream release
|
||||||
|
- Removed patches from upstream that are merged
|
||||||
|
|
||||||
|
* Tue Nov 01 2016 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.2.1-2
|
||||||
|
- Fixes for upstream bug #392. Package will now build on el5/ppc,
|
||||||
|
el5/i386 and el6/i386
|
||||||
|
|
||||||
|
* Tue Aug 23 2016 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.2.1-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
|
* Thu Aug 11 2016 Michal Toman <mtoman@fedoraproject.org> - 4.1.1-2
|
||||||
|
- No valgrind on MIPS (#1366685)
|
||||||
|
|
||||||
|
* Wed May 04 2016 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.1.1-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
|
* Mon Feb 29 2016 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 4.1.0-1
|
||||||
|
- Update to 4.1.0 (#1312699)
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Oct 24 2015 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.0.4-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
|
* Fri Sep 25 2015 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.0.3-1
|
||||||
|
- New upstream release
|
||||||
|
- Removed oom test patch, it has been fixed upstream
|
||||||
|
|
||||||
|
* Thu Sep 24 2015 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.0.2-2
|
||||||
|
- oom test also fails on 32bit ppc, so patch it out there as well
|
||||||
|
|
||||||
|
* Tue Sep 22 2015 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.0.2-1
|
||||||
|
- New upstream release
|
||||||
|
- Added a patch removing a non-critical test that fails on i386
|
||||||
|
- Removed now included negative bitshift patch.
|
||||||
|
|
||||||
|
* Wed Aug 19 2015 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.0.0-1
|
||||||
|
- New upstream release
|
||||||
|
- Removed the no-pprof patch, as jemalloc now comes with its own prof variant
|
||||||
|
- Removed atomic.h patch for armv5tel. jemalloc now provides a specific
|
||||||
|
variant for armv5tel
|
||||||
|
- Added a patch from upstream for errnous bitshift by negative amounts on pagesize >8KiB
|
||||||
|
- Added -lrt to LDFLAGS for rhel<7
|
||||||
|
|
||||||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.0-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Aug 18 2014 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.6.0-8
|
||||||
|
- valgrind-devel is not available on s390, closes #1131014
|
||||||
|
|
||||||
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.0-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Aug 15 2014 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.6.0-6
|
||||||
|
- bz #1106933 fix only for fedora 21 and above
|
||||||
|
|
||||||
|
* Fri Aug 15 2014 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.6.0-5
|
||||||
|
- Added valgrind-devel to BuildRequires, fixing bz #974270
|
||||||
|
|
||||||
|
* Fri Aug 15 2014 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.6.0-4
|
||||||
|
- Added an i686 build fixing bz #1106933
|
||||||
|
|
||||||
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Apr 01 2014 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.6.0-2
|
||||||
|
- Patch that removes explicit altivec on el5/ppc
|
||||||
|
|
||||||
|
* Mon Mar 31 2014 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.6.0-1
|
||||||
|
- New upstream release. This release fixes a critical regression
|
||||||
|
|
||||||
|
* Fri Mar 28 2014 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.5.1-1
|
||||||
|
- New upstream release
|
||||||
|
- Updated nopprof patch to match new release
|
||||||
|
- Fixed a few bogus changelog entries
|
||||||
|
|
||||||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jun 07 2013 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.4.0-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
|
* Mon Mar 11 2013 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.3.1-1
|
||||||
|
- New upstream release
|
||||||
|
- Dropped s390 patch, it's in upstream now.
|
||||||
|
|
||||||
|
* Fri Jan 25 2013 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.3.0-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
|
* Mon Nov 19 2012 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.2.0-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
|
* Tue Oct 23 2012 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.1.0-1
|
||||||
|
- New upstream release
|
||||||
|
- Removed ptmalloc_lock_all patch, it is merged upstream
|
||||||
|
|
||||||
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu May 24 2012 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.0.0-2
|
||||||
|
- Added a patch from upstream, fixing a crash in ptmalloc_lock_all,
|
||||||
|
closing #824646
|
||||||
|
|
||||||
|
* Mon May 14 2012 Ingvar Hagelund <ingvar@redpill-linpro.com> - 3.0.0-1
|
||||||
|
- New upstream release
|
||||||
|
- Updated no_pprof patch to match new release
|
||||||
|
- Updated s390 patch to match new relase
|
||||||
|
- Added make check
|
||||||
|
- Added new script jemalloc.sh
|
||||||
|
- Added a patch for atomic operations on epel5/ppc
|
||||||
|
|
||||||
|
* Sat Apr 21 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.2.5-5
|
||||||
|
- Improve ARM patch
|
||||||
|
|
||||||
|
* Fri Apr 20 2012 Dennis Gilmore <dennis@ausil.us> - 2.2.5-4
|
||||||
|
- no attomics on armv5tel
|
||||||
|
|
||||||
|
* Wed Feb 08 2012 Dan Horák <dan[at]danny.cz> - 2.2.5-3
|
||||||
|
- substitute version information in the header (#788517)
|
||||||
|
|
||||||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
* Sun Nov 06 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.2.5-1
|
* Sun Nov 06 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.2.5-1
|
||||||
- New upstream release, closes #75618
|
- New upstream release, closes #75618
|
||||||
|
|
||||||
@ -87,10 +315,10 @@ rm -rf %{buildroot}
|
|||||||
- New upstream release, closes #727103
|
- New upstream release, closes #727103
|
||||||
- Updated no_pprof patch for 2.2.2
|
- Updated no_pprof patch for 2.2.2
|
||||||
|
|
||||||
* Tue Mar 31 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.2.1-1
|
* Thu Mar 31 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.2.1-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
* Tue Mar 27 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.2.0-1
|
* Sun Mar 27 2011 Ingvar Hagelund <ingvar@redpill-linpro.com> - 2.2.0-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
- Updated no_pprof patch for 2.2.0
|
- Updated no_pprof patch for 2.2.0
|
||||||
|
|
||||||
|
39
jemalloc_fix_test_suite_segv_aarch64.patch
Normal file
39
jemalloc_fix_test_suite_segv_aarch64.patch
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
From 8cfc9dec37b312a2686f602bbcdd102ca07cca99 Mon Sep 17 00:00:00 2001
|
||||||
|
From: David Goldblatt <davidgoldblatt@fb.com>
|
||||||
|
Date: Fri, 29 Sep 2017 13:54:08 -0700
|
||||||
|
Subject: [PATCH] ARM: Don't extend bit LG_VADDR to compute high address bits.
|
||||||
|
|
||||||
|
In userspace ARM on Linux, zero-ing the high bits is the correct way to do this.
|
||||||
|
This doesn't fix the fact that we currently set LG_VADDR to 48 on ARM, when in
|
||||||
|
fact larger virtual address sizes are coming soon. We'll cross that bridge when
|
||||||
|
we come to it.
|
||||||
|
---
|
||||||
|
include/jemalloc/internal/rtree.h | 12 ++++++++++++
|
||||||
|
1 file changed, 12 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/include/jemalloc/internal/rtree.h b/include/jemalloc/internal/rtree.h
|
||||||
|
index b5d4db39..4563db23 100644
|
||||||
|
--- a/include/jemalloc/internal/rtree.h
|
||||||
|
+++ b/include/jemalloc/internal/rtree.h
|
||||||
|
@@ -178,9 +178,21 @@ rtree_leaf_elm_bits_read(tsdn_t *tsdn, rtree_t *rtree, rtree_leaf_elm_t *elm,
|
||||||
|
|
||||||
|
JEMALLOC_ALWAYS_INLINE extent_t *
|
||||||
|
rtree_leaf_elm_bits_extent_get(uintptr_t bits) {
|
||||||
|
+# ifdef __aarch64__
|
||||||
|
+ /*
|
||||||
|
+ * aarch64 doesn't sign extend the highest virtual address bit to set
|
||||||
|
+ * the higher ones. Instead, the high bits gets zeroed.
|
||||||
|
+ */
|
||||||
|
+ uintptr_t high_bit_mask = ((uintptr_t)1 << LG_VADDR) - 1;
|
||||||
|
+ /* Mask off the slab bit. */
|
||||||
|
+ uintptr_t low_bit_mask = ~(uintptr_t)1;
|
||||||
|
+ uintptr_t mask = high_bit_mask & low_bit_mask;
|
||||||
|
+ return (extent_t *)(bits & mask);
|
||||||
|
+# else
|
||||||
|
/* Restore sign-extended high bits, mask slab bit. */
|
||||||
|
return (extent_t *)((uintptr_t)((intptr_t)(bits << RTREE_NHIB) >>
|
||||||
|
RTREE_NHIB) & ~((uintptr_t)0x1));
|
||||||
|
+# endif
|
||||||
|
}
|
||||||
|
|
||||||
|
JEMALLOC_ALWAYS_INLINE szind_t
|
Loading…
Reference in New Issue
Block a user