(please be noted we reported
"[printk] 8e27473211: hwsim.ap_ft_pmf_bip_gmac_256.fail"
on
https://lore.kernel.org/all/20220430143056.GA27004@xsang-OptiPlex-9020/
when this commit is on linux-next/master
now we noticed there are other hwsim tests failures while
ap_ft_pmf_bip_gmac_256 problem is still existing, after this commit is on
mainline now.
FYI)
Greeting,
FYI, we noticed the following commit (built with gcc-11):
commit: 8e274732115f63c1d09136284431b3555bd5cc56 ("printk: extend console_lock for per-console locking")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
in testcase: hwsim
version: hwsim-x86_64-717e5d7-1_20220411
with following parameters:
test: group-18
ucode: 0xec
on test machine: 4 threads Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz with 32G memory
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
If you fix the issue, kindly add following tag
Reported-by: kernel test robot <[email protected]>
please be noted, besides ap_ft_pmf_bip_cmac_128, we also noticed there are two
other tests in this group failed on this commit, but could pass on parent.
09c5ba0aa2fcfdad 8e274732115f63c1d0913628443
---------------- ---------------------------
fail:runs %reproduction fail:runs
| | |
:6 50% 3:3 hwsim.ap_ft_eap_cui.fail
:6 50% 3:3 hwsim.ap_ft_many.fail
:6 50% 3:3 hwsim.ap_ft_pmf_bip_cmac_128.fail
2022-05-28 14:39:16 ./run-tests.py ap_ft_eap_cui
DEV: wlan0: 02:00:00:00:00:00
DEV: wlan1: 02:00:00:00:01:00
DEV: wlan2: 02:00:00:00:02:00
APDEV: wlan3
APDEV: wlan4
START ap_ft_eap_cui 1/1
Test: WPA2-EAP-FT AP with CUI
Starting AP wlan3
Starting AP wlan4
Connect to first AP
Connect STA wlan0 to AP
Roam to the second AP
Roam back to the first AP
Roaming association rejected
Traceback (most recent call last):
File "./run-tests.py", line 533, in main
t(dev, apdev)
File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_ft.py", line 1519, in test_ap_ft_eap_cui
generic_ap_ft_eap(dev, apdev, vlan=False, cui=True)
File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_ft.py", line 1487, in generic_ap_ft_eap
conndev=conndev, only_one_way=only_one_way)
File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_ft.py", line 273, in run_roams
dev.roam(ap1['bssid'])
File "/lkp/benchmarks/hwsim/tests/hwsim/wpasupplicant.py", line 1235, in roam
raise Exception("Roaming association rejected")
Exception: Roaming association rejected
FAIL ap_ft_eap_cui 2.019561 2022-05-28 14:39:18.963140
passed 0 test case(s)
skipped 0 test case(s)
failed tests: ap_ft_eap_cui
2022-05-28 14:39:18 ./run-tests.py ap_ft_many
DEV: wlan0: 02:00:00:00:00:00
DEV: wlan1: 02:00:00:00:01:00
DEV: wlan2: 02:00:00:00:02:00
APDEV: wlan3
APDEV: wlan4
START ap_ft_many 1/1
Test: WPA2-PSK-FT AP multiple times
Starting AP wlan3
Starting AP wlan4
Connect to first AP
Connect STA wlan0 to AP
Roam to the second AP
Roam back to the first AP
Roaming association rejected
Traceback (most recent call last):
File "./run-tests.py", line 533, in main
t(dev, apdev)
File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_ft.py", line 437, in test_ap_ft_many
run_roams(dev[0], apdev, hapd0, hapd1, ssid, passphrase, roams=50)
File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_ft.py", line 273, in run_roams
dev.roam(ap1['bssid'])
File "/lkp/benchmarks/hwsim/tests/hwsim/wpasupplicant.py", line 1235, in roam
raise Exception("Roaming association rejected")
Exception: Roaming association rejected
FAIL ap_ft_many 1.922176 2022-05-28 14:39:21.058942
passed 0 test case(s)
skipped 0 test case(s)
failed tests: ap_ft_many
...
2022-05-28 14:39:22 ./run-tests.py ap_ft_pmf_bip_cmac_128
DEV: wlan0: 02:00:00:00:00:00
DEV: wlan1: 02:00:00:00:01:00
DEV: wlan2: 02:00:00:00:02:00
APDEV: wlan3
APDEV: wlan4
START ap_ft_pmf_bip_cmac_128 1/1
Test: WPA2-PSK-FT AP with PMF/BIP-CMAC-128
Starting AP wlan3
Starting AP wlan4
Connect to first AP
Connect STA wlan0 to AP
Roam to the second AP
Roam back to the first AP
Roaming association rejected
Traceback (most recent call last):
File "./run-tests.py", line 533, in main
t(dev, apdev)
File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_ft.py", line 549, in test_ap_ft_pmf_bip_cmac_128
run_ap_ft_pmf_bip(dev, apdev, "AES-128-CMAC")
File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_ft.py", line 580, in run_ap_ft_pmf_bip
group_mgmt=cipher)
File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_ft.py", line 273, in run_roams
dev.roam(ap1['bssid'])
File "/lkp/benchmarks/hwsim/tests/hwsim/wpasupplicant.py", line 1235, in roam
raise Exception("Roaming association rejected")
Exception: Roaming association rejected
FAIL ap_ft_pmf_bip_cmac_128 1.981388 2022-05-28 14:39:24.770954
passed 0 test case(s)
skipped 0 test case(s)
failed tests: ap_ft_pmf_bip_cmac_128
To reproduce:
git clone https://github.com/intel/lkp-tests.git
cd lkp-tests
sudo bin/lkp install job.yaml # job file is attached in this email
bin/lkp split-job --compatible job.yaml # generate the yaml file for lkp run
sudo bin/lkp run generated-yaml-file
# if come across any failure that blocks the test,
# please remove ~/.lkp and /lkp dir to run from a clean state.
--
0-DAY CI Kernel Test Service
https://01.org/lkp