Re: [PATCH] xen-netback: fix possible format string flaw

2013-09-12 Thread David Miller
From: Ian Campbell Date: Wed, 11 Sep 2013 08:18:13 +0100 > On Tue, 2013-09-10 at 21:39 -0700, Kees Cook wrote: >> This makes sure a format string cannot accidentally leak into the >> kthread_run() call. >> >> Signed-off-by: Kees Cook > > Acked-by: Ian Campbell Applied and queued up for -stab

Re: [PATCH] xen-netback: fix possible format string flaw

2013-09-11 Thread Ian Campbell
On Tue, 2013-09-10 at 21:39 -0700, Kees Cook wrote: > This makes sure a format string cannot accidentally leak into the > kthread_run() call. > > Signed-off-by: Kees Cook Acked-by: Ian Campbell Thanks. Ian. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

[PATCH] xen-netback: fix possible format string flaw

2013-09-10 Thread Kees Cook
This makes sure a format string cannot accidentally leak into the kthread_run() call. Signed-off-by: Kees Cook --- drivers/net/xen-netback/interface.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/xen-netback/interface.c b/drivers/net/xen-netback/interface.c