mbox series

[0/4] bluez5: backport fixes from master to wrynose

Message ID 20260626064233.704350-1-wei.deng@oss.qualcomm.com
Headers show
Series bluez5: backport fixes from master to wrynose | expand

Message

Wei Deng June 26, 2026, 6:42 a.m. UTC
These four patches are backports of fixes already merged in OE-core master
that are missing from wrynose. The first three patches (fixes from Jinwang,
Xiuzhuo and Mengshi) shift the SRC_URI context in bluez5.inc such that the
fourth patch (OBEX IMTU fix) cannot be cherry-picked cleanly onto wrynose
without them.

Please add to the wrynose review series.

Jinwang Li (1):
  bluez5: fix set volume failure

Mengshi Wu (1):
  bluez5: fix gatt cache sync issue

Wei Deng (1):
  bluez5: set L2CAP IMTU for OBEX profile listeners

xiuzhuo.shang@oss.qualcomm.com (1):
  bluez5: Fix sending extra bytes with MGMT_OP_ADD_EXT_ADV_DATA

 meta/recipes-connectivity/bluez5/bluez5.inc   |   4 +
 ...sending-extra-bytes-with-MGMT_OP_ADD.patch |  33 +++++
 ...2CAP-IMTU-for-OBEX-profile-listeners.patch | 118 ++++++++++++++++++
 ...x-stored-gatt-cache-DB-Hash-value-no.patch |  84 +++++++++++++
 ...t-volume-failure-with-invalid-device.patch |  46 +++++++
 5 files changed, 285 insertions(+)
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-advertising-Fix-sending-extra-bytes-with-MGMT_OP_ADD.patch
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-profile-Set-L2CAP-IMTU-for-OBEX-profile-listeners.patch
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-src-device-Fix-stored-gatt-cache-DB-Hash-value-no.patch
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-transport-Fix-set-volume-failure-with-invalid-device.patch

Comments

Yoann Congal June 26, 2026, 8:18 a.m. UTC | #1
On Fri Jun 26, 2026 at 8:42 AM CEST, Wei Deng wrote:
> These four patches are backports of fixes already merged in OE-core master
> that are missing from wrynose. The first three patches (fixes from Jinwang,
> Xiuzhuo and Mengshi) shift the SRC_URI context in bluez5.inc such that the
> fourth patch (OBEX IMTU fix) cannot be cherry-picked cleanly onto wrynose
> without them.
> Please add to the wrynose review series.

Hello,

Since this series is for wrynose, could you resend it with [wrynose] in
the patch titles?

Something like (adapted from the README suggestion):
  git send-email -M -4 --to openembedded-core@lists.openembedded.org --subject-prefix='wrynose][PATCH'

This helps a lot to avoid losing track of patches.

Thanks!
>
> Jinwang Li (1):
>   bluez5: fix set volume failure
>
> Mengshi Wu (1):
>   bluez5: fix gatt cache sync issue
>
> Wei Deng (1):
>   bluez5: set L2CAP IMTU for OBEX profile listeners
>
> xiuzhuo.shang@oss.qualcomm.com (1):
>   bluez5: Fix sending extra bytes with MGMT_OP_ADD_EXT_ADV_DATA
>
>  meta/recipes-connectivity/bluez5/bluez5.inc   |   4 +
>  ...sending-extra-bytes-with-MGMT_OP_ADD.patch |  33 +++++
>  ...2CAP-IMTU-for-OBEX-profile-listeners.patch | 118 ++++++++++++++++++
>  ...x-stored-gatt-cache-DB-Hash-value-no.patch |  84 +++++++++++++
>  ...t-volume-failure-with-invalid-device.patch |  46 +++++++
>  5 files changed, 285 insertions(+)
>  create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-advertising-Fix-sending-extra-bytes-with-MGMT_OP_ADD.patch
>  create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-profile-Set-L2CAP-IMTU-for-OBEX-profile-listeners.patch
>  create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-src-device-Fix-stored-gatt-cache-DB-Hash-value-no.patch
>  create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-transport-Fix-set-volume-failure-with-invalid-device.patch