[Pkg-ofed-commits] [libfabric] annotated tag v1.0.0rc2 created (now 379e16d)
Ana Beatriz Guerrero López
ana at moszumanska.debian.org
Sat Oct 22 12:28:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
ana pushed a change to annotated tag v1.0.0rc2
in repository libfabric.
at 379e16d (tag)
tagging ce3d7e846f0b2325196f1ee27afe5120379bae0c (commit)
replaces v1.0.0rc1
tagged by Sean Hefty
on Mon Feb 16 22:05:54 2015 -0500
- Log -----------------------------------------------------------------
v1.0.0rc2
Ben Turrubiates (5):
Fix the use of freed memory in the sockets provider.
Cast pointers of type sockaddr_in to sockaddr when using sendto and recvfrom.
Use PRIu64 and PRIx64 in format strings when referring to uint64_t.
Remove duplicate const declarations.
Split operating system specific code into separate files that can be selected
Dave Goodell (9):
Merge pull request #579 from xuywang/pr/rdm_post_recv
verbs: work around usnic+rdma_cm EP_MSG brokenness
add .mailmap file to fix git names+addresses
add Dave Goodell to AUTHORS
man: fixes for fi_msg(3)
usnic: improve logging
usnic: eliminate bad fi_domain() optimization
usnic: make sure we do not leak
usnic: fix EP_MSG data integrity
Howard Pritchard (1):
prov/sockets: fix a bug in sock av_lookup
Jeff Squyres (42):
fabric.c: add some log messages when opening DL providers
Merge pull request #572 from jsquyres/pr/logging-tweak
distscript.pl: compensate for escaped @ in man pages
Merge pull request #574 from jsquyres/pr/fix-man-page-versions
fabric.c: Fix memory leak: dlclose() DLs that fail to load or are replaced
Merge pull request #573 from jsquyres/pr/dlclose-on-error
fabric.c: combine cleanup_provider functionality
Merge pull request #575 from jsquyres/pr/more-dclose
configury: add fi_check_package.m4
Makefile.am: prepare to use FI_CHECK_PACKAGE
psm: use FI_CHECK_PACKAGE in the psm provider
verbs: use FI_CHECK_PACKAGE in the verbs provider
usnic: standardize the libnl CPPFLAGS and LIBS macro names
usnic: change an errant #if to #ifdef
Merge pull request #581 from jsquyres/pr/usnic-minor-ifdef-update
fi_errno.h: Add some error codes
usnic: map from internal error codes to FI_E* codes
Merge pull request #583 from jsquyres/pr/usnic-prov-errno-mapping
fabric.c: add missing strings for FI_ECRC and FI_ETRUNC
Merge pull request #589 from xuywang/pr/usd_bugfix
configure: consolidate 2 loops, make a single output
Merge pull request #585 from bturrubiates/pr-os-x
Merge pull request #603 from goodell/pr/usnic
Merge pull request #605 from goodell/pr/usnic
Merge pull request #597 from xuywang/pr/fi_usnic_info
Merge pull request #618 from patrickmacarthur/tarball-version
fi_tostr: don't access *data before checking for NULL
cron-make-nightly-tarball: add --debug and --logfile-dir args
cron-submit-coverity: initial script to submit to Coverity
cron-make-nightly-tarball: submit to Coverity
Merge pull request #631 from jsquyres/pr/coverity
man pages: correctly handle when a new man page is added
nightly tarball: reset the git tree to a clean state upon abort
Merge pull request #635 from jsquyres/pr/script-updates
coverity: update the project name
README.md: add the Coverity status badge
Merge pull request #636 from jsquyres/pr/coverity-update
README.md: add a tagline that links to the libfabric Coverity project
nightly tarball: ensure to really, really clean the tree (and index)
fabric.c: fix minor dlopen() leak
fabric: ensure to dlclose(), even in error cases
fabric: ensure that all memory is freed if asprintf() fails
Jianxin Xiong (23):
prov/psm: allow more than one endpoints to send messages
include: implement "remove-first-match" function for linked list
prov/psm: use the common linked list for send/recv/rma queues
prov/psm: fix a double free bug
prov/psm: fix a segfault bug
Merge branch 'master' of ssh://github.com/ofiwg/libfabric
prov/psm: protect send/recv/rma queues with mutex lock
prov/psm: remove AUTHORS and COPYING from the provider subdir
prov/psm: turn on the name server by default
prov/psm: use FI_WARN for error output
prov/psm: replace name server error output with debug output
prov/psm: fix the inconsistency in the provider name
prov/psm: handle FI_ADDR_UNSPEC as "any address" in recv
prov/psm: set a default UUID instead of leaving it empty
prov/psm: add debug output for the environment settings
prov/psm: enable FI_DIRECTED_RECV when FI_TAGGED is not set
Merge branch 'master' of ssh://github.com/ofiwg/libfabric
prov/psm: replace all the error numbers with the "FI_" version
prov/psm: remove the support of inserting NULL address into av
Merge pull request #613 from j-xiong/master
prov/psm: eliminate the complains from gcc 4.9.2
prov/psm: fix a bug discovered by Coverit
Merge pull request #621 from j-xiong/master
Jithin Jose (11):
Add function name, line number to logging
Remove line number info for fi_warn logs
Updated author list
Set TX rinbuf size correctly.
FI_REMOTE_READ/WRITE flags apply only for Counters
Fix initial value of rx size in RX attributes
Fix an issue in reporting data len for 0-byte incoming message
Added more logs
- Add check for EP-MSG connection lookup
Add check for FI_DIRECTED_RECV while posting recvs
Fix an issue in length calculation with fi-tsend inject
Miao Luo (2):
sock/prov: Add missing initialization and remove extra checks.
prov/sock: avoid reset tx_pe_entry in use.
OFIWG Bot (4):
Updated nroff-generated man pages
Updated nroff-generated man pages
Updated nroff-generated man pages
Updated nroff-generated man pages
Patrick MacArthur (4):
verbs: Implement fi_getname() and fi_getpeer()
verbs: Fix fi_getinfo with src_addr but no dst_addr hint
cron-make-nightly-tarball.pl: Fix post-rc daily build versions
prov/sockets: Fix dependency on shm_open
Patrick McCormick (3):
1.0 release prep for spec file.
Convert verbs provider to new logging.
Update AUTHORS file.
Sayantan Sur (1):
fabric: fi_control(FI_ENABLE) instead of ep->ops->enable
Sean Hefty (42):
Merge pull request #571 from shefty/master
Merge pull request #580 from j-xiong/master
Merge pull request #582 from bturrubiates/topic/fix-warnings
Merge pull request #578 from pmmccorm/master
Merge pull request #565 from jsquyres/pr/provider-specific-cppflags-and-libs
Merge pull request #586 from jsquyres/pr/missing-errno-strings
Merge pull request #588 from pmmccorm/logging
prov/sockets: Support connected endpoints with tsend
Merge pull request #591 from j-xiong/master
Merge pull request #592 from shefty/master
Merge pull request #587 from goodell/pr/verbs-enoent
Merge pull request #593 from j-xiong/master
Merge pull request #594 from hppritcha/topic/sock_av_lookup_bug
Merge pull request #595 from pmmccorm/master
Merge pull request #596 from goodell/pr/fix-authors
Merge pull request #600 from jithinjosepkl/pr/devel
Merge pull request #599 from goodell/pr/man
Merge pull request #602 from jithinjosepkl/pr/sockets
Merge pull request #601 from j-xiong/master
Merge pull request #604 from patrickmacarthur/verbs-getname-getpeer
fabric: Clarify use of fi_info src/dest addr
Merge pull request #607 from shefty/master
fabric/av: Remove support for inserting NULL address
man/tagged: Remove outdated comment about any source
man/endpoint: Caps flags are listed as operation flags
Merge pull request #611 from j-xiong/master
Merge pull request #610 from shefty/master
Merge pull request #616 from jithinjosepkl/pr/sockets
Merge pull request #617 from patrickmacarthur/verbs-getinfo
fabric: Free fi_prov instances when no longer needed
Merge pull request #619 from j-xiong/master
Merge pull request #623 from shefty/master
Merge pull request #626 from jithinjosepkl/pr/sockets
man: Add fi_control man page
Merge pull request #627 from shefty/master
Merge pull request #629 from jsquyres/pr/cid-fixes
prov/sockets: Fix stack corruption in listen thread
Merge pull request #630 from patrickmacarthur/fix-sockets-shm
Merge pull request #633 from shefty/master
Merge pull request #638 from jsquyres/pr/dlopen-coverity-fixes
Merge pull request #640 from shefty/master
v1.0.0rc2
Xuyang Wang (3):
Replaced vnic_rq descriptor ring with usd native ring in rdm_post_recv
Merge three bugfixes for usnic_direct from parent repository
Added a version parameter in getinfo() for extended usnic ops
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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