David Howells <dhowells@xxxxxxxxxx> wrote: > I was trying to test cifs rdma and KASAN detected a UAF when using the > softRoCE RDMA driver (rxe): > > BUG: KASAN: use-after-free in smbd_reconnect (fs/cifs/smbdirect.c:1427 > if (server->smbd_conn->transport_status == SMBD_CONNECTED) { Okay, this seems to go back at least to v5.19, so it's been around for a while. David