public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Christian Eggers <noreply@github.com>
To: linux-bluetooth@vger.kernel.org
Subject: [bluez/bluez] 6983c9: doc: mesh-api: minor copy&paste fix
Date: Fri, 27 Jun 2025 09:58:04 -0700	[thread overview]
Message-ID: <bluez/bluez/push/refs/heads/master/dc7ca0-8e2425@github.com> (raw)

  Branch: refs/heads/master
  Home:   https://github.com/bluez/bluez
  Commit: 6983c985e08a8126bf75fde701a884450728be98
      https://github.com/bluez/bluez/commit/6983c985e08a8126bf75fde701a884450728be98
  Author: Christian Eggers <ceggers@arri.de>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M doc/mesh-api.txt

  Log Message:
  -----------
  doc: mesh-api: minor copy&paste fix


  Commit: 5651fc8bf55cc687c13bd08309c1d9fd26968503
      https://github.com/bluez/bluez/commit/5651fc8bf55cc687c13bd08309c1d9fd26968503
  Author: Christian Eggers <ceggers@arri.de>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M mesh/keyring.c
    M mesh/keyring.h

  Log Message:
  -----------
  mesh: keyring: constify


  Commit: eb8ffa0f972144163576402aee59de6035f7701f
      https://github.com/bluez/bluez/commit/eb8ffa0f972144163576402aee59de6035f7701f
  Author: Christian Eggers <ceggers@arri.de>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M mesh/mesh-config-json.c
    M mesh/mesh-config.h

  Log Message:
  -----------
  mesh: mesh-config: constify

removing 2 prototypes where an implementation never existed


  Commit: b913bd1b92a4ce1fe710972b4b453aa2d5feb509
      https://github.com/bluez/bluez/commit/b913bd1b92a4ce1fe710972b4b453aa2d5feb509
  Author: Christian Eggers <ceggers@arri.de>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M mesh/util.c
    M mesh/util.h

  Log Message:
  -----------
  mesh: util: constify


  Commit: 725a72ea654c2966f6d220ee39bbfca0369f1171
      https://github.com/bluez/bluez/commit/725a72ea654c2966f6d220ee39bbfca0369f1171
  Author: Christian Eggers <ceggers@arri.de>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M mesh/net.c

  Log Message:
  -----------
  mesh: mesh_net_transport_send: simplify

No need for internal copy of 'seq'.


  Commit: 2874aeb4d05679b1d96009d84a13882ca34c3eac
      https://github.com/bluez/bluez/commit/2874aeb4d05679b1d96009d84a13882ca34c3eac
  Author: Christian Eggers <ceggers@arri.de>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M mesh/manager.c
    M mesh/mesh.c
    M mesh/node.c
    M mesh/node.h
    M mesh/provision.h
    M mesh/remprv-server.c

  Log Message:
  -----------
  mesh: node_add_pending_local: use concrete type

No need for using a void pointer here. Add const qualifier to passed
mesh_prov_node_info.


  Commit: 2a40b2f8e07a8b9bf564fd59a5d1847d9a46fb57
      https://github.com/bluez/bluez/commit/2a40b2f8e07a8b9bf564fd59a5d1847d9a46fb57
  Author: Christian Eggers <ceggers@arri.de>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M mesh/mesh-io.h

  Log Message:
  -----------
  mesh: remove unused function typedef

mesh_io_recv_ext_func_t has been introduced in
6a6fe856a900 ("mesh: rework incoming advertisement filtering").
According to 'git log -p <rev> master' it has never been used.


  Commit: 2251e6d796209258b15f95ccbfdf63ebd96b5752
      https://github.com/bluez/bluez/commit/2251e6d796209258b15f95ccbfdf63ebd96b5752
  Author: Christian Eggers <ceggers@arri.de>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M mesh/net.c

  Log Message:
  -----------
  net: packet_received: avoid unnecessary copying

Since cca48f305b60 ("mesh: Fix Relaying for multiple nodes"), the packet
for relaying is assembled within send_relay_pkt(). So we do not need to
assemble a full packet within packet_received().

Additionally remove misleading initialization of 'msg' variable, the
value is assigned in all possible branches of
mesh_crypto_packet_parse().


  Commit: 8e2425dc2b2553803157d4bee52261e2f4d1ae73
      https://github.com/bluez/bluez/commit/8e2425dc2b2553803157d4bee52261e2f4d1ae73
  Author: Christian Eggers <ceggers@arri.de>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M tools/parser/parser.h

  Log Message:
  -----------
  tools: parser: fix printf format errors

struct timeval members can be 32 or 64 bits which results in "long long"
on some platforms. As there are no printf conversion specifiers for
time types, cast them to the longest possible types.


Compare: https://github.com/bluez/bluez/compare/dc7ca0e3b415...8e2425dc2b25

To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications

                 reply	other threads:[~2025-06-27 16:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bluez/bluez/push/refs/heads/master/dc7ca0-8e2425@github.com \
    --to=noreply@github.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox