SHA256
1
0
forked from pool/pmdk

46 Commits

Author SHA256 Message Date
3fb78cdf3f Accepting request 1179000 from hardware:nvdimm
- Add patch to fix build on aarch64:
  * 6096.patch (forwarded request 1178980 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/1179000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=16
2024-06-07 13:02:23 +00:00
4426f70212 Accepting request 1178980 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Add patch to fix build on aarch64:
  * 6096.patch

OBS-URL: https://build.opensuse.org/request/show/1178980
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=42
2024-06-06 10:48:37 +00:00
3d6b7fd90f Accepting request 1176871 from hardware:nvdimm
- Update to release 2.1

OBS-URL: https://build.opensuse.org/request/show/1176871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=15
2024-05-28 15:27:41 +00:00
2ba4fa987a rerun gen-doc.sh
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=40
2024-05-25 13:19:16 +00:00
2f64e855a3 replace pandoc hacks with reuse of pregen-doc
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=39
2024-05-25 13:16:05 +00:00
3d12408179 throw out pandoc
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=38
2024-05-25 13:02:56 +00:00
aff010472e - Update to release 2.1
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=37
2024-05-24 20:54:28 +00:00
388cbf2d87 - Update to release 2.0.1
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=36
2024-04-12 07:46:59 +00:00
2f0a29bd6a Accepting request 925289 from hardware:nvdimm
- Update to PMDK 1.11.1

OBS-URL: https://build.opensuse.org/request/show/925289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=14
2021-10-18 20:03:25 +00:00
fce0427701 stick to changelog format policy; trim user-invisible changes
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=35
2021-10-14 18:41:16 +00:00
aa84dfd4fa Accepting request 924641 from home:cvoegl:branches:hardware:nvdimm
- Update to PMDK 1.11.1
  Bugfixes:
  - doc: remove exprimental moniker from libpmem2(7)
  - common: fix missing sfence in non-temporal memcpy
  - common: fix a mismatch between prototype and body
  - common: the yearly spellchecker run
  - common: force no LTO for rpm build
  - common: fix mismatched function args
  - obj: rename vars clashing with those of a containing block
  - pmem2: don't force smaller alignment for fsdax mappings
  - pool: don't trample upon users of localtime()
  - rpmem: Fix RPMEM_RAW_BUFF_SIZE and LANE_ALIGN_SIZE for powerpc64le
  - rpmem: drop a redundant check

OBS-URL: https://build.opensuse.org/request/show/924641
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=34
2021-10-14 18:38:52 +00:00
368707caa6 Accepting request 920701 from hardware:nvdimm
- Trim old specfile constructs like defattr.

OBS-URL: https://build.opensuse.org/request/show/920701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=13
2021-09-26 19:48:06 +00:00
74534cd7c9 OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=33 2021-09-21 21:41:00 +00:00
1e02e92f1b - Trim old specfile constructs like defattr.
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=32
2021-09-21 20:22:25 +00:00
60ebc17d76 Accepting request 919108 from hardware:nvdimm
OBS-URL: https://build.opensuse.org/request/show/919108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=12
2021-09-20 21:31:58 +00:00
Christian Vögl
85c9c72fed Accepting request 919104 from home:cvoegl:branches:hardware:nvdimm
- Renamed libpmem2-1-devel to libpmem2-devel

OBS-URL: https://build.opensuse.org/request/show/919104
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=31
2021-09-15 10:05:47 +00:00
Christian Vögl
4cca51bf44 Accepting request 918706 from home:cvoegl:branches:hardware:nvdimm
- Update to PMDK 1.11.0
  * Version 1.11.0
    - Adds new APIs for libpmem2, most notably there are new functions
      to shrink and extend an existing reservation and a new iterator API
      for mappings contained within an existing reservation. There's also
      a new function to retrieve a numa node for a source.
    - Makes the pmemobj_open() and pmemobj_close() functions from libpmemobj
      thread-safe. It's now easier to correctly manage persistent memory
      pools in a parallel environment.
    - Introduces a new API in libpmemobj to globally change the method of
      assigning arenas to threads. The default is to rely on a OS per-thread
      key to store arena information. This release introduces an option
      to avoid the use of thread-local keys by simply using one global
      arena for all threads in a pool.
    - pmem2: don't force smaller alignment for fsdax mappings
    - rpmem: various fixes for powerpc64le
    - doc: fix documentation of pmem_is_pmem()
    - common: fix various minor problems found by static analysis
    - pmem2: arm64: fix possible data loss on ARMv8.2+ (improper flushing)
    This release introduces no changes to the on-media layout and is
    fully compatible with the previous version of PMDK. 
  * Version 1.10
    - This release introduces a new stable PMDK library, libpmem2, which
      is the next major release of libpmem.
      This library has an entirely new, but familiar, API that addresses many
      shortcomings of the previous version, while retaining all of its
      functionality. To learn more, see https://pmem.io/pmdk/libpmem2/ or
      libpmem2(7).
      The old library, libpmem, is still going to be maintained for the
      foreseeable future, but we'd like to encourage any new applications to
      leverage libpmem2.
- Update to PMDK 1.9.2
  * Version 1.9.2
    - This release reverts an incorrect change in SDS handling
      "pool: disable SDS check if not supported", and introduces
      a proper fix for the issues that patch attempted to correct.
  * Version 1.9.1
    - common: fix LIBFABRIC flags
    - common: Add runtime SDS check and disable
    - pool: disable SDS check if not supported
    - obj: fix failure atomicity bug in huge allocs
    - obj: add missing drain after ulog processing 
 - Drop common-fix-LIBFABRIC-flags.patch (now in upstream)
 - Add a comment to gen-doc.sh

OBS-URL: https://build.opensuse.org/request/show/918706
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=30
2021-09-13 12:31:06 +00:00
685cb94233 Accepting request 865986 from hardware:nvdimm
OBS-URL: https://build.opensuse.org/request/show/865986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=11
2021-01-27 17:57:05 +00:00
0e861acd64 Accepting request 865882 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Enable aarch64 build

OBS-URL: https://build.opensuse.org/request/show/865882
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=28
2021-01-22 12:53:41 +00:00
08409a0d65 Accepting request 825930 from hardware:nvdimm
OBS-URL: https://build.opensuse.org/request/show/825930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=10
2020-08-14 07:31:44 +00:00
Nicolas Morey-Chaisemartin
80e7164a13 Accepting request 825928 from home:NMoreyChaisemartin:branches:hardware:nvdimm
- Update to PMDK 1.9
  - Switches the default instruction set for memcpy, memmove and memset
    implementations on x86 to AVX512, and introduces numerous performance
    improvements for those operations on AVX and SSE2 fallback paths.
  - Optimizes transactional allocations in libpmemobj by avoiding one
    extraneous cache miss and reducing the amount of work required to perform
    a reservation.
  - Introduces a new API in libpmemobj, pmemobj_tx_set_failure_behavior,
    that enables the application to control the behavior of aborting
    transactions.
  - Stabilizes support for ppc64.
  - pmem: mem[cpy|set] optimization when eADR is available
  - obj: detect msync failures in non-pmem variants of mem[cpy|move|set]
- Add patches to fix compilation against libfabric:
  - examples-rpmem-add-missing-lfabric-flag.patch to fix examples linkage errors
  - common-fix-LIBFABRIC-flags.patch to fix daemons/tools linkage errors

OBS-URL: https://build.opensuse.org/request/show/825928
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=26
2020-08-12 08:10:00 +00:00
898d705200 Accepting request 781100 from hardware:nvdimm
OBS-URL: https://build.opensuse.org/request/show/781100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=9
2020-03-05 22:17:44 +00:00
Nicolas Morey-Chaisemartin
6010badc74 Accepting request 781099 from home:NMoreyChaisemartin:branches:hardware:nvdimm
Add gen-doc.sh to sources

OBS-URL: https://build.opensuse.org/request/show/781099
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=24
2020-03-03 07:28:59 +00:00
Nicolas Morey-Chaisemartin
f016410a44 Accepting request 781091 from home:NMoreyChaisemartin:branches:hardware:nvdimm
- Update to PMDK 1.8
  - Introduces new API in libpmemobj for user-assisted defragmentation
    (see pmemobj_defrag man page for details).
  - Introduces experimental support for PPC64LE architecture.
  - Introduces new flag in libpmemobj for opting-out of transaction aborts on failure
    (POBJ_TX_NO_ABORT), along with new variants of existing APIs that didn't accept
    flags (pmemobj_tx_xfree, pmemobj_tx_xpublish,
  - pmemobj_tx_xlock, pmemobj_tx_xlog_append_buffer, pmemobj_tx_xstrdup, pmemobj_tx_xwcsdup).
  - Moves out libvmem and libvmmalloc to the new repository (https://github.com/pmem/vmem).
  - obj: introduce new statistics useful for defrag
  - obj: introduce transient/persistent statistics enabling
  - obj: introduce pmemobj_tx_(set/get)_user_data funcs
  - obj: introduce pmemobj_(set/get)_user_data funcs
  - obj: disable workaround for offsetof() since VS 15.5 in public header
  - common: drop support for libndctl < 63 on Linux
  - pool: rename -N --no-exec to -d --dry-run
- Add gen-doc.sh to pregenerate documentation in pregen-doc.tgz and avoid adding a
  build dependency to pandoc

OBS-URL: https://build.opensuse.org/request/show/781091
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=23
2020-03-03 07:24:19 +00:00
f122270eb5 Accepting request 741998 from hardware:nvdimm
OBS-URL: https://build.opensuse.org/request/show/741998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=8
2019-10-25 16:40:33 +00:00
Johannes Thumshirn
c7a3192d50 Accepting request 741897 from home:NMoreyChaisemartin:branches:hardware:nvdimm
- Update to PMDK 1.7 (jsc#SLE-9886)
  - Introduces new APIs in libpmemobj for managing space used by transactions.
    (see pmemobj_tx_log_append_buffer man page for details)
  - Introduces new APIs in librpmem, splitting rpmem_persist into rpmem_flush
    and rpmem_drain, allowing applications to use the flush + drain model
    already known from libpmem. (libpmemobj does not use this feature yet)
  - Optimizes large libpmemobj transactions by significantly reducing
    the amount of memory modified at the commit phase.
  - Optimizes tracking of libpmemobj reservations.
  - Adds new flags for libpmemobj's pmemobj_tx_xadd_range[_direct] API:
    POBJ_XADD_NO_SNAPSHOT and POBJ_XADD_ASSUME_INITIALIZED, allowing
    applications to optimize how memory is tracked by the library.
- To support some of the above changes the libpmemobj on-media layout had
  to be changed, which means that old pools have to be converted using
  pmdk-convert >= 1.7.

OBS-URL: https://build.opensuse.org/request/show/741897
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=21
2019-10-23 07:06:02 +00:00
b209d4c856 Accepting request 703121 from hardware:nvdimm
OBS-URL: https://build.opensuse.org/request/show/703121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=7
2019-05-25 11:14:31 +00:00
Nicolas Morey-Chaisemartin
e629f5f08d Accepting request 703080 from home:NMoreyChaisemartin:branches:hardware:nvdimm
- Disable Werror to deal with a new GCC 9 warning.

OBS-URL: https://build.opensuse.org/request/show/703080
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=19
2019-05-15 09:33:45 +00:00
Nicolas Morey-Chaisemartin
0a72d80ef0 Accepting request 702595 from home:NMoreyChaisemartin:branches:hardware:nvdimm
- Update to PMDK 1.6 (jsc#SLE-5400)
  - See ChangeLog for details

OBS-URL: https://build.opensuse.org/request/show/702595
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=18
2019-05-13 08:27:24 +00:00
f407f57f03 Accepting request 698275 from hardware:nvdimm
OBS-URL: https://build.opensuse.org/request/show/698275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=6
2019-05-03 20:36:58 +00:00
Nicolas Morey-Chaisemartin
e5690981dd Accepting request 697625 from home:marxin:branches:hardware:nvdimm
Disable LTO (boo#1133276).

OBS-URL: https://build.opensuse.org/request/show/697625
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=16
2019-04-26 14:46:31 +00:00
fe9f7e8801 Accepting request 646643 from hardware:nvdimm
- Update to PMDK 1.5 (FATE#326234)

OBS-URL: https://build.opensuse.org/request/show/646643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=5
2018-11-08 08:48:58 +00:00
471bff8c4c Stick to established changelog syntax
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=14
2018-11-06 11:58:02 +00:00
Nicolas Morey-Chaisemartin
f8a591c216 Accepting request 646395 from home:NMoreyChaisemartin:branches:hardware:nvdimm
- Update to pmdk 1.5 (fate#326234)
  - New features:
    - common: unsafe shutdown detection (SDS)
    - common: detection and repair of uncorrectable memory errors (bad blocks)
    - pool: new "feature" subcommand for enabling and disabling detection of
      unsafe shutdown and uncorrectable memory errors
    - common: auto flush detection on Windows (on Linux since 1.4)
    - pmreorder: new tool for verification of persistent memory algorithms
    - obj: new on media layout
    - pmem/obj: new flexible memcpy|memmove|memset API
    - obj: new flushing APIs: pmemobj_xpersist, pmemobj_xflush (PMEMOBJ_F_RELAXED)
    - rpmem: new flag RPMEM_PERSIST_RELAXED for rpmem_persist
    - obj: lazily initialized volatile variables (pmemobj_volatile) (EXPERIMENTAL)
    - obj: allocation classes with alignment
    - obj: new action APIs: pmemobj_defer_free, POBJ_XRESERVE_NEW,
      POBJ_XRESERVE_ALLOC
    - blk/log: new "ctl" API
  - Optimizations:
    - obj: major performance improvements for AEP NVDIMMs
    - obj: better space utilization for small allocations
    - common: call msync only on one page for deep drain
  - Other changes:
    - cto: removed
    - obj: remove actions limit
    - common: new dependency on libndctl on Linux
    - pmempool: "convert" subcommand is now a wrapper around pmdk-convert
      (please see https://github.com/pmem/pmdk-convert)
    - obj: C++ bindings have been moved to a new repository
      (please see https://github.com/pmem/libpmemobj-cpp)
  - Bug fixes:

OBS-URL: https://build.opensuse.org/request/show/646395
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=13
2018-11-06 07:44:24 +00:00
7013b3272f Accepting request 634920 from hardware:nvdimm
- Update to new upstream release 1.4.2

OBS-URL: https://build.opensuse.org/request/show/634920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=4
2018-09-13 10:10:56 +00:00
47e83c32cf OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=11 2018-09-11 09:02:44 +00:00
79510516c0 there is no daxio utility in build
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=10
2018-09-11 08:31:05 +00:00
4112906bc9 Move more documentation to devel-doc
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=9
2018-09-10 10:28:39 +00:00
eecdd2e020 - Update to new upstream release 1.4.2
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=8
2018-09-04 15:51:12 +00:00
151b79c703 Accepting request 615936 from hardware:nvdimm
- Update to version 1.4 (FATE#325145):
  - build-fix.patch
  * doc: update ChangeLog for 1.4 release
  * common: SRCVERSION for out of git tree builds
  * doc: mark experimental APIs in man pages
  * doc: rephrase paragraphs mentioning eADR
  * doc: update man page version numbers
  * doc: automatic master docs update
  * doc: update README (forwarded request 615933 from morbidrsa)

OBS-URL: https://build.opensuse.org/request/show/615936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=3
2018-06-29 20:24:50 +00:00
Johannes Thumshirn
ca5493e6cc Accepting request 615933 from home:morbidrsa
- Update to version 1.4 (FATE#325145):
  - build-fix.patch
  * doc: update ChangeLog for 1.4 release
  * common: SRCVERSION for out of git tree builds
  * doc: mark experimental APIs in man pages
  * doc: rephrase paragraphs mentioning eADR
  * doc: update man page version numbers
  * doc: automatic master docs update
  * doc: update README

OBS-URL: https://build.opensuse.org/request/show/615933
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=6
2018-06-11 08:41:39 +00:00
3a0317ff2b Accepting request 570198 from hardware:nvdimm
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/570198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=2
2018-01-28 19:32:32 +00:00
22820459a9 Accepting request 566450 from hardware:nvdimm
nvml package was renamed to pmdk upstream

OBS-URL: https://build.opensuse.org/request/show/566450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pmdk?expand=0&rev=1
2018-01-20 10:26:40 +00:00
e98bbe2d19 - Update descriptions from NVML to PMDK.
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=3
2018-01-20 09:11:37 +00:00
Nicolas Morey-Chaisemartin
faae00ef5d Accepting request 566448 from home:NMoreyChaisemartin:branches:hardware:nvdimm
- Rename .changes and .spec file

OBS-URL: https://build.opensuse.org/request/show/566448
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=2
2018-01-16 15:02:04 +00:00
Johannes Thumshirn
7649225f9d Accepting request 559986 from hardware:nvdimm
package has renamed itself upstream

OBS-URL: https://build.opensuse.org/request/show/559986
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/pmdk?expand=0&rev=1
2018-01-16 14:31:38 +00:00