Skip to content

Releases: NVIDIA/gdrcopy

version 2.0

16 Sep 17:28
Compare
Choose a tag to compare

GDRCopy version 2.0

Changelog:

  • Harden security in gdrdrv.
  • Enable cached mappings in POWER9.
  • Improve copy performance with unrolling in POWERPC.
  • Consolidate basic and validate into a new functional and security test, sanity.
  • Introduce compile time and runtime version checking in libgdrapi.
  • Introduce both RPM and deb packaging for the userspace library as well as the sample/test applications.
  • Introduce dkms packaging for the gdrdrv driver.
  • Rename two APIs, i.e. gdr_copy_from/to_bar to gdr_copy_from/to_mapping.
  • Update README

version 2.0 beta 4

13 Sep 17:00
19f0906
Compare
Choose a tag to compare
version 2.0 beta 4 Pre-release
Pre-release

This is a pre-release version of GDRCopy v2.0.
This version includes:

  • a minor bug fix in gdrdrv.
  • a minor bug fix in rpm packaging.
  • a new unit test in sanity.
  • document updates.

version 2.0 beta 3

12 Aug 17:25
Compare
Choose a tag to compare
version 2.0 beta 3 Pre-release
Pre-release

This is a pre-release version of GDRCopy v2.0.
This version includes minor bug fixes regarding packaging in v2.0 beta 2.

version 2.0 beta 2

09 Aug 19:47
Compare
Choose a tag to compare
version 2.0 beta 2 Pre-release
Pre-release

This is a pre-release version of GDRCopy v2.0.

version 1.3

26 Jul 22:36
8148051
Compare
Choose a tag to compare
Merge pull request #37 from daniel-k/pr/fix_mr_use_after_free

gdrdrv: fix use-after-free of variable mr in case of error