[Pkg-ofed-commits] [libfabric] annotated tag v1.1.1rc1 created (now 4ed9dd0)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sat Oct 22 12:28:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

ana pushed a change to annotated tag v1.1.1rc1
in repository libfabric.

        at  4ed9dd0   (tag)
   tagging  cbd20e1b9731da2099a79c2d2e241b23f1311f4b (commit)
  replaces  v1.1.0
 tagged by  Sean Hefty
        on  Thu Sep 10 11:44:53 2015 -0700

- Log -----------------------------------------------------------------
v1.1.1rc1

Arun C Ilango (5):
      prov/verbs: Make fi_getinfo return -FI_ENODATA for errors which aren't fatal.
      prov/verbs: Add logs for fi_getinfo error paths.
      prov/verbs: Delete ib_rai from the list only if caller requested rai
      manpages: Add info about injectdata functions
      prov/verbs: Update man pages

Ben Turrubiates (6):
      usnic: Fix reassembly bug in EP_RDM.
      prov/sockets: Check hints for NULL before dereferencing.
      usnic: Distinguish between a full queue and an empty queue.
      usnic: usdf_rdm.c: Track number of entries in tx/rx free queue.
      usnic: usdf_msg.c: Track number of entries in tx/rx free queue.
      usnic: usdf_cq.c: Return number of read completions on error.

Dave Goodell (1):
      sockets: avoid empty "if" body in macro expansion

Jeff Squyres (4):
      configure.a: bump version to 1.1.1
      Merge pull request #1251 from jsquyres/pr/v1.1.1-VERSION
      cron-run-all-md2nroff.pl: update without pushing to gh-pages
      Merge pull request #1271 from jsquyres/pr/v1.1/man-page-updater-updates

Jianxin Xiong (15):
      prov/psm: more fix for coverity issue #29854 -- unused value
      prov/psm: fix coverity issue #29730 -- unckecked return value
      prov/psm: fix coverity issue #29746 -- unchekced return value
      prov/psm: fix coverity issue #29752 -- dereference after null check
      prov/psm: fix coverity issue #29754 -- dereference after null check
      prov/psm: fix coverity issue #29755 -- extra high-order bits
      prov/psm: fix coverity issue #29798 -- resource leak
      prov/psm: fix coverity issue #29811 -- resource leak
      prov/psm: fix coverity issue #29844 -- unused value
      prov/psm: fix coverity issue #29854 -- unused value
      prov/psm: detect MPI runs and turns off name server automatically
      prov/psm: call AM progress function only when AM is used
      prov/psm: fix the return value of fi_cq_readerr
      prov/psm: handle duplicated addresses in fi_av_insert
      prov/psm: correctly handle overlapped local buffers in atomics

Jithin Jose (7):
      Fallback mechanism for getting src address
      Fallback mechanism for getting src address
      - Add retry for connection timeout
      pr/sockets: Increase default connection map size
      prov/sockets: Add env option to specify connection retry attempts
      prov/sockets: avoid bind before connect as the port info is exchanged
      prov/sockets: Add env options to specify default sizes for AV, CQ, EQ,

OFIWG Bot (2):
      Updated nroff-generated man pages
      Updated nroff-generated man pages

Sean Hefty (9):
      Merge pull request #1246 from shefty/v1.1.x
      Merge pull request #1250 from jithinjosepkl/pr/v1.1.x
      Merge pull request #1249 from shefty/v1.1.x
      Merge pull request #1266 from shefty/v1.1.x
      Cleanup atomic definitions
      Merge pull request #1267 from shefty/v1.1.x
      Merge pull request #1268 from jithinjosepkl/pr/v1.1.x
      Merge pull request #1269 from a-ilango/v1.1.x
      v1.1.1rc1

Shantonu Hossain (15):
      prov/sockets: Fixed fi_getinfo to user provided capabilities from hints
      prov/sockets: Changed ep capabilities definition to primary and secondary
      prov/sockets: Defined SOCK_EP_XXX_CAP by ORing SOCK_EP_XXX_PRI_CAP and SOCK_EP_XXX_SEC_CAP
      prov/sockets: Fixed host name and port number in sock_av_insertsym
      prov/sockets: Used strdup instead of calloc+stcpy
      Added FI_TRIGGER and FI_RMA_EVENT as secondary capabilities
      Added code to release av resources in the error path
      prov/sockets: Corrected debug log to error log
      prov/sockets: Removed separate read/write cq as FI_SEND includes send, atomic and rma operations
      prov/sockets: Removed redundant error log as the same error is reported in the calling function
      prov/sockets: Removed common code and added a function to get src_addr from hostname
      prov/sockets: Added empty string check in sock_av_insertsym
      prov/sockets: Changed sprintf to snprintf for safety
      prov/sockets: Added description of env var in the manpage
      prov/sockets: Added a function to read default env values, seperated from the definition

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  61e1974   usnic: Fix reassembly bug in EP_RDM.
       new  2e9be32   prov/psm: more fix for coverity issue #29854 -- unused value
       new  bbe0ba0   prov/psm: fix coverity issue #29730 -- unckecked return value
       new  0345c05   prov/psm: fix coverity issue #29746 -- unchekced return value
       new  8b1259f   prov/psm: fix coverity issue #29752 -- dereference after null check
       new  2de9674   prov/psm: fix coverity issue #29754 -- dereference after null check
       new  40ed705   prov/psm: fix coverity issue #29755 -- extra high-order bits
       new  61f5229   prov/psm: fix coverity issue #29798 -- resource leak
       new  dc84fb1   prov/psm: fix coverity issue #29811 -- resource leak
       new  259e247   prov/psm: fix coverity issue #29844 -- unused value
       new  3acc2e8   prov/psm: fix coverity issue #29854 -- unused value
       new  ef812fa   prov/psm: detect MPI runs and turns off name server automatically
       new  b2a1c6f   prov/psm: call AM progress function only when AM is used
       new  e93ce50   prov/psm: fix the return value of fi_cq_readerr
       new  f573914   prov/verbs: Make fi_getinfo return -FI_ENODATA for errors which aren't fatal.
       new  831b48d   prov/verbs: Add logs for fi_getinfo error paths.
       new  8c06172   Fallback mechanism for getting src address
       new  d266bf3   prov/sockets: Fixed fi_getinfo to user provided capabilities from hints
       new  e56d983   prov/sockets: Changed ep capabilities definition to primary and secondary
       new  5281074   prov/sockets: Defined SOCK_EP_XXX_CAP by ORing SOCK_EP_XXX_PRI_CAP and SOCK_EP_XXX_SEC_CAP
       new  6d6a4d8   prov/sockets: Fixed host name and port number in sock_av_insertsym
       new  52c2978   prov/sockets: Used strdup instead of calloc+stcpy
       new  0f14030   prov/sockets: Check hints for NULL before dereferencing.
       new  a4a5f0b   Fallback mechanism for getting src address
       new  0f75747   - Add retry for connection timeout - Set default backlog for listen       - Fixes #1195
       new  1b8e184   usnic: Distinguish between a full queue and an empty queue.
       new  3057e46   usnic: usdf_rdm.c: Track number of entries in tx/rx free queue.
       new  9d77640   usnic: usdf_msg.c: Track number of entries in tx/rx free queue.
       new  162ab5d   usnic: usdf_cq.c: Return number of read completions on error.
       new  17a577c   Merge pull request #1246 from shefty/v1.1.x
       new  04c5962   Added FI_TRIGGER and FI_RMA_EVENT as secondary capabilities
       new  afd32d9   Added code to release av resources in the error path
       new  62e6532   sockets: avoid empty "if" body in macro expansion
       new  835a35a   Merge pull request #1250 from jithinjosepkl/pr/v1.1.x
       new  f886748   configure.a: bump version to 1.1.1
       new  02ed7f2   Merge pull request #1251 from jsquyres/pr/v1.1.1-VERSION
       new  7daf61a   Merge pull request #1249 from shefty/v1.1.x
       new  f0c2c76   prov/verbs: Delete ib_rai from the list only if caller requested rai
       new  701023e   Merge pull request #1266 from shefty/v1.1.x
       new  1e540ee   manpages: Add info about injectdata functions
       new  8bb2c5d   Cleanup atomic definitions
       new  f142c85   prov/psm: handle duplicated addresses in fi_av_insert
       new  feb4c9e   prov/psm: correctly handle overlapped local buffers in atomics
       new  dcda7b3   Merge pull request #1267 from shefty/v1.1.x
       new  128201b   prov/sockets: Corrected debug log to error log
       new  5ca9c32   prov/sockets: Removed separate read/write cq as FI_SEND includes send, atomic and rma operations
       new  e0f6b96   prov/sockets: Removed redundant error log as the same error is reported in the calling function
       new  f76c8c7   pr/sockets: Increase default connection map size
       new  c32a21b   prov/sockets: Add env option to specify connection retry attempts
       new  cd12589   prov/sockets: avoid bind before connect as the port info is exchanged during connection establishment.
       new  41c4572   prov/sockets: Add env options to specify default sizes for AV, CQ, EQ, and Conn-map.
       new  71d6b75   prov/sockets: Removed common code and added a function to get src_addr from hostname
       new  cf69d90   prov/sockets: Added empty string check in sock_av_insertsym
       new  2abb4f1   prov/sockets: Changed sprintf to snprintf for safety
       new  dafd63f   prov/sockets: Added description of env var in the manpage
       new  04930b5   prov/sockets: Added a function to read default env values, seperated from the definition
       new  1380267   prov/verbs: Update man pages
       new  db5c89b   Updated nroff-generated man pages
       new  2f1ff39   cron-run-all-md2nroff.pl: update without pushing to gh-pages
       new  497d6cc   Merge pull request #1271 from jsquyres/pr/v1.1/man-page-updater-updates
       new  b4ca321   Merge pull request #1268 from jithinjosepkl/pr/v1.1.x
       new  1c8a4df   Merge pull request #1269 from a-ilango/v1.1.x
       new  dc3a4a8   Updated nroff-generated man pages
       new  cbd20e1   v1.1.1rc1

The 64 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libfabric.git



More information about the Pkg-ofed-commits mailing list