Merge branch 'qrtr-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 17 Jul 2023 08:02:30 +0000 (09:02 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Jul 2023 08:02:30 +0000 (09:02 +0100)
Vignesh Viswanathan says:

====================
net: qrtr: Few fixes in QRTR

Add fixes in QRTR ns to change server and nodes radix tree to xarray to
avoid a use-after-free while iterating through the server or nodes
radix tree.

Also fix the destination port value for IPCR control buffer on older
targets.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge