[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <6202205.lOV4Wx5bFT@rafael.j.wysocki>
Date: Tue, 02 Sep 2025 15:40:54 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Linux PM <linux-pm@...r.kernel.org>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
LKML <linux-kernel@...r.kernel.org>, Danilo Krummrich <dakr@...nel.org>,
Ulf Hansson <ulf.hansson@...aro.org>, Saravana Kannan <saravanak@...gle.com>,
Johannes Berg <johannes@...solutions.net>
Subject: [PATCH v1 0/2] PM: core: Updates related to device link lists
Hi All,
The changes in this series clean up the usage of _rcu list walks for
walking lists of a device's links to suppliers and consumers.
The first patch changes the _rcu annotation of those list walks to
the _srcu one which is more appropriate because SRCU is used for
device link lists protection.
The second patch (which is not expected to make any functional difference)
adds two macros for walking lists of a device's links to suppliers and
consumers and updates power management code walking those lists to use
the new macros for more clarity and protection against possible coding
mistakes.
Thanks!
Powered by blists - more mailing lists