diff options
author | George Stark <gnstark@salutedevices.com> | 2024-04-11 19:10:25 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-04-11 17:34:41 +0100 |
commit | 4cd47222e435dec8e3787614924174f53fcfb5ae (patch) | |
tree | 67045bad44714f1707f72e36b5a4ea8f8d9ebb2c /scripts/gdb/linux/tasks.py | |
parent | 4cece764965020c22cff7665b18a012006359095 (diff) |
locking/mutex: Introduce devm_mutex_init()
Using of devm API leads to a certain order of releasing resources.
So all dependent resources which are not devm-wrapped should be deleted
with respect to devm-release order. Mutex is one of such objects that
often is bound to other resources and has no own devm wrapping.
Since mutex_destroy() actually does nothing in non-debug builds
frequently calling mutex_destroy() is just ignored which is safe for now
but wrong formally and can lead to a problem if mutex_destroy() will be
extended so introduce devm_mutex_init().
Suggested-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: George Stark <gnstark@salutedevices.com>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Marek BehĂșn <kabel@kernel.org>
Acked-by: Waiman Long <longman@redhat.com>
Link: https://lore.kernel.org/r/20240411161032.609544-2-gnstark@salutedevices.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions