On Monday 2015-11-09 10:14, Jan Engelhardt wrote: >On Monday 2015-11-09 00:49, Neal P. Murphy wrote: > >>Re-sent, as the original may have been overlooked. > >This was included in 2.6 already. >>diff -Nubr xtables-addons-1.45-P1/extensions/ACCOUNT/xt_ACCOUNT.c xtables-addons-1.45/extensions/ACCOUNT/xt_ACCOUNT.c >>--- xtables-addons-1.45-P1/extensions/ACCOUNT/xt_ACCOUNT.c 2015-10-19 01:23:03.000000000 -0400 >>+++ xtables-addons-1.45/extensions/ACCOUNT/xt_ACCOUNT.c 2015-10-19 01:23:39.000000000 -0400 >>@@ -145,7 +145,7 @@ >> unsigned int b; >> for (b = 0; b <= 255; b++) { >> if (mask_16->mask_24[b]) { >>- free_page((unsigned long)mask_16->mask_24[b]); >>+ free_pages((unsigned long)mask_16->mask_24[b], 2); Now placed into git master after seeing that there were still free_page() calls left. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html