[V2,net-next,0/2] net: qrtr: Few qrtr changes

Message ID 20230920053317.2165867-1-quic_srichara@quicinc.com
Headers
Series net: qrtr: Few qrtr changes |

Message

Sricharan Ramabadhran Sept. 20, 2023, 5:33 a.m. UTC
  Patch #1 Addresses a race condition between qrtr driver, ns opening
the control post and sending data to it.

Patch #2 Address the issue with legacy targets sending the SSR
notifications using DEL_PROC control message.

 [v2] Patch #1, 
             Added more appropriate commit text,
             Removed a redundant check and fixed local variables
             in reverse-christmas tree order.

      Patch #2,
	     Fixed a sparse warning.

Chris Lew (1):
  net: qrtr: Prevent stale ports from sending

Sricharan Ramabadhran (1):
  net: qrtr: Add support for processing DEL_PROC type control message

 include/uapi/linux/qrtr.h |  1 +
 net/qrtr/af_qrtr.c        | 74 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+)