On 11/13/2024 4:30 PM, Uladzislau Rezki (Sony) wrote:
> A static analyzer for C, Smatch, reports and triggers below
> warnings:
>
>kernel/rcu/rcuscale.c:1215 rcu_scale_init()
>warn: inconsistent returns 'global &fullstop_mutex'.
>
> The checker complains about, we do not unlock the "fu
A static analyzer for C, Smatch, reports and triggers below
warnings:
kernel/rcu/rcuscale.c:1215 rcu_scale_init()
warn: inconsistent returns 'global &fullstop_mutex'.
The checker complains about, we do not unlock the "fullstop_mutex"
mutex, in case of hitting below error path:
...
if
2 matches
Mail list logo