7a56714
                                                                                                                                                                                                                                                               
7a56714
Delivered-To: jwboyer@gmail.com
7a56714
Received: by 10.101.212.35 with SMTP id o35csp6769anq;
7a56714
        Sat, 2 Mar 2013 05:50:51 -0800 (PST)
7a56714
X-Received: by 10.68.137.42 with SMTP id qf10mr19122124pbb.80.1362232251119;
7a56714
        Sat, 02 Mar 2013 05:50:51 -0800 (PST)
7a56714
Return-Path: <linux-kernel-owner@vger.kernel.org>
7a56714
Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67])
7a56714
        by mx.google.com with ESMTP id pu7si8560937pbc.232.2013.03.02.05.50.50;
7a56714
        Sat, 02 Mar 2013 05:50:51 -0800 (PST)
7a56714
Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67;
7a56714
Authentication-Results: mx.google.com;
7a56714
       spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mail=linux-kernel-owner@vger.kernel.org;
7a56714
       dkim=neutral (body hash did not verify) header.i=@gmail.com
7a56714
Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
7a56714
	id S1752198Ab3CBNuU (ORCPT <rfc822;bloodsquadron@gmail.com>
7a56714
	+ 99 others); Sat, 2 Mar 2013 08:50:20 -0500
7a56714
Received: from mail-ee0-f48.google.com ([74.125.83.48]:46431 "EHLO
7a56714
	mail-ee0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
7a56714
	with ESMTP id S1752038Ab3CBNuT (ORCPT
7a56714
	<rfc822;linux-kernel@vger.kernel.org>);
7a56714
	Sat, 2 Mar 2013 08:50:19 -0500
7a56714
Received: by mail-ee0-f48.google.com with SMTP id t10so2921534eei.7
7a56714
        for <linux-kernel@vger.kernel.org>; Sat, 02 Mar 2013 05:50:18 -0800 (PST)
7a56714
DKIM-Signature:	v=1; a=rsa-sha256; c=relaxed/relaxed;
7a56714
        d=gmail.com; s=20120113;
7a56714
        h=x-received:date:from:to:cc:subject:message-id:references
7a56714
         :mime-version:content-type:content-disposition:in-reply-to
7a56714
         :user-agent;
7a56714
        bh=8ABPYEMGQsyhtGtpdGpnD1kQchBrqYm9rJ3sEUcIQOc=;
7a56714
        b=hx/4GjbvaME9C3c+WOrfUkkwnJ5jJXefsOhCKmPCE8kmswk3Tvm11198r4+y1jM/Bl
7a56714
         1wtIYby6sFgA08JUldm09fPpsKfbdeDnFAI5WmUAGJjahFXXRrQPocI6E0+s2BcM+t3H
7a56714
         Ii8g8ZvYJ+YMgbbSmp7mwMv98aa0+qdY6TIF4P/wNwAWrsjFh5TBgc/QyB0MzyQQ2tMp
7a56714
         LfA7n/2sH11vofS6FLSaWhtwGIIexPZ+oxWpvwBcCIYX+gTrSHPZqnLQkvhQ5oZDx7WF
7a56714
         6QlNEqlmL+usW1ApRCAwcL4jOaORDAC2MytGH4jdZNic0PqdzonfbJTRE6YmZ45FHtNG
7a56714
         l+6w==
7a56714
X-Received: by 10.15.101.204 with SMTP id bp52mr38431150eeb.31.1362232218031;
7a56714
        Sat, 02 Mar 2013 05:50:18 -0800 (PST)
7a56714
Received: from gmail.com (aek101.neoplus.adsl.tpnet.pl. [83.25.114.101])
7a56714
        by mx.google.com with ESMTPS id o3sm22363368eem.15.2013.03.02.05.50.16
7a56714
        (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
7a56714
        Sat, 02 Mar 2013 05:50:17 -0800 (PST)
7a56714
Date:	Sat, 2 Mar 2013 14:50:15 +0100
7a56714
From:	Marcin Jurkowski <marcin1j@gmail.com>
7a56714
To:	Sven Geggus <lists@fuchsschwanzdomain.de>
7a56714
Cc:	Evgeniy Polyakov <zbr@ioremap.net>, linux-kernel@vger.kernel.org
7a56714
Subject: [PATCH 1/1] w1: fix oops when w1_search is called from netlink
7a56714
 connector
7a56714
Message-ID: <20130302135015.GA21448@gmail.com>
7a56714
References: <20130116141627.GA23638@ioremap.net>
7a56714
 <20130302001103.GB18026@gmail.com>
7a56714
 <20130302094510.GA4695@geggus.net>
7a56714
MIME-Version: 1.0
7a56714
Content-Type: text/plain; charset=us-ascii
7a56714
Content-Disposition: inline
7a56714
In-Reply-To: <20130302094510.GA4695@geggus.net>
7a56714
User-Agent: Mutt/1.5.21 (2010-09-15)
7a56714
Sender:	linux-kernel-owner@vger.kernel.org
7a56714
Precedence: bulk
7a56714
List-ID: <linux-kernel.vger.kernel.org>
7a56714
X-Mailing-List:	linux-kernel@vger.kernel.org
7a56714
7a56714
On Sat, Mar 02, 2013 at 10:45:10AM +0100, Sven Geggus wrote:
7a56714
> This is the bad commit I found doing git bisect:
7a56714
> 04f482faf50535229a5a5c8d629cf963899f857c is the first bad commit
7a56714
> commit 04f482faf50535229a5a5c8d629cf963899f857c
7a56714
> Author: Patrick McHardy <kaber@trash.net>
7a56714
> Date:   Mon Mar 28 08:39:36 2011 +0000
7a56714
7a56714
Good job. I was too lazy to bisect for bad commit;)
7a56714
7a56714
Reading the code I found problematic kthread_should_stop call from netlink 
7a56714
connector which causes the oops. After applying a patch, I've been testing 
7a56714
owfs+w1 setup for nearly two days and it seems to work very reliable (no 
7a56714
hangs, no memleaks etc).
7a56714
More detailed description and possible fix is given below:
7a56714
7a56714
Function w1_search can be called from either kthread or netlink callback.
7a56714
While the former works fine, the latter causes oops due to kthread_should_stop
7a56714
invocation.
7a56714
7a56714
This patch adds a check if w1_search is serving netlink command, skipping
7a56714
kthread_should_stop invocation if so.
7a56714
7a56714
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
7a56714
---
7a56714
 drivers/w1/w1.c | 3 ++-
7a56714
 1 file changed, 2 insertions(+), 1 deletion(-)
7a56714
7a56714
diff --git a/drivers/w1/w1.c b/drivers/w1/w1.c
7a56714
index 7994d933..7e2220d 100644
7a56714
--- a/drivers/w1/w1.c
7a56714
+++ b/drivers/w1/w1.c
7a56714
@@ -924,7 +924,8 @@ void w1_search(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb
7a56714
 			tmp64 = (triplet_ret >> 2);
7a56714
 			rn |= (tmp64 << i);
7a56714
 
7a56714
-			if (kthread_should_stop()) {
7a56714
+			/* ensure we're called from kthread and not by netlink callback */
7a56714
+			if (!dev->priv && kthread_should_stop()) {
7a56714
 				mutex_unlock(&dev->bus_mutex);
7a56714
 				dev_dbg(&dev->dev, "Abort w1_search\n");
7a56714
 				return;
7a56714
-- 
7a56714
1.7.12.4
7a56714
7a56714
--
7a56714
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
7a56714
the body of a message to majordomo@vger.kernel.org
7a56714
More majordomo info at  http://vger.kernel.org/majordomo-info.html
7a56714
Please read the FAQ at  http://www.tux.org/lkml/