mbox series

[0/5] misc fixes

Message ID 20240705065434.3608030-1-dominique.martinet@atmark-techno.com
Headers show
Series misc fixes | expand

Message

Dominique Martinet July 5, 2024, 6:54 a.m. UTC
patch 1 is a big problem with hawkbit, swupdate not sending
notifications to hawkbit properly, I'm ashamed I let that through...

other patches all are minor and probably don't really matter;
I had no uboot env setup when testing from PC so also found another
couple of issues with that, but most people will probably never notice.

Dominique Martinet (5):
  hawkbit: fix process notification not sending logs
  swupdate_vars: check namespace init worked
  hawkbit: do not reset action_id when getting from env
  main: free cfgname before exiting
  network_thread DEBUG_IPC: move off the msglock section

 core/network_thread.c      |  7 ++++---
 core/swupdate.c            |  1 +
 core/swupdate_vars.c       |  4 ++++
 suricatta/server_hawkbit.c | 14 ++++++--------
 4 files changed, 15 insertions(+), 11 deletions(-)