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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3A7EBC001B0 for ; Thu, 10 Aug 2023 00:56:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229733AbjHJA43 (ORCPT ); Wed, 9 Aug 2023 20:56:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229540AbjHJA42 (ORCPT ); Wed, 9 Aug 2023 20:56:28 -0400 Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A417AF5 for ; Wed, 9 Aug 2023 17:56:28 -0700 (PDT) Received: from github.com (hubbernetes-node-36bba2f.va3-iad.github.net [10.48.133.18]) by smtp.github.com (Postfix) with ESMTPA id 076658C0DC4 for ; Wed, 9 Aug 2023 17:56:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691628988; bh=+sgN5t7pHFEEWDwGi7SeK9OrVKQdIPRFBJxZLdy5/+M=; h=Date:From:To:Subject:From; b=J9Ov+Pt3/gmrNVm0rExeRSB1zw/mTHQ94+gdpAET6JfTP8wislBq2iEOacXbxKQeg 7ZhJLT7M4R3T5DKR384vS5JKJL2mDmBWisWyVjoOHDoYHJyuZMHQgwF6bdeKVwTwrP x4g1tL8AI6efXD1Pvg1oGkzJIr/Xb8Y3ny5MVOFM= Date: Wed, 09 Aug 2023 17:56:28 -0700 From: bp1001 To: linux-bluetooth@vger.kernel.org Message-ID: Subject: [bluez/bluez] ac04e5: device: Fix not probing drivers at startup Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: linux-bluetooth@vger.kernel.org X-Auto-Response-Suppress: All Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: ac04e5f38225d672a10ffd0a9162c3e466b6977b https://github.com/bluez/bluez/commit/ac04e5f38225d672a10ffd0a9162c3e466b6977b Author: Luiz Augusto von Dentz Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M src/device.c Log Message: ----------- device: Fix not probing drivers at startup Patch 67a26abe53bf ("profile: Add probe_on_discover flag") introduced a regression which prevents drivers to be properly loaded at startup since at that point they are not connected when code shall testing if the devide is temporary instead. Commit: 8bf3a4a265bb199e21735639c57f1f652e5b8d45 https://github.com/bluez/bluez/commit/8bf3a4a265bb199e21735639c57f1f652e5b8d45 Author: Bart Philips Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M src/shared/gatt-server.c Log Message: ----------- shared/gatt-server: Fix not allowing valid attribute writes The length check shall not consider the command header, just its payload. Compare: https://github.com/bluez/bluez/compare/fc6f5856d177...8bf3a4a265bb