On Mon, Feb 03, 2020 at 01:06:18PM +0100, Florian Westphal wrote: > nftables test case > tests/shell/testcases/flowtable/0001flowtable_0 > > results in a crash. After the refactor, if we leave early via > nf_flowtable_hw_offload(), then "struct flow_block_offload" is left > in an uninitialized state, but later users assume its initialised. Thanks Florian. I'll apply this variant of your patch, and sorry for this breakage.