[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5332188E.7050302@ahsoftware.de>
Date: Wed, 26 Mar 2014 01:00:14 +0100
From: Alexander Holler <holler@...oftware.de>
To: Sebastian Capella <sebastian.capella@...aro.org>,
Ezequiel Garcia <ezequiel.garcia@...e-electrons.com>
CC: Stefano Stabellini <stefano.stabellini@...citrix.com>,
Len Brown <len.brown@...el.com>,
"linaro-kernel@...ts.linaro.org" <linaro-kernel@...ts.linaro.org>,
Russell King <linux@....linux.org.uk>,
Jonathan Austin <jonathan.austin@....com>,
"linux-pm@...r.kernel.org" <linux-pm@...r.kernel.org>,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
Victor Kamensky <victor.kamensky@...aro.org>,
Will Deacon <will.deacon@....com>,
Linux Kernel <linux-kernel@...r.kernel.org>,
Sricharan R <r.sricharan@...com>,
Santosh Shilimkar <santosh.shilimkar@...com>,
Ben Dooks <ben.dooks@...ethink.co.uk>,
Russ Dill <Russ.Dill@...com>, Nicolas Pitre <nico@...aro.org>,
Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>,
Laura Abbott <lauraa@...eaurora.org>,
Catalin Marinas <catalin.marinas@....com>,
Stephen Boyd <sboyd@...eaurora.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
Jiang Liu <liuj97@...il.com>
Subject: Re: [PATCH v7 2/2] ARM hibernation / suspend-to-disk
Am 26.03.2014 00:36, schrieb Alexander Holler:
> Am 25.03.2014 19:38, schrieb Alexander Holler:
>
>> reboot too. Another solution would be to unregister the reboot_notifier
>> in the reboot_nofifier itself. I've just seen one watchdog driver
>> (drivers/rtc/rtc-m41t80.c) which does that. But I still think such
>
> That, btw. is broken. ;)
>
> Right after having send the mail, I've became that intuition, had a look
> and ... notifier.h does state the following:
>
> * atomic_notifier_chain_unregister(),
> blocking_notifier_chain_unregister(),
> * and srcu_notifier_chain_unregister() _must not_ be called from within
> * the call chain.
>
> (The reboot-notifier chain is of type blocking_notifier_chain)
>
> So I've picked up one user of reboot_notifier by random and had the luck
> to choose a broken one. ;)
>
> I will make a patch and will have a look if the same failure can be
> found elsewhere. There aren't that much users of the reboot-notifier, so
> it shouldn't cost me that much time.
Hmm, and either I was confused, or have looked at some other user of the
reboot_notifier, but rtc-m41t80.c doesn't call unregister from it's
notifier. And unfortunately there are a bit more users of the
reboot_notifier than I first thought. :/
I will check if I can find out at least at which driver I had a look at
which did call unregister_notifier from the notifier itself.
Regards,
Alexander Holler
--
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