From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9C83F152792; Tue, 30 Apr 2024 14:38:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714487900; cv=none; b=p8UY0Rznr0iQWSx+WwLwCxR5ym/pCgu61KGwxSD9qw6+Hgff3oAAozO9sTUxTXy2U9JmTQb3jW38H7JlFL1RnYN4xLxLaDj7kltfJI7JvomlJkX+8EHKgKY4GllM/mk5KcWqbHZi9Q0p3eRSvp4XdKDV39k1FfddhtFwL3nDTWc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714487900; c=relaxed/simple; bh=oGfLM+JpV5sViGZ2Vpf7J/f8gvRUnXP9VaLcHxnTnSs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pHNhuSvdwTuiBSfMEDbAlNCPTzBgGyl4fGiuwrrJ1KHgx5ldemJMNv8VpvMyo8yRMyRcIJR/+wf9rd8HreR0HuxCPfIA1dzYKyqpiCk+0CfTO3M1VRFkJYTXxgyc6HTFWwbkOqlav0maEB1xX5OcZFNiWrboOUIhFWBnRuE2jjA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ztt7YBFa; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Ztt7YBFa" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9ED43C2BBFC; Tue, 30 Apr 2024 14:38:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1714487899; bh=oGfLM+JpV5sViGZ2Vpf7J/f8gvRUnXP9VaLcHxnTnSs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ztt7YBFa4aDz66h4mrfkDt0dfIFkXPV4hKv+sme+50mhxcGNCHYuub59M3r+jSWxu iV9c9r4UaPRoc9LwRnVCIcrDouAUwwhHQswgy7Tvt8BIcSCviVE+exqHYsZwyZ/Guf 3nNEs13LlL+bconO6zkRyBy18kQXKOwzcBESeB77FInc8WQQqGcss4rc0+mDKY2kDR 0zs08DvflDyt2LTVoJl1UP6rmW5vYlO0szYOk8J2aKeKha23eLI9TSE0ere08grUi3 j/J9TK63MPzXloQ2BtQzNEi9n3l54Yb0Ucpxaa+Js7Q0E97LM1s+OMC9He/drCgfO1 L9Bt24mui5ODA== Received: from johan by xi.lan with local (Exim 4.97.1) (envelope-from ) id 1s1ocf-000000000k4-0kOz; Tue, 30 Apr 2024 16:38:21 +0200 Date: Tue, 30 Apr 2024 16:38:21 +0200 From: Johan Hovold To: Luiz Augusto von Dentz Cc: Doug Anderson , Johan Hovold , Marcel Holtmann , linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Janaki Ramaiah Thota Subject: Re: [PATCH] Bluetooth: qca: generalise device address check Message-ID: References: <20240426155801.25277-1-johan+linaro@kernel.org> Precedence: bulk X-Mailing-List: linux-bluetooth@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Tue, Apr 30, 2024 at 10:21:37AM -0400, Luiz Augusto von Dentz wrote: > On Sat, Apr 27, 2024 at 5:51 AM Johan Hovold wrote: > > You're right. I'll drop this check when revisiting this next week. > > I assume you will spin another version then? Yes. I have prepared a v2 series. I was just waiting a bit to see where the discussion in this thread went. Johan