forked from pool/userspace-rcu
- updated to 0.8.6:
* Fix: silence gcc -Wextra warning * compiler: use __GNUC__ instead of the undefined __GNUC_MAJOR__ * Fix: lfstack reversed empty/non-empty return value * lfstack: fix: add missing __cds_lfs_init * Fix: preserve example files' timestamps when copying * rculfhash: remove duplicated code * rculfhash: handle pthread_create failures * rculfhash: fall back to single-threaded resize on calloc failure * x86: drop extra semi-colon in caa_cpu_relax * Fix: Use after free in rcu_barrier() * Fix: rcu_barrier(): uninitialized futex field * call_rcu threads should clear their PAUSED flag when they unpause * Fix: bring back dummy rcu_bp_exit symbol OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/userspace-rcu?expand=0&rev=17
This commit is contained in:
parent
29a171bd7d
commit
70d00ce162
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:96c0a157e94a15b1506efe9aedd98145e6eb41a3fbcf5b0d118b7a783b22fe12
|
|
||||||
size 418911
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
|
||||||
|
|
||||||
iQEcBAABAgAGBQJTGx9hAAoJEBcoCpeBGGrPOt4IAJrU8j1tiF4aY7xca2CQBdUk
|
|
||||||
z5yzXJB6KM5RIGIs+ER0xLbI6jLL9tXDN1CoNOvgEnaHA4Pjc/f4E3Dy7SCkRVIa
|
|
||||||
5YDj4GkaVx8uZQRL7rwaZZspPBeFuD/nL3ubo+1+inYsIDBJu0r6kuT0eIHueKp6
|
|
||||||
MdwtafNIcY7u6LOzeonx06LTJmxPrEUNmHDCS3vH03FGeQJJ1GOy6zxHdRSHgSmH
|
|
||||||
Jk5blsaseVAU/mNG4+bykDFh03RYz72ZWSzmMZSvuEuEA3KXHPgXKRsb50qb13/J
|
|
||||||
WnVw2T9cNvJiLUc3IYM7b9aUGlZLvry9I0K7ZuoVVjCYYp4gF1jqLqkot47fH7A=
|
|
||||||
=Tltv
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
userspace-rcu-0.8.6.tar.bz2
Normal file
3
userspace-rcu-0.8.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b1a5d3bce014ba7a702759bc60b692c1cd46ff0e8a5b53f0d0a95e22db74ab21
|
||||||
|
size 424037
|
11
userspace-rcu-0.8.6.tar.bz2.asc
Normal file
11
userspace-rcu-0.8.6.tar.bz2.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iQEcBAABAgAGBQJUWPlHAAoJEBcoCpeBGGrP0+YH/2XZ6YpdSEHV/Hb7UNNPHX2t
|
||||||
|
VzEa+WMY8tnohN+fEq/kh6E1AqzFDGATBAdJUGuNvXOUNieflEOcT+y3ty8S/cWv
|
||||||
|
xSjkwPWtkhOgRTbPjK211A9KULiQ7AuO18e3g56Xcj/rltQxwNQrETiKFMPKZXiz
|
||||||
|
4k1vrzuzTaBIgKzls4qdoay+NMXPymYw/CFW2Rig97wwXmTIC1oF0Ek+KRFVG6L3
|
||||||
|
jc15y09BwOzzC6TcCHxRiHFmsqPAdt/rTFx7vJrQnF8PBA/qKmps8u8RXCU2sJt0
|
||||||
|
0pZQjqBJ+RXcKJL/YgprpYQ4mmfT7GwG0MC7tITUm72mLwjWdsGUU/9ylsKknSU=
|
||||||
|
=uTIm
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 24 15:56:46 UTC 2014 - mq@suse.cz
|
||||||
|
|
||||||
|
- updated to 0.8.6:
|
||||||
|
* Fix: silence gcc -Wextra warning
|
||||||
|
* compiler: use __GNUC__ instead of the undefined __GNUC_MAJOR__
|
||||||
|
* Fix: lfstack reversed empty/non-empty return value
|
||||||
|
* lfstack: fix: add missing __cds_lfs_init
|
||||||
|
* Fix: preserve example files' timestamps when copying
|
||||||
|
* rculfhash: remove duplicated code
|
||||||
|
* rculfhash: handle pthread_create failures
|
||||||
|
* rculfhash: fall back to single-threaded resize on calloc failure
|
||||||
|
* x86: drop extra semi-colon in caa_cpu_relax
|
||||||
|
* Fix: Use after free in rcu_barrier()
|
||||||
|
* Fix: rcu_barrier(): uninitialized futex field
|
||||||
|
* call_rcu threads should clear their PAUSED flag when they unpause
|
||||||
|
* Fix: bring back dummy rcu_bp_exit symbol
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 28 10:47:13 UTC 2014 - pgajdos@suse.com
|
Fri Mar 28 10:47:13 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: userspace-rcu
|
Name: userspace-rcu
|
||||||
Version: 0.8.4
|
Version: 0.8.6
|
||||||
Release: 0
|
Release: 0
|
||||||
%define soname 2
|
%define soname 2
|
||||||
Summary: Userspace Read-Copy-Update Library
|
Summary: Userspace Read-Copy-Update Library
|
||||||
|
Loading…
Reference in New Issue
Block a user