Re: Re: reproducible w1 oops on recent kernels (at least since 3.2.x)

2013-03-01 Thread Marcin Jurkowski
On Wednesday, January 16, 2013 3:16:38 PM UTC+1, Evgeniy Polyakov wrote: > Can you confirm that bug still persists and that it doesn't exist in > > 3.1? Do you have a possibility to bisect w1 bits down to broken > commit? Hi I can confirm that this bug persists in recent kernel. Onewire netlink

[PATCH 1/1] w1: fix oops when w1_search is called from netlink connector

2013-03-02 Thread Marcin Jurkowski
ving netlink command, skipping kthread_should_stop invocation if so. Signed-off-by: Marcin Jurkowski --- drivers/w1/w1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/w1/w1.c b/drivers/w1/w1.c index 7994d933..7e2220d 100644 --- a/drivers/w1/w1.c +++ b/drivers/w1/w1.c @@ -