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