[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250428211033.GA1632162-robh@kernel.org>
Date: Mon, 28 Apr 2025 16:10:33 -0500
From: Rob Herring <robh@...nel.org>
To: John Hubbard <jhubbard@...dia.com>
Cc: Remo Senekowitsch <remo@...nzli.dev>,
Danilo Krummrich <dakr@...nel.org>,
Dirk Behme <dirk.behme@...il.com>,
Saravana Kannan <saravanak@...gle.com>,
Miguel Ojeda <ojeda@...nel.org>,
Alex Gaynor <alex.gaynor@...il.com>,
Boqun Feng <boqun.feng@...il.com>, Gary Guo <gary@...yguo.net>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>,
Benno Lossin <benno.lossin@...ton.me>,
Andreas Hindborg <a.hindborg@...nel.org>,
Alice Ryhl <aliceryhl@...gle.com>, Trevor Gross <tmgross@...ch.edu>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Rafael J. Wysocki" <rafael@...nel.org>,
Dirk Behme <dirk.behme@...bosch.com>, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, rust-for-linux@...r.kernel.org
Subject: Re: [PATCH v3 3/7] rust: property: Introduce PropertyGuard
On Mon, Apr 28, 2025 at 01:25:03PM -0700, John Hubbard wrote:
> On 4/28/25 1:18 PM, Rob Herring wrote:
> > On Sun, Apr 27, 2025 at 03:12:18PM -0700, John Hubbard wrote:
> >> On 4/26/25 2:50 PM, Remo Senekowitsch wrote:
> >>> On Sat Apr 26, 2025 at 5:02 PM CEST, Danilo Krummrich wrote:
> >>>> On Sat, Apr 26, 2025 at 04:35:07PM +0200, Dirk Behme wrote:
> >>>>> On 26.04.25 16:19, Danilo Krummrich wrote:
> >>>>>> On Sat, Apr 26, 2025 at 01:08:39PM +0200, Remo Senekowitsch wrote:
> >>>>>>> On Sat Apr 26, 2025 at 12:15 PM CEST, Danilo Krummrich wrote:
> >> ...
> >> The idea is that the lower level you are in the software stack, the
> >> more rare printing should be.
> >
> > If that's a kernel style/requirement, I've never heard that. About the
> > only coding style in this area I'm aware of don't print messages on
> > kmalloc failure because the core does. It's the same concept here.
> >
> > When practically every caller is printing a message, it should go in the
>
> If *every* caller, without exception, today and tomorrow, including
> callers that expect failure--if all of those require printing a message,
> then yes, it's time to print from the lower level routine.
We do know for 2 reasons. The first is we document with schema whether a
property is required or not. That is a contract between the firmware and
the OS. Changing what's required breaks that contract. Second, the
caller indicates whether the property is required or not. We already do
this with subsystems that are indirectly accessing properties (e.g.
clk_get() and clk_get_optional()).
But see my other reply. We are perhaps arguing about the symptoms rather
than what is the root cause for having prints in the first place.
Rob
Powered by blists - more mailing lists