netfilter.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] raid, kmemleak, netfilter: replace list_for_each_continue_rcu with new interface
       [not found] <502CB91E.4050304@linux.vnet.ibm.com>
@ 2012-08-17  4:33 ` Michael Wang
  0 siblings, 0 replies; only message in thread
From: Michael Wang @ 2012-08-17  4:33 UTC (permalink / raw)
  To: LKML, linux-raid, linux-mm, netdev@vger.kernel.org, netfilter,
	coreteam, netfilter-devel
  Cc: neilb, catalin.marinas, David Miller, kaber, pablo,
	paulmck@linux.vnet.ibm.com

From: Michael Wang <wangyun@linux.vnet.ibm.com>

This patch set will replace the list_for_each_continue_rcu with the new
interface list_for_each_entry_continue_rcu, so we could remove the old
one later.

Changed:
	raid:		in "next_active_rdev"
	kmemleak:	in "kmemleak_seq_next"
	netfilter:	in "nf_iterate"	

Tested:
	raid:
		mdadm command with an internal bitmap.
	kmemleak:
		enable kmemleak and check the info it captured.
	netfilter:
		add rule to iptables and check result by ping.
		nfqnl_test which is a test utility of libnetfilter_queue.

	All testing are using printk to make sure the code we want test
	was invoked.

Signed-off-by: Michael Wang <wangyun@linux.vnet.ibm.com>
---
 drivers/md/bitmap.c  |    9 +++------
 mm/kmemleak.c        |    6 ++----
 net/netfilter/core.c |   11 +++++++----
 3 files changed, 12 insertions(+), 14 deletions(-)


--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-17  4:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <502CB91E.4050304@linux.vnet.ibm.com>
2012-08-17  4:33 ` [PATCH 0/3] raid, kmemleak, netfilter: replace list_for_each_continue_rcu with new interface Michael Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).