[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130826091319.GZ6617@n2100.arm.linux.org.uk>
Date: Mon, 26 Aug 2013 10:13:19 +0100
From: Russell King - ARM Linux <linux@....linux.org.uk>
To: Fengguang Wu <fengguang.wu@...el.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [accent_init] BUG: unable to handle kernel NULL pointer
dereference at 00000078
On Mon, Aug 26, 2013 at 08:58:09AM +0800, Fengguang Wu wrote:
> Hi Russell King,
>
> Here is another bug that's triggered by
Not much idea about this one, I don't understand what debugobjects.c is
indicating.
What I think it may be indicating is that the timer list inside the
delayed workqueue is being initialized when it is already active, but
if that is the case, it means that we're releasing the same kobject
multiple times - I believe that kref will complain if that were the
case, so I suspect that's not what's going on here.
Hmm. My guess is that the cdev kobject is being correctly freed, but
nothing is notifying the debugobjects code that that has happened.
I don't see any kind of interface to destroy a delayed workqueue (or
any workqueue) which isn't on the stack - or even a timer for that
matter.
What this suggests is that allocating a structure containing a
struct timer_list, initialising that timer list, freeing the structure,
allocating it again (and getting the same address), initialising it
a second time will produce this warning.
So, it looks to me like the debugobjects stuff is... buggy.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists