[PATCH V2 net-next 0/2] net: qrtr: Few qrtr changes
From: Sricharan Ramabadhran
Date: Wed Sep 20 2023 - 01:33:57 EST
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(+)
--
2.34.1