summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Petter Reinholdtsen [Wed, 2 Aug 2023 20:42:54 +0000 (21:42 +0100)]
Merge onetbb (2021.9.0-2) import into refs/heads/workingbranch
Debian Science Maintainers [Wed, 2 Aug 2023 20:42:54 +0000 (21:42 +0100)]
Avoid build problem on armel caused by strange compiler.
Add indirection and a result test which seem to confuse GCC 13 less
than the original statements.
Fixes build problem:
In file included from /usr/include/c++/13/atomic:41,
from /<<PKGBUILDDIR>>/test/common/doctest.h:2990,
from /<<PKGBUILDDIR>>/test/common/test.h:32,
from /<<PKGBUILDDIR>>/test/tbb/test_concurrent_monitor.cpp:26:
In member function ‘void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = bool]’,
inlined from ‘void std::atomic<bool>::store(bool, std::memory_order)’ at /usr/include/c++/13/atomic:104:20,
inlined from ‘void tbb::detail::r1::concurrent_monitor_base<Context>::notify_one_relaxed() [with Context = unsigned int]’ at /<<PKGBUILDDIR>>/test/tbb/../../src/tbb/concurrent_monitor.h:293:53,
inlined from ‘void tbb::detail::r1::concurrent_monitor_base<Context>::notify_one() [with Context = unsigned int]’ at /<<PKGBUILDDIR>>/test/tbb/../../src/tbb/concurrent_monitor.h:276:27,
inlined from ‘void DOCTEST_ANON_FUNC_35()’ at /<<PKGBUILDDIR>>/test/tbb/test_concurrent_monitor.cpp:87:44:
/usr/include/c++/13/bits/atomic_base.h:481:25: error: ‘void __atomic_store_1(volatile void*, unsigned char, int)’ writing 1 byte into a region of size 0 overflows the destination [-Werror=stringop-overflow=]
481 | __atomic_store_n(&_M_i, __i, int(__m));
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
Author: Petter Reinholdtsen <pere@debian.org>
Forwarded: no
Bug-Debian: https://bugs.debian.org/
1042009
Last-Update: 2023-07-31
Gbp-Pq: Name 1050-armel-atomic-past-buffer.patch
Mo Zhou [Wed, 2 Aug 2023 20:42:54 +0000 (21:42 +0100)]
Add patch for missing header to resolve FTBFS.
Last-Update: 2023-07-13
Bug-Debian: https://bugs.debian.org/
1037798
Forwarded: no
Gbp-Pq: Name 1040-missing-header.patch
Mo Zhou [Wed, 2 Aug 2023 20:42:54 +0000 (21:42 +0100)]
Suppress compiler warnings since GCC-12. (Closes: #
1016283)
Last-Update: 2022-08-18
Forwarded: https://github.com/oneapi-src/oneTBB/issues/823
Gbp-Pq: Name 1030-warning-flags.patch
Matthias Klose [Wed, 2 Aug 2023 20:42:54 +0000 (21:42 +0100)]
This patch provides the generic architecture fallback, which was
Last-Update: 2023-06-17
Bug-Debian: https://bugs.debian.org/
1006920
Forwarded: https://github.com/oneapi-src/oneTBB/issues/776
not merged by upstream. We just keep the patch here.
Gbp-Pq: Name 1020-arch-generic.patch
Mo Zhou [Wed, 2 Aug 2023 20:42:54 +0000 (21:42 +0100)]
Reduce stress of test_collaborative_call_once on __arm__.
Last-Update: 2022-02-15
Forwarded: https://github.com/oneapi-src/oneTBB/pull/789
Gbp-Pq: Name 1010-test-less-stress.patch
Steve Capper [Wed, 2 Aug 2023 20:42:54 +0000 (21:42 +0100)]
Remove unaligned mem-accesses from test_malloc_pools.cpp
Last-Changed: 2017-08-13
Forwarded: no
This should help sparc64 tests, if we miss a case a SIGBUS
will greet us.
Gbp-Pq: Name 1000-remove-unaligned-test.patch
Petter Reinholdtsen [Wed, 2 Aug 2023 20:42:54 +0000 (21:42 +0100)]
onetbb (2021.9.0-2) unstable; urgency=medium
* Team upload.
* Added patch classiciation and added more metadata.
* Avoid build problem on armel caused by strange compiler
(Closes: #
1042009).
[dgit import unpatched onetbb 2021.9.0-2]
Petter Reinholdtsen [Wed, 2 Aug 2023 20:42:54 +0000 (21:42 +0100)]
Import onetbb_2021.9.0-2.debian.tar.xz
[dgit import tarball onetbb 2021.9.0-2 onetbb_2021.9.0-2.debian.tar.xz]
Mo Zhou [Fri, 14 Jul 2023 04:29:44 +0000 (05:29 +0100)]
Import onetbb_2021.9.0.orig.tar.xz
[dgit import orig onetbb_2021.9.0.orig.tar.xz]
Andreas Beckmann [Tue, 16 May 2023 10:23:01 +0000 (11:23 +0100)]
Merge onetbb (2021.8.0-2) import into refs/heads/workingbranch
Debian Science Maintainers [Tue, 16 May 2023 10:23:01 +0000 (11:23 +0100)]
https://github.com/oneapi-src/oneTBB/issues/823
===================================================================
Gbp-Pq: Name warning-flags.patch
Adrian Bunk [Wed, 15 Jun 2022 08:16:35 +0000 (11:16 +0300)]
Build tbbmalloc also on mips
Signed-off-by: Adrian Bunk <bunk@debian.org>
Gbp-Pq: Name 0001-Build-tbbmalloc-also-on-mips.patch
Debian Science Maintainers [Tue, 16 May 2023 10:23:01 +0000 (11:23 +0100)]
776
https://github.com/oneapi-src/oneTBB/issues/776
Gbp-Pq: Name 776.diff
Debian Science Maintainers [Tue, 16 May 2023 10:23:01 +0000 (11:23 +0100)]
test-less-stress
Forward: https://github.com/oneapi-src/oneTBB/pull/789
===================================================================
Gbp-Pq: Name test-less-stress.patch
Debian Science Maintainers [Tue, 16 May 2023 10:23:01 +0000 (11:23 +0100)]
fetchadd4
Forward: https://github.com/oneapi-src/oneTBB/issues/776
Gbp-Pq: Name fetchadd4.patch
Debian Science Maintainers [Tue, 16 May 2023 10:23:01 +0000 (11:23 +0100)]
remove-unaligned-test
iDescription: Remove unaligned mem-accesses from test_malloc_pools.cpp
===================================================================
Gbp-Pq: Name remove-unaligned-test.patch
Andreas Beckmann [Tue, 16 May 2023 10:23:01 +0000 (11:23 +0100)]
onetbb (2021.8.0-2) unstable; urgency=medium
* Team upload.
* libtbb12: Add explicit Breaks against libtbb2 for smoother upgrades from
bullseye. The the existing transitive Breaks via libtbbmalloc2 is not
sufficient for all upgrade paths. (Closes: #
1036073)
* Drop duplicate symbols.
[dgit import unpatched onetbb 2021.8.0-2]
Andreas Beckmann [Tue, 16 May 2023 10:23:01 +0000 (11:23 +0100)]
Import onetbb_2021.8.0-2.debian.tar.xz
[dgit import tarball onetbb 2021.8.0-2 onetbb_2021.8.0-2.debian.tar.xz]
Mo Zhou [Mon, 26 Dec 2022 16:21:23 +0000 (16:21 +0000)]
Merge onetbb (2021.8.0-1) import into refs/heads/workingbranch
Mo Zhou [Mon, 26 Dec 2022 16:21:23 +0000 (16:21 +0000)]
Import onetbb_2021.8.0.orig.tar.xz
[dgit import orig onetbb_2021.8.0.orig.tar.xz]
Debian Science Maintainers [Mon, 26 Dec 2022 16:21:23 +0000 (16:21 +0000)]
https://github.com/oneapi-src/oneTBB/issues/823
===================================================================
Gbp-Pq: Name warning-flags.patch
Adrian Bunk [Wed, 15 Jun 2022 08:16:35 +0000 (11:16 +0300)]
Build tbbmalloc also on mips
Signed-off-by: Adrian Bunk <bunk@debian.org>
Gbp-Pq: Name 0001-Build-tbbmalloc-also-on-mips.patch
Debian Science Maintainers [Mon, 26 Dec 2022 16:21:23 +0000 (16:21 +0000)]
776
https://github.com/oneapi-src/oneTBB/issues/776
Gbp-Pq: Name 776.diff
Debian Science Maintainers [Mon, 26 Dec 2022 16:21:23 +0000 (16:21 +0000)]
test-less-stress
Forward: https://github.com/oneapi-src/oneTBB/pull/789
===================================================================
Gbp-Pq: Name test-less-stress.patch
Debian Science Maintainers [Mon, 26 Dec 2022 16:21:23 +0000 (16:21 +0000)]
fetchadd4
Forward: https://github.com/oneapi-src/oneTBB/issues/776
Gbp-Pq: Name fetchadd4.patch
Debian Science Maintainers [Mon, 26 Dec 2022 16:21:23 +0000 (16:21 +0000)]
remove-unaligned-test
iDescription: Remove unaligned mem-accesses from test_malloc_pools.cpp
===================================================================
Gbp-Pq: Name remove-unaligned-test.patch
Mo Zhou [Mon, 26 Dec 2022 16:21:23 +0000 (16:21 +0000)]
onetbb (2021.8.0-1) unstable; urgency=medium
* New upstream version 2021.8.0
* Rebase existing patches.
[dgit import unpatched onetbb 2021.8.0-1]
Mo Zhou [Mon, 26 Dec 2022 16:21:23 +0000 (16:21 +0000)]
Import onetbb_2021.8.0-1.debian.tar.xz
[dgit import tarball onetbb 2021.8.0-1 onetbb_2021.8.0-1.debian.tar.xz]
Mo Zhou [Sun, 30 Oct 2022 03:15:39 +0000 (03:15 +0000)]
Merge onetbb (2021.7.0-1) import into refs/heads/workingbranch
Debian Science Maintainers [Sun, 30 Oct 2022 03:15:39 +0000 (03:15 +0000)]
https://github.com/oneapi-src/oneTBB/issues/823
===================================================================
Gbp-Pq: Name warning-flags.patch
Adrian Bunk [Wed, 15 Jun 2022 08:16:35 +0000 (11:16 +0300)]
Build tbbmalloc also on mips
Signed-off-by: Adrian Bunk <bunk@debian.org>
Gbp-Pq: Name 0001-Build-tbbmalloc-also-on-mips.patch
Debian Science Maintainers [Sun, 30 Oct 2022 03:15:39 +0000 (03:15 +0000)]
776
https://github.com/oneapi-src/oneTBB/issues/776
Gbp-Pq: Name 776.diff
Debian Science Maintainers [Sun, 30 Oct 2022 03:15:39 +0000 (03:15 +0000)]
test-less-stress
Forward: https://github.com/oneapi-src/oneTBB/pull/789
===================================================================
Gbp-Pq: Name test-less-stress.patch
Debian Science Maintainers [Sun, 30 Oct 2022 03:15:39 +0000 (03:15 +0000)]
fetchadd4
Forward: https://github.com/oneapi-src/oneTBB/issues/776
Gbp-Pq: Name fetchadd4.patch
Debian Science Maintainers [Sun, 30 Oct 2022 03:15:39 +0000 (03:15 +0000)]
remove-unaligned-test
iDescription: Remove unaligned mem-accesses from test_malloc_pools.cpp
===================================================================
Gbp-Pq: Name remove-unaligned-test.patch
Mo Zhou [Sun, 30 Oct 2022 03:15:39 +0000 (03:15 +0000)]
onetbb (2021.7.0-1) unstable; urgency=medium
* Upload to unstable.
[dgit import unpatched onetbb 2021.7.0-1]
Mo Zhou [Sun, 30 Oct 2022 03:15:39 +0000 (03:15 +0000)]
Import onetbb_2021.7.0-1.debian.tar.xz
[dgit import tarball onetbb 2021.7.0-1 onetbb_2021.7.0-1.debian.tar.xz]
Mo Zhou [Fri, 28 Oct 2022 18:01:02 +0000 (19:01 +0100)]
Import onetbb_2021.7.0.orig.tar.xz
[dgit import orig onetbb_2021.7.0.orig.tar.xz]
Mo Zhou [Wed, 7 Sep 2022 18:45:46 +0000 (19:45 +0100)]
Merge onetbb (2021.5.0-15) import into refs/heads/workingbranch
Debian Science Maintainers [Wed, 7 Sep 2022 18:45:46 +0000 (19:45 +0100)]
https://github.com/oneapi-src/oneTBB/issues/823
===================================================================
Gbp-Pq: Name warning-flags.patch
Adrian Bunk [Wed, 15 Jun 2022 08:16:35 +0000 (11:16 +0300)]
Build tbbmalloc also on mips
Signed-off-by: Adrian Bunk <bunk@debian.org>
Gbp-Pq: Name 0001-Build-tbbmalloc-also-on-mips.patch
Debian Science Maintainers [Wed, 7 Sep 2022 18:45:46 +0000 (19:45 +0100)]
776
https://github.com/oneapi-src/oneTBB/issues/776
Gbp-Pq: Name 776.diff
Debian Science Maintainers [Wed, 7 Sep 2022 18:45:46 +0000 (19:45 +0100)]
test-less-stress
Forward: https://github.com/oneapi-src/oneTBB/pull/789
===================================================================
Gbp-Pq: Name test-less-stress.patch
Debian Science Maintainers [Wed, 7 Sep 2022 18:45:46 +0000 (19:45 +0100)]
fetchadd4
Forward: https://github.com/oneapi-src/oneTBB/issues/776
Gbp-Pq: Name fetchadd4.patch
Vladislav Shchapov [Thu, 23 Dec 2021 12:39:11 +0000 (17:39 +0500)]
[PATCH] Fix issue #687 (test_eh_thread)
Signed-off-by: Vladislav Shchapov <phprus@gmail.com>
Gbp-Pq: Name
8f78aa096459b8ea0fcb54d2f0854f1889043f5d.patch
Ilya Isaev [Fri, 8 Oct 2021 07:18:16 +0000 (10:18 +0300)]
[PATCH] Detect 32 bit x86 systems while adding -mwaitpkg option
Signed-off-by: Ilya Isaev <ilya.isaev@intel.com>
Gbp-Pq: Name
542a27fa1cfafaf76772e793549d9f4d288d03a9.patch
Debian Science Maintainers [Wed, 7 Sep 2022 18:45:46 +0000 (19:45 +0100)]
remove-unaligned-test
iDescription: Remove unaligned mem-accesses from test_malloc_pools.cpp
===================================================================
Gbp-Pq: Name remove-unaligned-test.patch
Mo Zhou [Wed, 7 Sep 2022 18:45:46 +0000 (19:45 +0100)]
onetbb (2021.5.0-15) unstable; urgency=medium
* Upload to unstable.
[dgit import unpatched onetbb 2021.5.0-15]
Mo Zhou [Wed, 7 Sep 2022 18:45:46 +0000 (19:45 +0100)]
Import onetbb_2021.5.0-15.debian.tar.xz
[dgit import tarball onetbb 2021.5.0-15 onetbb_2021.5.0-15.debian.tar.xz]
Adrian Bunk [Wed, 15 Jun 2022 08:16:35 +0000 (11:16 +0300)]
Build tbbmalloc also on mips
Signed-off-by: Adrian Bunk <bunk@debian.org>
Gbp-Pq: Name 0001-Build-tbbmalloc-also-on-mips.patch
Debian Science Maintainers [Sat, 25 Jun 2022 14:28:41 +0000 (15:28 +0100)]
776
https://github.com/oneapi-src/oneTBB/issues/776
Gbp-Pq: Name 776.diff
Debian Science Maintainers [Sat, 25 Jun 2022 14:28:41 +0000 (15:28 +0100)]
test-less-stress
Forward: https://github.com/oneapi-src/oneTBB/pull/789
===================================================================
Gbp-Pq: Name test-less-stress.patch
Debian Science Maintainers [Sat, 25 Jun 2022 14:28:41 +0000 (15:28 +0100)]
fetchadd4
Forward: https://github.com/oneapi-src/oneTBB/issues/776
Gbp-Pq: Name fetchadd4.patch
Vladislav Shchapov [Thu, 23 Dec 2021 12:39:11 +0000 (17:39 +0500)]
[PATCH] Fix issue #687 (test_eh_thread)
Signed-off-by: Vladislav Shchapov <phprus@gmail.com>
Gbp-Pq: Name
8f78aa096459b8ea0fcb54d2f0854f1889043f5d.patch
Ilya Isaev [Fri, 8 Oct 2021 07:18:16 +0000 (10:18 +0300)]
[PATCH] Detect 32 bit x86 systems while adding -mwaitpkg option
Signed-off-by: Ilya Isaev <ilya.isaev@intel.com>
Gbp-Pq: Name
542a27fa1cfafaf76772e793549d9f4d288d03a9.patch
Debian Science Maintainers [Sat, 25 Jun 2022 14:28:41 +0000 (15:28 +0100)]
remove-unaligned-test
iDescription: Remove unaligned mem-accesses from test_malloc_pools.cpp
===================================================================
Gbp-Pq: Name remove-unaligned-test.patch
Mo Zhou [Sat, 25 Jun 2022 14:28:41 +0000 (15:28 +0100)]
onetbb (2021.5.0-12) unstable; urgency=medium
[ Adrian Bunk ]
* Build libtbbmalloc2 also on mips* (Closes: #
1013753)
[dgit import unpatched onetbb 2021.5.0-12]
Mo Zhou [Sat, 25 Jun 2022 14:28:41 +0000 (15:28 +0100)]
Import onetbb_2021.5.0-12.debian.tar.xz
[dgit import tarball onetbb 2021.5.0-12 onetbb_2021.5.0-12.debian.tar.xz]
Andreas Tille [Thu, 3 Feb 2022 16:14:25 +0000 (16:14 +0000)]
Import onetbb_2021.5.0.orig.tar.gz
[dgit import orig onetbb_2021.5.0.orig.tar.gz]