Hi, On Thu, Mar 25, 2021 at 06:25:04PM +0100, Florian Westphal wrote: [...] > Last patch allows to move log backend module load > to nft_log to avoid a deadlock that can occur when request_module() > is called with the nft transaction mutex held. With this series applied, my reproducer doesn't lock up anymore. In addition to that, neither iptables nor nftables testsuites seem unhappy with the change. Hence: Tested-by: Phil Sutter <phil@xxxxxx> Thanks a lot, Phil