Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2940928ybl; Mon, 19 Aug 2019 09:38:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqxR5Z+89lhT3JiIgLUcrGXjlnopTtLQFa0FcHqJXUNbDrxozhbaomTcgGWA8P6EBNhctTIo X-Received: by 2002:a17:902:24b:: with SMTP id 69mr22491928plc.250.1566232711244; Mon, 19 Aug 2019 09:38:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566232711; cv=none; d=google.com; s=arc-20160816; b=YW0CSoj5dmODmGZuQKZXawt5VRzcsqtcDv84/T0mcA96P9wURBrAp9BvwD7SEYuXo0 GYaLnh4Y93bgtn/oaIiP80Kvh9Ag/0coJIOS74xLB4jUfwhNSIOXV2adaakCf6vBCGX6 fzF2e+OUHTd+DTO6yRRC+sw4QM9o/mqWfaDuzYLwJuy+JBJcxbvjQGuxanRY6lDw6YzO mivY1HtgGIee2chZqohfEGWmPGVWb5gMvY/YLuEs/uqobP0+qoMdHWks5/NguxnHqg2I ONJvgn+z63IOgJrfViXY8aHKa+TX2yXZBn9zvl5oX1o4T0WVYhPL1qWjdngVQ35TH/lc Tbqg== 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 :user-agent:references:in-reply-to:date:to:from:subject:message-id; bh=jVp0kls2VBWwLd/nlBVcEcSNEKA3XrWf9e0vWh7mU4Q=; b=Vmy1pnXoVtYk1nzMH5PF2mt6t8TL5tPLf63fdWdUXJrpiR5rT43YxvzDUd6fcw6sAq 7wRR2LNysISrvVeOKkS5NM7oz9eOfGnGZWRfxjQ5PvpAMYiLPn7keeXadCc6CaIcg1HX vY2IF6d4Rspsk+eQ/PE45geFkcHcUytkS2l7C6AonnHBvQIdmo53Dc6ZUUVydd/NqDv2 wgQa9CKhxrUFF6hFi1xHMdt5pqWveUVtovVkT5Q9Y656yHUBt4PWmmrwJnng+5oqhMTq yWZRqh7wPgsZWJ6NIptS5V4zHmL3migVRUKAF6pVa05usvToJrndlItpg+eTCIFVAB2s EyOQ== 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 p6si10228929plk.121.2019.08.19.09.38.05; Mon, 19 Aug 2019 09:38:31 -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 S1726553AbfHSQiD (ORCPT + 99 others); Mon, 19 Aug 2019 12:38:03 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:36591 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726168AbfHSQiD (ORCPT ); Mon, 19 Aug 2019 12:38:03 -0400 Received: from classic (mon69-7-83-155-44-161.fbx.proxad.net [83.155.44.161]) (Authenticated sender: hadess@hadess.net) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 59224100003; Mon, 19 Aug 2019 16:38:01 +0000 (UTC) Message-ID: <5ff510e995cc0e97645c8dc9bb77a64c15886d9d.camel@hadess.net> Subject: Re: BT advertising packets and s2idle issue From: Bastien Nocera To: Mario.Limonciello@dell.com, ckellner@redhat.com, linux-bluetooth@vger.kernel.org Date: Mon, 19 Aug 2019 18:37:59 +0200 In-Reply-To: <3d106f2c49514f4db2d418d8b7ad8b3e@AUSX13MPC101.AMER.DELL.COM> References: <87sgqoewqv.fsf@kellner.me> <3d106f2c49514f4db2d418d8b7ad8b3e@AUSX13MPC101.AMER.DELL.COM> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.32.4 (3.32.4-1.fc30) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org On Mon, 2019-08-19 at 13:37 +0000, Mario.Limonciello@dell.com wrote: > > > Another approach to this may be to submit a revert to the kernel for > this commit: > https://github.com/torvalds/linux/commit/a0085f2510e8976614ad8f766b209448b385492f > until LE privacy support is in place. > > This seems a regression to me that the system wakes up from any BLE > traffic after that commit. You should send a revert and CC: the original author and committer on it, otherwise I'm afraid that it might not get traction. Cheers