mbox series

[BlueZ,0/1] mesh: Use correct net_id in ctl_received

Message ID VI1PR09MB42395E20CFD614E52F3BC496E3BA9@VI1PR09MB4239.eurprd09.prod.outlook.com
Headers show
Series mesh: Use correct net_id in ctl_received | expand

Message

Isak Westin June 30, 2022, 7:29 a.m. UTC
Hi,

I had an issue that the mesh-daemon local node never responded to friend
requests from a low-power node. After some debugging, I found that the
net_key_id passed to the ctl_received function was always uninitialized.
It seems like the wrong variable was passed to the function.

Following patch changes to the correct variable. I tried it with these
changes and I can create a friendship with the mesh-daemon again.

Isak Westin (0):
  mesh: Use correct net_id for received CTL messages

 mesh/net.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org June 30, 2022, 8:30 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Brian Gix <brian.gix@intel.com>:

On Thu, 30 Jun 2022 09:29:18 +0200 you wrote:
> Hi,
> 
> I had an issue that the mesh-daemon local node never responded to friend
> requests from a low-power node. After some debugging, I found that the
> net_key_id passed to the ctl_received function was always uninitialized.
> It seems like the wrong variable was passed to the function.
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] mesh: Use correct net_id for received CTL messages
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=be7ebf29b370

You are awesome, thank you!