--- x/net/kcm/kcmsock.c +++ y/net/kcm/kcmsock.c @@ -717,6 +717,8 @@ static void kcm_tx_work(struct work_stru lock_sock(sk); + if (kcm->tx_stopped) + goto out; /* Primarily for SOCK_DGRAM sockets, also handle asynchronous tx * aborts */