LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: Mark Brown <broonie@kernel.org>,
Rasmus Villemoes <linux@rasmusvillemoes.dk>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org,
Thomas Gleixner <tglx@linutronix.de>,
Lee Jones <lee.jones@linaro.org>, Biwen Li <biwen.li@nxp.com>,
Marc Zyngier <maz@kernel.org>,
"Rafael J. Wysocki" <rafael@kernel.org>,
Hou Zhiqiang <Zhiqiang.Hou@nxp.com>,
Arnd Bergmann <arnd@arndb.de>
Subject: Re: (subset) [PATCH 0/2] Use raw spinlocks in the ls-extirq driver
Date: Thu, 26 Aug 2021 13:51:09 +0100 [thread overview]
Message-ID: <162998211486.33598.9715111275111133802.b4-ty@kernel.org> (raw)
In-Reply-To: <20210825205041.927788-1-vladimir.oltean@nxp.com>
On Wed, 25 Aug 2021 23:50:39 +0300, Vladimir Oltean wrote:
> The ls-extirq irqchip driver accesses regmap inside its implementation
> of the struct irq_chip :: irq_set_type method, and currently regmap
> only knows to lock using normal spinlocks. But the method above wants
> raw spinlock context, so this isn't going to work and triggers a
> "[ BUG: Invalid wait context ]" splat.
>
> The best we can do given the arrangement of the code is to patch regmap
> and the syscon driver: regmap to support raw spinlocks, and syscon to
> request them on behalf of its ls-extirq consumer.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git for-next
Thanks!
[1/2] regmap: teach regmap to use raw spinlocks if requested in the config
commit: 67021f25d95292d285dd213c58401642b98eaf24
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
prev parent reply other threads:[~2021-08-26 12:51 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-25 20:50 Vladimir Oltean
2021-08-25 20:50 ` [PATCH 1/2] regmap: teach regmap to use raw spinlocks if requested in the config Vladimir Oltean
2021-08-26 23:01 ` Thomas Gleixner
2021-08-27 16:12 ` Vladimir Oltean
2021-08-27 19:59 ` Thomas Gleixner
2021-08-30 10:49 ` Vladimir Oltean
2021-08-30 11:02 ` Rasmus Villemoes
2021-08-30 12:42 ` Mark Brown
2021-08-30 12:19 ` Mark Brown
2021-08-30 14:16 ` Thomas Gleixner
2021-09-01 16:05 ` Mark Brown
2021-09-02 8:35 ` Thomas Gleixner
2021-08-25 20:50 ` [PATCH 2/2] mfd: syscon: request a regmap with raw spinlocks for some devices Vladimir Oltean
2021-08-25 21:24 ` Arnd Bergmann
2021-08-25 22:00 ` Vladimir Oltean
2021-08-26 9:24 ` Arnd Bergmann
2021-08-26 13:57 ` Vladimir Oltean
2021-08-26 14:48 ` Arnd Bergmann
2021-09-06 9:18 ` Lee Jones
2021-08-26 12:51 ` Mark Brown [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=162998211486.33598.9715111275111133802.b4-ty@kernel.org \
--to=broonie@kernel.org \
--cc=Zhiqiang.Hou@nxp.com \
--cc=arnd@arndb.de \
--cc=biwen.li@nxp.com \
--cc=gregkh@linuxfoundation.org \
--cc=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@rasmusvillemoes.dk \
--cc=maz@kernel.org \
--cc=rafael@kernel.org \
--cc=tglx@linutronix.de \
--cc=vladimir.oltean@nxp.com \
--subject='Re: (subset) [PATCH 0/2] Use raw spinlocks in the ls-extirq driver' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).