On Thu, Oct 25, 2018 at 11:55:48PM +0900, Taehee Yoo wrote: > Two bugs in nf_conncount are fixed by this patch series. > > First patch fixes inconsistent lock state in conn_free(). > conn_free() is called both BH and process context. so that > spin_lock_bh() should be used. > > Second patch fixes unsafe locking scenario of list element. > conn_free() can't protect double delete of list element. > So that dead flag is added. Series, applied.