v3.3 of xtables-addons does not compile against v5.2 of the kernel owing to a couple of kernel API changes. These two patches update the broken extensions to work with the new API's. Jeremy Sowden (2): xt_pknock, xt_SYSRQ: don't set shash_desc::flags. xt_DHCPMAC: replaced skb_make_writable with skb_ensure_writable. extensions/pknock/xt_pknock.c | 1 - extensions/xt_DHCPMAC.c | 3 ++- extensions/xt_SYSRQ.c | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) Since v1: * added this cover-letter; * fixed the skb_ensure_writable call in line with Florian Westphal's feedback. -- 2.20.1