Re: [PATCH 1/3] percpu counter: test module

2013-10-27 Thread Tejun Heo
On Sun, Oct 27, 2013 at 12:44:34AM -0700, Greg Thelen wrote: > Tests various percpu operations. > > Enable with CONFIG_PERCPU_TEST=m. > > Signed-off-by: Greg Thelen Acked-by: Tejun Heo Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

[PATCH 1/3] percpu counter: test module

2013-10-27 Thread Greg Thelen
Tests various percpu operations. Enable with CONFIG_PERCPU_TEST=m. Signed-off-by: Greg Thelen --- lib/Kconfig.debug | 9 lib/Makefile | 2 + lib/percpu_test.c | 138 ++ 3 files changed, 149 insertions(+) create mode 100644

[PATCH 1/3] percpu counter: test module

2013-10-27 Thread Greg Thelen
Tests various percpu operations. Enable with CONFIG_PERCPU_TEST=m. Signed-off-by: Greg Thelen gthe...@google.com --- lib/Kconfig.debug | 9 lib/Makefile | 2 + lib/percpu_test.c | 138 ++ 3 files changed, 149 insertions(+)

Re: [PATCH 1/3] percpu counter: test module

2013-10-27 Thread Tejun Heo
On Sun, Oct 27, 2013 at 12:44:34AM -0700, Greg Thelen wrote: Tests various percpu operations. Enable with CONFIG_PERCPU_TEST=m. Signed-off-by: Greg Thelen gthe...@google.com Acked-by: Tejun Heo t...@kernel.org Thanks. -- tejun -- To unsubscribe from this list: send the line unsubscribe