2019-02-07 06:47:56

by Masashi Honma

[permalink] [raw]
Subject: [REGRESSION] mesh_pmksa_caching_oom test case fails

The hwsim test "mesh_pmksa_caching_oom" fails by inconsistent lock state.

By bisect commit c42055105785580563535e6d3143cad95c7ac7ee
'mac80211: fix TX status reporting for ieee80211s' looks causes this
issue.

The wpa_supplicant version is
commit e5a410f4726cc978781692a7eb9a2e2ceee9c076
'tests: Make /etc/alternatives work in VM'

Bisected-and-reported-by: Masashi Honma <[email protected]>

Masashi Honma.


2019-02-07 08:49:08

by Masashi Honma

[permalink] [raw]
Subject: Re: [REGRESSION] mesh_pmksa_caching_oom test case fails

On 2019/02/07 15:47, Masashi Honma wrote:
> The hwsim test "mesh_pmksa_caching_oom" fails by inconsistent lock state.
>
> By bisect commit c42055105785580563535e6d3143cad95c7ac7ee
> 'mac80211: fix TX status reporting for ieee80211s' looks causes this
> issue.
>
> The wpa_supplicant version is
> commit e5a410f4726cc978781692a7eb9a2e2ceee9c076
> 'tests: Make /etc/alternatives work in VM'

I forgot to attach the log file.

Masashi Honma.


Attachments:
mesh_pmksa_caching_oom.dmesg (16.74 kB)

2019-02-20 05:48:50

by Masashi Honma

[permalink] [raw]
Subject: Re: [REGRESSION] mesh_pmksa_caching_oom test case fails

On 2019/02/07 17:49, Masashi Honma wrote:
> On 2019/02/07 15:47, Masashi Honma wrote:
>> The hwsim test "mesh_pmksa_caching_oom" fails by inconsistent lock state.
>>
>> By bisect commit c42055105785580563535e6d3143cad95c7ac7ee
>> 'mac80211: fix TX status reporting for ieee80211s' looks causes this
>> issue.
>>
>> The wpa_supplicant version is
>> commit e5a410f4726cc978781692a7eb9a2e2ceee9c076
>> 'tests: Make /etc/alternatives work in VM'
>
> I forgot to attach the log file.

This looks fixed by this commit.

commit b4c3fbe6360178dc2181b7b43b7ae793a192b282
'mac80211: Use linked list instead of rhashtable walk for mesh tables'

Masashi Honma.