Branch: refs/heads/fix-bsd-nozzle-create
Home: https://github.com/kronosnet/kronosnet
Commit: d8f79e8974e4b82f2c8a7d5057c04700e462630b
https://github.com/kronosnet/kronosnet/commit/d8f79e8974e4b82f2c8a7d5057c04…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M libnozzle/libnozzle.c
Log Message:
-----------
[nozzle] fix nozzle_up() on FreeBSD
TBH I'm not sure how this ever worked, as we never seemed to call
SIOCIFCREATE, but this also fixes the race when the tests are run -j4
(or higher)
Branch: refs/heads/fix-bsd-nozzle-create
Home: https://github.com/kronosnet/kronosnet
Commit: 22cbed5c618498a290d80bd117bfec7df775c056
https://github.com/kronosnet/kronosnet/commit/22cbed5c618498a290d80bd117bfe…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M libnozzle/libnozzle.c
Log Message:
-----------
[nozzle] fix nozzle_up() on FreeBSD
TBH I'm not sure how this ever worked, as we never seemed to call
SIOCIFCREATE, but this also fixes the race when the tests are run -j4
(or higher)
Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: d522ca4cb4172338eaacce42861f5865ae7a2241
https://github.com/kronosnet/kronosnet/commit/d522ca4cb4172338eaacce42861f5…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M libknet/Makefile.am
M libknet/common.c
M libknet/handle.c
M libknet/internals.h
M libknet/tests/test-common.c
Log Message:
-----------
[lib] Don't use -rpath
rpath seems, understandably, to annoy some analysis tools. We
use it to locate the crypto & compression plugins but libknet also needs
to use the plugins from the build-tree when running tests.
A simple way to do this is have the plugin directory as part of the knet
handle then we can override it in the test suite, which already does
'illegal' accesses to some handle fields.
OK, it's not the MOST elegant way of doing this perhaps, but it is
simple and effective.
Branch: refs/heads/master
Home: https://github.com/kronosnet/kronosnet
Commit: 655f1832c55127ee2a89337c5105e6093bb15cb8
https://github.com/kronosnet/kronosnet/commit/655f1832c55127ee2a89337c5105e…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-04-24 (Sat, 24 Apr 2021)
Changed paths:
M libknet/Makefile.am
M libknet/common.c
M libknet/handle.c
M libknet/internals.h
M libknet/tests/test-common.c
Log Message:
-----------
[lib] Don't use -rpath
rpath seems, understandably, to annoy some analysis tools. We
use it to locate the crypto & compression plugins but libknet also needs
to use the plugins from the build-tree when running tests.
A simple way to do this is have the plugin directory as part of the knet
handle then we can override it in the test suite, which already does
'illegal' accesses to some handle fields.
OK, it's not the MOST elegant way of doing this perhaps, but it is
simple and effective.
Commit: 55b703236ecd511145493b084a1cfaf50ee1060c
https://github.com/kronosnet/kronosnet/commit/55b703236ecd511145493b084a1cf…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M libknet/Makefile.am
M libknet/common.c
M libknet/handle.c
M libknet/internals.h
M libknet/tests/test-common.c
Log Message:
-----------
Merge pull request #340 from kronosnet/remove_rpath
[lib] Don't use -rpath
Compare: https://github.com/kronosnet/kronosnet/compare/a5302d126d8f...55b703236ecd