All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/4 v4] Model publication fixes
@ 2019-06-30  6:43 Inga Stotland
  2019-06-30  6:43 ` [PATCH BlueZ 1/4 v4] mesh: Clean up model.c and cfg-server.c Inga Stotland
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Inga Stotland @ 2019-06-30  6:43 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: brian.gix, michal.lowas-rzechonek, Inga Stotland

+ Michal's comment: explicit setting of ref_cnt = 1 in virt addresses
  housekeeping
+ A workaround for (bogus) compiler warning, plus commit text fixes
+ Michal's comment: variable naming

This set of patches cleans up miscellaneous code redundancies in model.c
and contains fixes in the following areas:
- virtual address housekeeping
- checks for model publication removal, i.e., when config pub message has
  "unassigned" value for publication address 
- return values discrepancies (few cases where an integer error code is
  to be returned, but boolean false was returned instead)

Inga Stotland (4):
  mesh: Clean up model.c and cfg-server.c
  mesh: Fix virtual address processing
  mesh: Fix and clean up model publication code
  test: test-mesh - Correctly stop periodic publication

 mesh/cfgmod-server.c |  47 +++---
 mesh/model.c         | 366 ++++++++++++++++++-------------------------
 mesh/model.h         |  38 ++---
 test/test-mesh       |   8 +-
 4 files changed, 190 insertions(+), 269 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-07-01 16:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-30  6:43 [PATCH BlueZ 0/4 v4] Model publication fixes Inga Stotland
2019-06-30  6:43 ` [PATCH BlueZ 1/4 v4] mesh: Clean up model.c and cfg-server.c Inga Stotland
2019-06-30  6:43 ` [PATCH BlueZ 2/4 v4] mesh: Fix virtual address processing Inga Stotland
2019-06-30  6:43 ` [PATCH BlueZ 3/4 v3] mesh: Fix and clean up model publication code Inga Stotland
2019-06-30  6:43 ` [PATCH BlueZ 4/4 v4] test: test-mesh - Correctly stop periodic publication Inga Stotland
2019-07-01 16:32 ` [PATCH BlueZ 0/4 v4] Model publication fixes Gix, Brian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.