Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp4392815ybi; Sat, 6 Jul 2019 04:11:51 -0700 (PDT) X-Google-Smtp-Source: APXvYqxDcJrpmN90WvDkbdCnrJZLXDKJwHxhxFlkazTr+I96pvZtpaQPTw9B7+Sk/UyK69Bn5Abi X-Received: by 2002:a17:902:2bcb:: with SMTP id l69mr10946635plb.155.1562411511141; Sat, 06 Jul 2019 04:11:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562411511; cv=none; d=google.com; s=arc-20160816; b=r+oYTgyBuxXjOI/VvIrmuQgMzgCGL4mTO32Kcq8eRo3MnwkSKYKxChdyMcA1D6UOsv FxshA9FL73Q13gp+RZqz4Qc9wrscmqVPGJ8HLmouBFQDpihtFqnHtSg8OFvPsYoIKxjl CWEopyAzRvJWakufzcEoAAbHAMloOG1heRA4HsQGTpmY2WKVl1s25H6x1gHLD9+L5DsN 5FYaIJOE2yyNAFCYxXLctvuIn56RjNJVFg5cLPPvOVickMdednVWlrkjZ/BdSbT34pLP ulqeShkJkP43uO6X7O9owwClrSYzU7COXod3Y5L3Wc0HJYNdih4VbQCZV63ZZ4E3xzz/ Uzew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=BhyY19jHEN4eWXBuWwZ/JCi6ftcb3qEfybTy4LUHdnk=; b=Fr5yEL+1JUkVo6pWkN0WHKZ7o0xjKzXlrMGRMC4//5yOnrtA3VNXxtyiPHTnzHVqIN DnyhDmnX3m6rCsmmhcHze0M5LN/AjSJdvn8ha1e9z31bQcixA2+M+j1Q3DV7wTdkjWFI jel6GbBB2HCA5bt49NaWIf8BNtGat9o6o0bfJCKS8kLryHtLgZOhPgxvcorCXLjLMkfd IDBnsXQhxEt4Qu1KDvNPe95S61EQE7xTNmwPuBkggj4r9orxvmHBlIp8IB+Da60U0ltX wFhIeWpnNem2OFERjd564MLSRYbA2gbg6DmNTcmNmQnENvlFzLQO4qGNFSgMB4Fni2xT vVkQ== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ci5si11409638plb.45.2019.07.06.04.11.33; Sat, 06 Jul 2019 04:11:51 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726095AbfGFLLc convert rfc822-to-8bit (ORCPT + 99 others); Sat, 6 Jul 2019 07:11:32 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:42337 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726007AbfGFLLc (ORCPT ); Sat, 6 Jul 2019 07:11:32 -0400 Received: from [192.168.0.113] (CMPC-089-239-107-172.CNet.Gawex.PL [89.239.107.172]) by mail.holtmann.org (Postfix) with ESMTPSA id 963B9CEFAE; Sat, 6 Jul 2019 13:20:02 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [PATCH RESEND v2 0/3] bluetooth: 6lowpan: multiple peers and addresses From: Marcel Holtmann In-Reply-To: <86192f8a-0ec7-79d5-95a8-ebe040fc14fa@jm0.eu> Date: Sat, 6 Jul 2019 13:11:30 +0200 Cc: linux-bluetooth@vger.kernel.org, Johan Hedberg , "David S. Miller" , jukka.rissanen@linux.intel.com, mike@foundries.io Content-Transfer-Encoding: 8BIT Message-Id: References: <20190208152519.16181-1-josua.mayer@jm0.eu> <86192f8a-0ec7-79d5-95a8-ebe040fc14fa@jm0.eu> To: Josua Mayer X-Mailer: Apple Mail (2.3445.104.11) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Josua, > This patch set deals with an issue I reported earlier this year, where > 1) packets addressed to a non-link-local address > 2) any packets when at least 2 peers are connected > were not delivered if they matched a direct peer i.e. no routing. > > The full explanation of the issue including steps to reproduce are: > https://www.spinics.net/lists/linux-bluetooth/msg78486.html > > Changes since v1: > - changed comment style to c++ > > Josua Mayer (3): > bluetooth: 6lowpan: search for destination address in all peers > bluetooth: 6lowpan: check neighbour table for SLAAC > bluetooth: 6lowpan: always check destination address > > net/bluetooth/6lowpan.c | 41 +++++++++++++++++++++++++---------------- > 1 file changed, 25 insertions(+), 16 deletions(-) the patches no longer apply cleanly to bluetooth-next. Can you please update them. Thanks. Regards Marcel