Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1173892

Re: [RFC PATCH 1/2] regmap: add configurable lock class key for lockdep

From Arjan van de Ven <arjan@linux.intel.com>
Newsgroups linux.kernel
Subject Re: [RFC PATCH 1/2] regmap: add configurable lock class key for lockdep
Date 2015-06-29 17:40 +0200
Message-ID <pGJk7-77K-53@gated-at.bofh.it> (permalink)
References (6 earlier) <pGGYV-3RN-1@gated-at.bofh.it> <pGHV0-5cS-19@gated-at.bofh.it> <pGIem-5zg-9@gated-at.bofh.it> <pGIo2-5Kx-13@gated-at.bofh.it> <pGJk7-77K-55@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 6/29/2015 8:32 AM, Mark Brown wrote:
> On Mon, Jun 29, 2015 at 07:35:20AM -0700, Arjan van de Ven wrote:
>
>> lockdep assumes that there is a known lock hierarchy, at least known
>> to the developer.
>
>> seems like for regmap there isn't
>
> It's not that there's no heirachy of locks, it's that lockdep is unable
> to understand what's going on since it's making simplifying assumptions
> that just aren't true.  If I remember the problem correctly it's
> grouping all locks allocated in the same place into one class which
> doesn't work at all for scenarios where you've got a generic interface
> providing services to many devices which may be stacked on top of each
> other.

but the stacking *IS* a lock hierarchy.

it just seems that the hierarchy is implied rather than explicit.


>> (I would be interested to know how you avoid ABBA deadlocks btw,
>> can you have 2 devices, one with a hierarchy one way, and another
>> with the hierarchy the other way?)
>
> I'm not sure I fully understand what you mean here, sorry - do you mean
> in terms of classes or individual devices?  The relationships between
> devices are all device and system defined, individual regmaps should be
> treated as separate classes.  From this perspective it's basically
> eqivalent to asking how the mutex code avoids misuse of mutexes.

well what I meant is inividual devices/ranges

like device A is on devmap A but then ends up using devmap B underneath
(e.g. the lock nesting case)

what prevents there from being a device B that is on devmap B but that
uses devmap A underneath


>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RFC PATCH 1/2] regmap: add configurable lock class key for lockdep Nicolas Boichat <drinkcat@chromium.org> - 2015-06-25 11:40 +0200
  [RFC PATCH 2/2] ASoC: rt5677: Add lockdep class to silence lockdep warnings Nicolas Boichat <drinkcat@chromium.org> - 2015-06-25 11:40 +0200
  Re: [RFC PATCH 1/2] regmap: add configurable lock class key for lockdep Nicolas Boichat <drinkcat@chromium.org> - 2015-06-26 04:40 +0200
  Re: [RFC PATCH 1/2] regmap: add configurable lock class key for lockdep Nicolas Boichat <drinkcat@chromium.org> - 2015-06-26 05:20 +0200
    Re: [RFC PATCH 1/2] regmap: add configurable lock class key for lockdep Lars-Peter Clausen <lars@metafoo.de> - 2015-06-29 16:20 +0200
      Re: [RFC PATCH 1/2] regmap: add configurable lock class key for  lockdep Mark Brown <broonie@kernel.org> - 2015-06-29 17:40 +0200
        Re: [alsa-devel] [RFC PATCH 1/2] regmap: add configurable lock class  key for lockdep Lars-Peter Clausen <lars@metafoo.de> - 2015-06-30 13:10 +0200
    Re: [RFC PATCH 1/2] regmap: add configurable lock class key for  lockdep Mark Brown <broonie@kernel.org> - 2015-06-29 16:30 +0200
      Re: [RFC PATCH 1/2] regmap: add configurable lock class key for lockdep Arjan van de Ven <arjan@linux.intel.com> - 2015-06-29 16:40 +0200
        Re: [RFC PATCH 1/2] regmap: add configurable lock class key for lockdep Arjan van de Ven <arjan@linux.intel.com> - 2015-06-29 17:40 +0200
        Re: [RFC PATCH 1/2] regmap: add configurable lock class key for  lockdep Mark Brown <broonie@kernel.org> - 2015-06-29 17:40 +0200
    Re: [RFC PATCH 1/2] regmap: add configurable lock class key for  lockdep Mark Brown <broonie@kernel.org> - 2015-06-29 16:30 +0200

csiph-web