From: Markus Elfring <Markus.Elfring@web.de>
To: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
Bard Liao <yung-chuan.liao@linux.intel.com>,
linux-sound@vger.kernel.org, Vinod Koul <vkoul@kernel.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Bard Liao <bard.liao@intel.com>,
Vinod Koul <vinod.koul@linaro.org>
Subject: Re: soundwire: fix usages of device_get_named_child_node()
Date: Tue, 28 May 2024 18:22:23 +0200 [thread overview]
Message-ID: <a2036c46-0527-4ac3-a40b-c9c2cd3e185e@web.de> (raw)
In-Reply-To: <9d5f2625-f3e7-4212-8c9a-c22f137f39d9@linux.intel.com>
>>> Add fwnode_handle_put() to avoid leaked references.
>>
>> Are you going to respond also to my previous patch review
>> in more constructive ways?
>> https://lore.kernel.org/lkml/eb15ab0a-e416-4ae9-98bb-610fdc04492c@web.de/
>> https://lkml.org/lkml/2024/4/29/493
>
> Sorry about that, both Bard and I missed your comments.
How could this happen?
> On the Fixes tag: I made a deliberate choice to add all the fixes in one
> patch, to show that the usage was copy-pasted and done 'wrong' in
> multiple places. That makes it really hard to add a Fixes tag since the
> different uses were added in a time interval of about 5 years.
Is it interesting how the affected software components evolved in the meantime?
> We could split and have multiple patches if that was desired, but I
> would still not include a Fixes tag since the leaked references are not
> that bad, we read the Manager properties on probe, and the peripheral
> properties are generally not used by codec drivers, so it's unlikely
> that any user will ever see a problem that requires a backport in linux-stable.
…
I became curious how the exception handling will be completed here.
* Do you still care for the usage of goto chains?
https://wiki.sei.cmu.edu/confluence/display/c/MEM12-C.+Consider+using+a+goto+chain+when+leaving+a+function+on+error+when+using+and+releasing+resources
* How do you think about to increase the application of scope-based resource management?
https://elixir.bootlin.com/linux/v6.10-rc1/source/include/linux/cleanup.h#L124
Regards,
Markus
next prev parent reply other threads:[~2024-05-28 16:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-28 6:35 [PATCH RESEND] soundwire: fix usages of device_get_named_child_node() Bard Liao
2024-05-28 15:19 ` Markus Elfring
2024-05-28 15:41 ` Pierre-Louis Bossart
2024-05-28 16:22 ` Markus Elfring [this message]
2024-05-28 16:46 ` Vinod Koul
2024-05-28 16:55 ` Markus Elfring
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=a2036c46-0527-4ac3-a40b-c9c2cd3e185e@web.de \
--to=markus.elfring@web.de \
--cc=bard.liao@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=vinod.koul@linaro.org \
--cc=vkoul@kernel.org \
--cc=yung-chuan.liao@linux.intel.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.