Branch: refs/heads/stable1-proposed
Home:
https://github.com/kronosnet/kronosnet
Commit: ca9df3f8b24aae63b222d1de819761aeb50e65da
https://github.com/kronosnet/kronosnet/commit/ca9df3f8b24aae63b222d1de81976…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2018-08-03 (Fri, 03 Aug 2018)
Changed paths:
M libknet/handle.c
Log Message:
-----------
[handle] drop call to log_msg that would have no effect
logging is not setup yet at this stage and we can't log just yet.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 48a95aefde45a2aaf5596f6959f36fee4007e151
https://github.com/kronosnet/kronosnet/commit/48a95aefde45a2aaf5596f6959f36…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2018-08-03 (Fri, 03 Aug 2018)
Changed paths:
M libknet/logging.c
Log Message:
-----------
[logging] drop locking inside log_msg (part 1)
looking at the code, there are only few calls to log_msg happening outside
of locking context (error reports when failing to grab the lock).
Everything else appears to be safe.
drop the attempt to lock inside log_msg for now, part 2 will address those
few calls that can happen outside of locking context.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 2eaaeafc66ccf563e8f3fd2806f9d68d44b142f6
https://github.com/kronosnet/kronosnet/commit/2eaaeafc66ccf563e8f3fd2806f9d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2018-08-03 (Fri, 03 Aug 2018)
Changed paths:
M libknet/handle.c
M libknet/internals.h
Log Message:
-----------
[handle] drop init_lock_done as it was used only by locked version of log_msg
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 722b28184ba463093bf8a7f4752a6396fa8934ae
https://github.com/kronosnet/kronosnet/commit/722b28184ba463093bf8a7f4752a6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2018-08-03 (Fri, 03 Aug 2018)
Changed paths:
M libknet/libknet.h
Log Message:
-----------
[logging] report error in case logging buffer is bigger than PIPE_BUF
See
https://github.com/kronosnet/kronosnet/pull/148
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: af6667b0898e42ca75431a8032e9c29e6120dffe
https://github.com/kronosnet/kronosnet/commit/af6667b0898e42ca75431a8032e9c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2018-08-03 (Fri, 03 Aug 2018)
Changed paths:
M libknet/handle.c
Log Message:
-----------
[handle] reduce usage of handle_config_mutex to wrap only global lib init
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: af648f09ac8aa59bd66c7df15636d8d31cdb125b
https://github.com/kronosnet/kronosnet/commit/af648f09ac8aa59bd66c7df15636d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2018-08-03 (Fri, 03 Aug 2018)
Changed paths:
M build-aux/knet_valgrind_memcheck.supp
Log Message:
-----------
[tests] adds more overrides for fedora28/arm/glibc
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 429081475a60daaf1311c06a8e27e54ffc15bbee
https://github.com/kronosnet/kronosnet/commit/429081475a60daaf1311c06a8e27e…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2018-08-03 (Fri, 03 Aug 2018)
Changed paths:
M libknet/tests/test-common.c
Log Message:
-----------
[tests] don't redefine symbols from the main library
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: aed6b5dbfd7ba0de9cfbc21df78a7370324a4fd5
https://github.com/kronosnet/kronosnet/commit/aed6b5dbfd7ba0de9cfbc21df78a7…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2018-08-03 (Fri, 03 Aug 2018)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/tests/int_timediff.c
M libknet/threads_common.c
M libknet/threads_common.h
M libknet/threads_dsthandler.c
M libknet/threads_heartbeat.c
M libknet/threads_pmtud.c
M libknet/threads_rx.c
M libknet/threads_tx.c
M libknet/transport_sctp.c
Log Message:
-----------
[threads] use internal array to track status of threads (running/stopped) vs a random
sleep()
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare:
https://github.com/kronosnet/kronosnet/compare/5ab043153e75...aed6b5dbfd7b
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from
GitHub.com on January 31st, 2019.