From fcb19403bc997ec8fbd553b8e4672e050a6b76f6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 9 Nov 2015 22:33:47 +0100 Subject: [PATCH] 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 --- doc/changelog.txt | 2 ++ 1 file changed, 2 insertions(+) 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)