From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5268BC0650E for ; Sat, 6 Jul 2019 11:11:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2F78821670 for ; Sat, 6 Jul 2019 11:11:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726177AbfGFLLc convert rfc822-to-8bit (ORCPT ); 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