net: qrtr: Fix port ID for control messages
stable inclusion from stable-5.10.18 commit 36e4b93838906cf5bdc20bf08b3da077404f3bf5 bugzilla: 50148 -------------------------------- [ Upstream commit ae068f56 ] The port ID for control messages was uncorrectly set with broadcast node ID value, causing message to be dropped on remote side since not passing packet filtering (cb->dst_port != QRTR_PORT_CTRL). Fixes: d27e77a3 ("net: qrtr: Reset the node and port ID of broadcast messages") Signed-off-by:Loic Poulain <loic.poulain@linaro.org> Signed-off-by:
Jakub Kicinski <kuba@kernel.org> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Chen Jun <chenjun102@huawei.com> Acked-by:
Xie XiuQi <xiexiuqi@huawei.com>
Loading
Please sign in to comment