Re: [PATCH v3] net: qrtr: send msgs from local of same id as broadcast

From: David Miller
Date: Thu Apr 09 2020 - 13:09:29 EST


From: Wang Wenhu <wenhu.wang@xxxxxxxx>
Date: Wed, 8 Apr 2020 19:53:53 -0700

> If the local node id(qrtr_local_nid) is not modified after its
> initialization, it equals to the broadcast node id(QRTR_NODE_BCAST).
> So the messages from local node should not be taken as broadcast
> and keep the process going to send them out anyway.
>
> The definitions are as follow:
> static unsigned int qrtr_local_nid = NUMA_NO_NODE;
> #define QRTR_NODE_BCAST 0xffffffffu
>
> Fixes: commit fdf5fd397566 ("net: qrtr: Broadcast messages only from control port")
> Signed-off-by: Wang Wenhu <wenhu.wang@xxxxxxxx>

Please do not put the word "commit" in your Fixes: tag in the future,
it does not belong there.

Applied and queued up for -stable, thanks.