As register sg_interface, the sg_add will be called, which then will add device to sg_sysfs_class. This will cause lockdep warning, please see following email In this case the locks are from diffrent classi, one is sdev_class, another is sg_sysfs_class Here reclassify the sg_sysfs_class for lockdep Date: Wed, 14 May 2008 08:56:39 -0700 From: Greg KH <greg@kroah.com> To: Andrew Morton <akpm@linux-foundation.org>, Dave Young <hidave.darkstar@gmail.com> Cc: linux-scsi@vger.kernel.org, Kay Sievers <kay.sievers@vrfy.org> Subject: Re: lockdep whine in 2.6.26-rc2-mm1 Message-ID: <20080514155639.GB28594@kroah.com> References: <20080514000933.56adc131.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080514000933.56adc131.akpm@linux-foundation.org> User-Agent: Mutt/1.5.16 (2007-06-09) On Wed, May 14, 2008 at 12:09:33AM -0700, Andrew Morton wrote:Signed-off-by: Dave Young <hidave.darkstar@gmail.com> --- drivers/scsi/sg.c | 6 ++++++ 1 file changed, 6 insertions(+) diff -upr linux/drivers/scsi/sg.c linux.new/drivers/scsi/sg.c --- linux/drivers/scsi/sg.c 2008-05-27 17:09:42.000000000 +0800 +++ linux.new/drivers/scsi/sg.c 2008-05-27 17:09:51.000000000 +0800 @@ -49,6 +49,7 @@ static int sg_version_num = 30534; /* 2 #include <linux/delay.h> #include <linux/scatterlist.h> #include <linux/blktrace_api.h> +#include <linux/lockdep.h> #include "scsi.h" #include <scsi/scsi_dbg.h> @@ -67,6 +68,8 @@ static int sg_proc_init(void); static void sg_proc_cleanup(void); #endif +static struct lock_class_key sg_class_key; + #define SG_ALLOW_DIO_DEF 0 #define SG_ALLOW_DIO_CODE /* compile out by commenting this define */ @@ -1579,6 +1582,9 @@ init_sg(void) rc = PTR_ERR(sg_sysfs_class); goto err_out; } + + lockdep_set_class_and_name(&sg_sysfs_class->mutex, &sg_class_key, + sg_sysfs_class->name); sg_sysfs_valid = 1; rc = scsi_register_interface(&sg_interface); if (0 == rc) { --
| Peter Zijlstra | [RFC][PATCH 7/7] lockdep: spin_lock_nest_lock() |
| Gabriel C | Re: 2.6.24-rc2-mm1 |
| Andrew Morton | Re: [PATCH 2.6.21] cramfs: add cramfs Linear XIP |
| Jiri Kosina | Re: 2.6.21-rc5-mm4 |
git: | |
| Gregory Haskins | [RFC PATCH 00/17] virtual-bus |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
