From patchwork Fri Sep 23 11:31:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Isak Westin X-Patchwork-Id: 608666 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EBDCBC6FA82 for ; Fri, 23 Sep 2022 12:06:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232140AbiIWMG2 (ORCPT ); Fri, 23 Sep 2022 08:06:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231511AbiIWMEQ (ORCPT ); Fri, 23 Sep 2022 08:04:16 -0400 Received: from voyager.loytec.com (voyager.loytec.com [88.198.4.4]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12E75DE98 for ; Fri, 23 Sep 2022 04:59:30 -0700 (PDT) Received: from 212-17-98-152.static.upcbusiness.at ([212.17.98.152] helo=lexx.office.loytec.com) by voyager.loytec.com with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1obguo-0000Lx-3v for linux-bluetooth@vger.kernel.org; Fri, 23 Sep 2022 13:32:18 +0200 Received: from loytec-dev-vm.delta.corp ([10.101.25.21]) by lexx.office.loytec.com (8.15.2/8.15.2/Some OS 1.2.3-4.5) with ESMTP id 28NBWF7g3687927; Fri, 23 Sep 2022 13:32:15 +0200 From: Isak Westin To: linux-bluetooth@vger.kernel.org Cc: Isak Westin Subject: [PATCH BlueZ 0/2] Mesh: Fixes to comply with mesh profile Date: Fri, 23 Sep 2022 13:31:47 +0200 Message-Id: <20220923113149.14209-1-isak.westin@loytec.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 212.17.98.152 X-SA-Exim-Mail-From: isak.westin@loytec.com X-SA-Exim-Scanned: No (on voyager.loytec.com); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi, Here are two more pathes to fix compliance with the mesh profile and to pass following PTS tests: - MESH/NODE/CFG/SL/* - MESH/NODE/CFG/AKL/* Happy for any feedback. Best regards, Isak Isak Westin (2): mesh: Clear addr field if virt sub failed mesh: Reply error if appkey added for wrong netkey mesh/appkey.c | 4 +++- mesh/cfgmod-server.c | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-)