[PATCH] net:netfilter alloc xt_byteslimit_htable with wrong size

2017-09-07 Thread zhizhou . tian
From: Zhizhou Tian struct xt_byteslimit_htable used hlist_head, but alloc memory with sizeof(struct list_head) Change-Id: I75bc60e47e0823700d4303c9d763b7995e3b7bb3 Signed-off-by: Zhizhou Tian --- net/netfilter/xt_hashlimit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

How you tested this patch(8c7f010)

2016-01-26 Thread Zhizhou Tian
hi, Karam: I back ported "zram: implement rw_page operation of zram"(8c7f010) to linux3.10 on Spreadtrum tshark board. I test this patch with following code: mm/page_io.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/mm/page_io.c b/mm/page_io.c index 4e1c1c8..1556fc4 100644 --