Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp2609753ybd; Thu, 27 Jun 2019 15:49:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqzbc5aorbrA9eyf/vLhNSSitlwDBJKTbUOVH1R4khVS167tE08yRHSX1GW8FlOxq5OoYxXw X-Received: by 2002:a65:6104:: with SMTP id z4mr6056416pgu.319.1561675761941; Thu, 27 Jun 2019 15:49:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561675761; cv=none; d=google.com; s=arc-20160816; b=gc/4phFtx5k9VU20DRktoIVjnFXrLHJ5ZIIswOlCMcOj2Fuoid0mDID7qibYyBkXDR vzI+rNTEUO937LaCEW48ThuEeUXiqQWnuYwlh/6Tj6RyVue37YlmPmqkCxN4XPzOq4x0 S5L6zHZzCLi91FrDaIzR0n3M+zWsYpJXp6DvDyaW3wn8b5rHTcAzjtx9zF4rr1UVAg4z gblPnLCAsteK4HainMwHx34Hag9jZNyaA6AwPS37Zp3o2rP3R8mQVSoH7ERW2zcI8iVU QoXhtVSqeUFkCYYzzU6//rKzmKMpSXRFZj4inIfso6AWrn9eyp4Rs1rjb7sN6Rtgdr3x gUlQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=jIq4Dz8TmwrF53ppBLUqI1jjq/9c7xKWIGCf9bJoGvU=; b=nGz6q0Uc4AIWwQ/LgGwicPKjDwoU+Cf/ceseH0I45vVGaUPBVgYZTnHH/2yyymFV3U hPtHnU2l59D3TreoWMgzrYwUJ/umgR632mKX1Huv/U2CJFvyMMBH7VjNc6nsSJxxiarJ 3uSA/4GPfuVE629qFAk+fWRUsKVeQt8Fa/mnJO5p9eGcdtkfdzpJJpb8D3tJDpWvpXLV VbZiR7Xls4Kg9aNI2OtqM9/bo877kljYusSNCD2TQDTRWlbTevBakfKtzeTZkbfIdcrb cdcPMJLwujibiR6G5fvTCUgbkdvo4k/BbRMRC8N/rbEGUc42tbDGciYyGXba607l7U3G xgRQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h21si390180pgv.266.2019.06.27.15.49.03; Thu, 27 Jun 2019 15:49:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726514AbfF0Wsu (ORCPT + 99 others); Thu, 27 Jun 2019 18:48:50 -0400 Received: from mga17.intel.com ([192.55.52.151]:6157 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726574AbfF0Wst (ORCPT ); Thu, 27 Jun 2019 18:48:49 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jun 2019 15:48:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,425,1557212400"; d="scan'208";a="183556397" Received: from ingas-nuc1.sea.intel.com ([10.252.196.161]) by fmsmga001.fm.intel.com with ESMTP; 27 Jun 2019 15:48:49 -0700 From: Inga Stotland To: linux-bluetooth@vger.kernel.org Cc: brian.gix@intel.com, michal.lowas-rzechonek@silvair.com, Inga Stotland Subject: [PATCH BlueZ 3/4 v2] mesh: Fix and clean up model publicaation code Date: Thu, 27 Jun 2019 15:48:44 -0700 Message-Id: <20190627224845.20762-4-inga.stotland@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190627224845.20762-1-inga.stotland@intel.com> References: <20190627224845.20762-1-inga.stotland@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org This adds proper checks for model publication removal: the publication is not virtual and the publication address is set to zero, i.e., UNASSIGNED_ADDRESS. Also removes double memory allocation for model publication and miscellaneous redundancies. --- mesh/model.c | 62 ++++++++++++++++++++++------------------------------ mesh/model.h | 2 +- 2 files changed, 27 insertions(+), 37 deletions(-) diff --git a/mesh/model.c b/mesh/model.c index 4d8118908..f00ee369a 100644 --- a/mesh/model.c +++ b/mesh/model.c @@ -593,7 +593,7 @@ static struct mesh_virtual *add_virtual(const uint8_t *v) return virt; } -static int set_pub(struct mesh_model *mod, const uint8_t *mod_addr, +static int set_pub(struct mesh_model *mod, const uint8_t *pub_addr, uint16_t idx, bool cred_flag, uint8_t ttl, uint8_t period, uint8_t retransmit, bool b_virt, uint16_t *dst) @@ -605,11 +605,11 @@ static int set_pub(struct mesh_model *mod, const uint8_t *mod_addr, if (b_virt) *dst = 0; else - *dst = l_get_le16(mod_addr); + *dst = l_get_le16(pub_addr); } if (b_virt) { - virt = add_virtual(mod_addr); + virt = add_virtual(pub_addr); if (!virt) return MESH_STATUS_STORAGE_FAIL; @@ -634,28 +634,18 @@ static int set_pub(struct mesh_model *mod, const uint8_t *mod_addr, grp = virt->addr; mod->pub->addr = virt->id; } else { - grp = l_get_le16(mod_addr); + grp = l_get_le16(pub_addr); mod->pub->addr = grp; } if (dst) *dst = grp; - if (IS_UNASSIGNED(grp) && mod->pub) { - l_free(mod->pub); - mod->pub = NULL; - /* Remove publication if Pub Addr is 0x0000 */ - } else { - - if (!mod->pub) - mod->pub = l_new(struct mesh_model_pub, 1); - - mod->pub->credential = cred_flag; - mod->pub->idx = idx; - mod->pub->ttl = ttl; - mod->pub->period = period; - mod->pub->retransmit = retransmit; - } + mod->pub->credential = cred_flag; + mod->pub->idx = idx; + mod->pub->ttl = ttl; + mod->pub->period = period; + mod->pub->retransmit = retransmit; return MESH_STATUS_SUCCESS; } @@ -985,7 +975,7 @@ bool mesh_model_send(struct mesh_node *node, uint16_t src, uint16_t target, } int mesh_model_pub_set(struct mesh_node *node, uint16_t addr, uint32_t id, - const uint8_t *mod_addr, uint16_t idx, bool cred_flag, + const uint8_t *pub_addr, uint16_t idx, bool cred_flag, uint8_t ttl, uint8_t period, uint8_t retransmit, bool b_virt, uint16_t *dst) { @@ -1002,28 +992,28 @@ int mesh_model_pub_set(struct mesh_node *node, uint16_t addr, uint32_t id, if (!appkey_have_key(node_get_net(node), idx)) return MESH_STATUS_INVALID_APPKEY; - status = set_pub(mod, mod_addr, idx, cred_flag, ttl, period, retransmit, - b_virt, dst); - - if (status != MESH_STATUS_SUCCESS) - return status; - /* * If the publication address is set to unassigned address value, * remove the publication */ - if (IS_UNASSIGNED(*dst)) + if (!b_virt && IS_UNASSIGNED(l_get_le16(pub_addr))) { remove_pub(node, mod); - - /* Internal model, call registered callbacks */ - if (mod->cbs && mod->cbs->pub) { - mod->cbs->pub(mod->pub); return MESH_STATUS_SUCCESS; } - /* External model */ - config_update_model_pub_period(node, mod->ele_idx, id, + status = set_pub(mod, pub_addr, idx, cred_flag, ttl, period, retransmit, + b_virt, dst); + + if (status != MESH_STATUS_SUCCESS) + return status; + + if (!mod->cbs) + /* External model */ + config_update_model_pub_period(node, mod->ele_idx, id, pub_period_to_ms(period)); + else + /* Internal model, call registered callbacks */ + mod->cbs->pub(mod->pub); return MESH_STATUS_SUCCESS; } @@ -1373,6 +1363,7 @@ struct mesh_model *mesh_model_setup(struct mesh_node *node, uint8_t ele_idx, struct mesh_db_model *db_mod = data; struct mesh_model *mod; struct mesh_net *net; + struct mesh_db_pub *pub = db_mod->pub; uint32_t i; if (db_mod->num_bindings > MAX_BINDINGS) { @@ -1409,8 +1400,7 @@ struct mesh_model *mesh_model_setup(struct mesh_node *node, uint8_t ele_idx, } /* Add publication if present */ - if (db_mod->pub) { - struct mesh_db_pub *pub = db_mod->pub; + if (pub && (pub->virt || !(IS_UNASSIGNED(pub->addr)))) { uint8_t mod_addr[2]; uint8_t *pub_addr; uint8_t retransmit = (pub->count << 5) + @@ -1418,7 +1408,7 @@ struct mesh_model *mesh_model_setup(struct mesh_node *node, uint8_t ele_idx, /* Add publication */ l_put_le16(pub->addr, &mod_addr); - pub_addr = pub->virt ? pub->virt_addr : (uint8_t *) &mod_addr; + pub_addr = pub->virt ? pub->virt_addr : mod_addr; if (set_pub(mod, pub_addr, pub->idx, pub->credential, pub->ttl, pub->period, retransmit, pub->virt, NULL) != diff --git a/mesh/model.h b/mesh/model.h index f0f97ee0b..a6951293f 100644 --- a/mesh/model.h +++ b/mesh/model.h @@ -95,7 +95,7 @@ struct mesh_model *mesh_model_setup(struct mesh_node *node, uint8_t ele_idx, struct mesh_model_pub *mesh_model_pub_get(struct mesh_node *node, uint16_t addr, uint32_t mod_id, int *status); int mesh_model_pub_set(struct mesh_node *node, uint16_t addr, uint32_t id, - const uint8_t *mod_addr, uint16_t idx, bool cred_flag, + const uint8_t *pub_addr, uint16_t idx, bool cred_flag, uint8_t ttl, uint8_t period, uint8_t retransmit, bool b_virt, uint16_t *dst); -- 2.21.0