From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-26.smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (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 C8BC8233149 for ; Mon, 26 Jan 2026 17:54:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.30.252.209 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769450086; cv=none; b=VlvFEpw/la/TwB3urDWyosH9ckrI4QEtkuU95vOIYSs0llv3IUbrjxEqZwCyZtRD038V+ZumZPgHwlkIqKURqc3mWuiU36S5vCjmKKRlXc4YO57y6rrxNYH0Ui7D623ry3npVuhJ9GRsUAhsnJpCqFbHseoNj/s+ASTMoyoWXow= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769450086; c=relaxed/simple; bh=COYA/W13Oa9LI8zrZOqsTDvbS4NDXwJooK4hXMQkS6Q=; h=Date:From:To:Message-ID:Subject:Mime-Version:Content-Type; b=eLvprh6+si87baFGLBnM690wYVjYyoA5pqf2SNgdRxbMGMukKwaC/ZBnsAFRX+ulhwtNPAw3Qc6QrTKg1LjedsJqRuCxl2tBNnXu4JpjvYYZ1XAlWLJGpg/WnVhNBWpjXe9UXPKbQ/igzixrY3A2beXlngXa2V0hl9poVES2nxg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=github.com; spf=pass smtp.mailfrom=github.com; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=FLkT2jkd; arc=none smtp.client-ip=192.30.252.209 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=github.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=github.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b="FLkT2jkd" Received: from github.com (hubbernetes-node-48c6993.ash1-iad.github.net [10.56.175.30]) by smtp.github.com (Postfix) with ESMTPA id E63A76000E9 for ; Mon, 26 Jan 2026 09:54:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1769450083; bh=/KQo7ihDNRPvDxBVhTSBuO6TMyA0TjLO/B2kOxgFbT0=; h=Date:From:To:Subject:List-Unsubscribe:From; b=FLkT2jkdFiwAD4Elu8YUDiB9tYtgTGwWPx6sclk8skhk9e0cgh0yLEjbuSbDb++1j B1MWKf84lkaBg/xmn9VKF2rpYMMrBM8RfPHlcdW7ahXWtihasB1bOkz72qpeQmo6xb iB/N2Y+zwEt5qMpwa/97uNISh1x2U0Zuy8ccA1WE= Date: Mon, 26 Jan 2026 09:54:43 -0800 From: Luiz Augusto von Dentz To: linux-bluetooth@vger.kernel.org Message-ID: Subject: [bluez/bluez] 825015: shared/shell: Fix not dequeueing command 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-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: linux-bluetooth@vger.kernel.org X-Auto-Response-Suppress: All Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 825015d82e2efbef08f669f146735c1f6be42583 https://github.com/bluez/bluez/commit/825015d82e2efbef08f669f146735c1f6be42583 Author: Luiz Augusto von Dentz Date: 2026-01-23 (Fri, 23 Jan 2026) Changed paths: M src/shared/shell.c Log Message: ----------- shared/shell: Fix not dequeueing command If script execution started with command that call bt_shell_noninteractive_quit directly it wouldn't execute the next command since data.line wouldn't be set. Commit: 521088388babaa02deca64abf729ebae9d7f1a2b https://github.com/bluez/bluez/commit/521088388babaa02deca64abf729ebae9d7f1a2b Author: Luiz Augusto von Dentz Date: 2026-01-26 (Mon, 26 Jan 2026) Changed paths: M src/shared/tmap.c Log Message: ----------- shared/tmap: Fix TMAP/SR/SGGIT/CHA/BV-01-C on big endian This fix the following error cause by not converting the role value to little endian: TMAP/SR/SGGIT/CHA/BV-01-C [Characteristic GGIT - TMAP Role] - run ** ERROR:src/shared/tester.c:992:test_io_recv: assertion failed: (memcmp(buf, iov->iov_base, len) == 0) Bail out! ERROR:src/shared/tester.c:992:test_io_recv: assertion failed: (memcmp(buf, iov->iov_base, len) == 0) Compare: https://github.com/bluez/bluez/compare/fddcda9751af...521088388bab To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications