From: Jan Engelhardt Date: Mon, 9 Nov 2015 21:33:47 +0000 (+0100) Subject: xt_ACCOUNT: call free_pages(x,2) (doc) X-Git-Tag: v2.10~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcb19403bc997ec8fbd553b8e4672e050a6b76f6;p=thirdparty%2Fxtables-addons.git xt_ACCOUNT: call free_pages(x,2) (doc) Below is the patch with the *rest* of the free_page(X) calls changed to free_pages(X, 2). xt_ACCOUNT should always allocate memory in page pairs. And always *free* memory in page pairs. References: http://www.spinics.net/lists/netfilter-devel/msg39025.html --- diff --git a/doc/changelog.txt b/doc/changelog.txt index 8107ba2..c1cca53 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,6 +1,8 @@ HEAD ==== +Fixes: +- xt_ACCOUNT: call free_page with the right amount of pages v2.9 (2015-10-12)