Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp4767179ybi; Sat, 6 Jul 2019 12:48:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqyAPM4aYJpqwUc0bjXBU+PEuCBuS+RipmAmM/0GbF9VGPX7wII4NPBKRqI5EfqBvY+gMl9T X-Received: by 2002:a17:90a:2562:: with SMTP id j89mr13306104pje.123.1562442502764; Sat, 06 Jul 2019 12:48:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562442502; cv=none; d=google.com; s=arc-20160816; b=f602rCKz0RbFNN/ivnvlL4+yg6h9AOLyWXS5Cl+ZYNtQdcmGzA5snI8GccZfbggeFP lhnxJKHKVVkglr+vAZeBzrq73LiYyo6QRgHV0ny3tKHe3b3zd8EliUB4y+/b4Ldj8iu9 FHULtmwTWsVefectT5bqJlwWmcKSJSCuKEKJeHFs7i8Z+iAsxuz8ema5/dFz/N643f6i MiV2bydyNDKcaTz7hfFxzK1HfUyzdv9uf/gWpwGycH0OZJMSD86ETawFwfghvLsMcLJY ASepMGYjl0iH+2gClbr8u+ey2RBIdzWq+DpCmd4SaIj/JPsZSBjxvWSPaQzn70kHu+Wa cN6A== 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=uC65fa6TJiPn6o+qb+HO9oc1IX4ti4v+S5kx3WZhfTI=; b=jHMVNfnZXtgXrTovu7KawZmGTy2YfoUSZy6O+QJBxgnJA5jc2ZSxNVBj87PLo+AoV0 ldOnyQvHW0SG661bkIRfqCDIemzTlUR9LfNm9Xf7pTxeSWDdmefVDhOerNSEKpViEscY rFlpMUCOu4KypTh3TPHb7rUyeOIq4wlvNFUdtg5i9sF/xPLSQfjjTYDz6tehv/qPSQpP YMhPe4APe+AJkdybVlUBHeTAaNgYzD5MfLp/d7tMEG5ME7lsoK1hVu1aqn3C0vTAesNT xJ/khSvExjkqTgLBcl1qidrvRbfNQkpbLWuu0k+8rrTqlDK4nlr2V8Y4iHQFGDeKaG5a Um5g== 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 t19si10742220plo.376.2019.07.06.12.47.49; Sat, 06 Jul 2019 12:48:22 -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 S1726587AbfGFTo4 (ORCPT + 99 others); Sat, 6 Jul 2019 15:44:56 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:58452 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726307AbfGFTo4 (ORCPT ); Sat, 6 Jul 2019 15:44:56 -0400 Received: from [192.168.1.175] (apn-37-247-209-172.dynamic.gprs.plus.pl [37.247.209.172]) by mail.holtmann.org (Postfix) with ESMTPSA id 5AD3ACF165; Sat, 6 Jul 2019 21:53:26 +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 v3 0/3] bluetooth: 6lowpan: multiple peers and addresses From: Marcel Holtmann In-Reply-To: <20190706155448.13382-1-josua.mayer@jm0.eu> Date: Sat, 6 Jul 2019 21:44:48 +0200 Cc: linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <5A501DEB-B2CA-4C3B-AF5E-F2E5816AA5D0@holtmann.org> References: <20190706155448.13382-1-josua.mayer@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 v2: > - rebased on bluetooth-next > > 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(-) all 3 patches have been applied to bluetooth-next tree. Regards Marcel