Branch: refs/heads/stable1 Home: https://github.com/kronosnet/kronosnet Commit: 572269973034a185c22acf509cf1fe9b3e2afc29 https://github.com/kronosnet/kronosnet/commit/572269973034a185c22acf509cf1fe... Author: Christine Caulfield ccaulfie@redhat.com Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths: M libknet/libknet.h M libknet/logging.c M libknet/logging.h M libknet/tests/api_knet_log_get_loglevel_name.c M libknet/tests/api_knet_log_set_loglevel.c M libknet/threads_tx.c M libknet/transport_sctp.c M libknet/transport_udp.c
Log Message: ----------- log: Add a TRACE log level
This also removes the #ifdef DEBUG' conditionals so that those messages can be enabled without a rebuild.
backport of #403
Commit: c2afd57d152fea2ec280061faf2bcdb3987b17a7 https://github.com/kronosnet/kronosnet/commit/c2afd57d152fea2ec280061faf2bcd... Author: Jan Friesse jfriesse@redhat.com Date: 2023-04-25 (Tue, 25 Apr 2023)
Changed paths: M libknet/libknet.h M libknet/threads_tx.c
Log Message: ----------- [tx] Remove expensive memsets
Memset of dst_host_ids is relatively expensive because structure is large (128KiB) and it is not really needed because it is always fully set later.
Commit: c58d1690b8e56438fa7db6471f238b91792b2572 https://github.com/kronosnet/kronosnet/commit/c58d1690b8e56438fa7db6471f238b... Author: Christine Caulfield ccaulfie@redhat.com Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths: M libnozzle/tests/api_nozzle_set_down.c
Log Message: ----------- nozzle: tests: Fix 'set_down' test on FreeBSD-devel
The new FreeBSD adds a LOWER_UP flag to interfaces that indicates whether the driver is signalling L1 up. So we need to exclude that from our grep when checking the higher-level interface status.
Commit: 435b84bbc6c2f1cc4306a9cbec6a831372e431df https://github.com/kronosnet/kronosnet/commit/435b84bbc6c2f1cc4306a9cbec6a83... Author: Jan Friesse jfriesse@redhat.com Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths: M kronosnet.spec.in
Log Message: ----------- [spec] Migrate to SPDX license
Both Fedora and openSUSE now recommends to use SPDX shortname format for License.
Signed-off-by: Jan Friesse jfriesse@redhat.com
Commit: 7add4841c198bd5e7235ad10d1bb9a3ea65ee88c https://github.com/kronosnet/kronosnet/commit/7add4841c198bd5e7235ad10d1bb9a... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths: M build-aux/check.mk
Log Message: ----------- build: annocheck disable cf-protection
currently reporting some MAYBE false positives in fedora
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 071328abac7a70d1bd0a90aae820f61c814005c0 https://github.com/kronosnet/kronosnet/commit/071328abac7a70d1bd0a90aae820f6... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths: M configure.ac
Log Message: ----------- build: autodetect fortify source level automatically
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: f8395447b460ba5a5086115539a7dd7d3cc45bb8 https://github.com/kronosnet/kronosnet/commit/f8395447b460ba5a5086115539a7dd... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths: M build-aux/check.mk
Log Message: ----------- build: disable fortify check for test binaries
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: a40c3549012f3e418626dec02c8999ac0aa83d04 https://github.com/kronosnet/kronosnet/commit/a40c3549012f3e418626dec02c8999... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths: M build-aux/check.mk M configure.ac M kronosnet.spec.in M libknet/libknet.h M libknet/logging.c M libknet/logging.h M libknet/tests/api_knet_log_get_loglevel_name.c M libknet/tests/api_knet_log_set_loglevel.c M libknet/threads_tx.c M libknet/transport_sctp.c M libknet/transport_udp.c M libnozzle/tests/api_nozzle_set_down.c
Log Message: ----------- Merge pull request #404 from kronosnet/stable1-proposed
stable1-proposed
Compare: https://github.com/kronosnet/kronosnet/compare/9ba801e46256...a40c3549012f