[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPDyKFq0_1LPX8KUkB_qKZXfm0yXKy5xusRjMK9kJdQULcf+eA@mail.gmail.com>
Date: Wed, 3 Jan 2024 14:24:05 +0100
From: Ulf Hansson <ulf.hansson@...aro.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: rafael@...nel.org, linux-kernel@...r.kernel.org,
Dave Ertman <david.m.ertman@...el.com>, Ira Weiny <ira.weiny@...el.com>,
William Breathitt Gray <william.gray@...aro.org>, David Hildenbrand <david@...hat.com>,
Oscar Salvador <osalvador@...e.de>, Kevin Hilman <khilman@...nel.org>, Len Brown <len.brown@...el.com>
Subject: Re: [PATCH] driver core: mark remaining local bus_type variables as const
On Tue, 19 Dec 2023 at 16:35, Greg Kroah-Hartman
<gregkh@...uxfoundation.org> wrote:
>
> Now that the driver core can properly handle constant struct bus_type,
> change the local driver core bus_type variables to be a constant
> structure as well, placing them into read-only memory which can not be
> modified at runtime.
>
> Cc: Dave Ertman <david.m.ertman@...el.com>
> Cc: Ira Weiny <ira.weiny@...el.com>
> Cc: "Rafael J. Wysocki" <rafael@...nel.org>
> Cc: William Breathitt Gray <william.gray@...aro.org>
> Cc: David Hildenbrand <david@...hat.com>
> Cc: Oscar Salvador <osalvador@...e.de>
> Cc: Kevin Hilman <khilman@...nel.org>
> Cc: Ulf Hansson <ulf.hansson@...aro.org>
> Cc: Len Brown <len.brown@...el.com>
> Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
> ---
> drivers/base/auxiliary.c | 2 +-
> drivers/base/isa.c | 2 +-
> drivers/base/memory.c | 2 +-
> drivers/base/node.c | 2 +-
> drivers/base/power/domain.c | 2 +-
This above file has moved to drivers/pmdomain/core.c and I am carrying
that patch in my pmdomain tree. If you have the time to send a
separate patch for it, I can pick it up.
Kind regards
Uffe
Powered by blists - more mailing lists