2022-03-28 22:03:52

by kernel test robot

[permalink] [raw]
Subject: [net] 40867d74c3: kernel-selftests.net.vrf-xfrm-tests.sh.No_qdisc_on_VRF_device.IPv6_xfrm_policy_based_on_address.fail



Greeting,

FYI, we noticed the following commit (built with gcc-9):

commit: 40867d74c374b235e14d839f3a77f26684feefe5 ("net: Add l3mdev index to flow struct and avoid oif reset for port devices")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master

in testcase: kernel-selftests
version: kernel-selftests-x86_64-4aeb6e60-1_20220324
with following parameters:

group: net
ucode: 0xec

test-description: The kernel contains a set of "self tests" under the tools/testing/selftests/ directory. These are intended to be small unit tests to exercise individual code paths in the kernel.
test-url: https://www.kernel.org/doc/Documentation/kselftest.txt


on test machine: 8 threads Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz with 28G 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]>


actually, besides reported in title, there are also below cases failed on this
commit, but pass on parent:

c84d86a0295c2448 40867d74c374b235e14d839f3a7
---------------- ---------------------------
fail:runs %reproduction fail:runs
| | |
:6 100% 6:6 kernel-selftests.net.srv6_end_dt46_l3vpn_test.sh.SRv6_VPN_connectivity_test_among_hosts_in_the_same_tenant.IPv6_Hosts_connectivity_hs-t100-1_->_hs-t100-2_tenant_100.fail
:6 100% 6:6 kernel-selftests.net.srv6_end_dt46_l3vpn_test.sh.SRv6_VPN_connectivity_test_among_hosts_in_the_same_tenant.IPv6_Hosts_connectivity_hs-t100-2_->_hs-t100-1_tenant_100.fail
:6 100% 6:6 kernel-selftests.net.srv6_end_dt46_l3vpn_test.sh.SRv6_VPN_connectivity_test_among_hosts_in_the_same_tenant.IPv6_Hosts_connectivity_hs-t200-3_->_hs-t200-4_tenant_200.fail
:6 100% 6:6 kernel-selftests.net.srv6_end_dt46_l3vpn_test.sh.SRv6_VPN_connectivity_test_among_hosts_in_the_same_tenant.IPv6_Hosts_connectivity_hs-t200-4_->_hs-t200-3_tenant_200.fail
:6 100% 6:6 kernel-selftests.net.srv6_end_dt46_l3vpn_test.sh.fail
:6 100% 6:6 kernel-selftests.net.srv6_end_dt6_l3vpn_test.sh.SRv6_VPN_connectivity_test_among_hosts_in_the_same_tenant.Hosts_connectivity_hs-t100-1_->_hs-t100-2_tenant_100.fail
:6 100% 6:6 kernel-selftests.net.srv6_end_dt6_l3vpn_test.sh.SRv6_VPN_connectivity_test_among_hosts_in_the_same_tenant.Hosts_connectivity_hs-t100-2_->_hs-t100-1_tenant_100.fail
:6 100% 6:6 kernel-selftests.net.srv6_end_dt6_l3vpn_test.sh.SRv6_VPN_connectivity_test_among_hosts_in_the_same_tenant.Hosts_connectivity_hs-t200-3_->_hs-t200-4_tenant_200.fail
:6 100% 6:6 kernel-selftests.net.srv6_end_dt6_l3vpn_test.sh.SRv6_VPN_connectivity_test_among_hosts_in_the_same_tenant.Hosts_connectivity_hs-t200-4_->_hs-t200-3_tenant_200.fail
:6 100% 6:6 kernel-selftests.net.srv6_end_dt6_l3vpn_test.sh.fail
:6 100% 6:6 kernel-selftests.net.vrf-xfrm-tests.sh.No_qdisc_on_VRF_device.IPv6_xfrm_policy_based_on_address.fail
:6 100% 6:6 kernel-selftests.net.vrf-xfrm-tests.sh.netem_qdisc_on_VRF_device.IPv6_xfrm_policy_based_on_address.fail



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



Attachments:
(No filename) (3.91 kB)
config-5.17.0-rc7-02491-g40867d74c374 (168.75 kB)
job-script (6.95 kB)
dmesg.xz (102.33 kB)
kernel-selftests (264.07 kB)
job.yaml (5.90 kB)
reproduce (407.00 B)
Download all attachments

2022-03-29 05:48:46

by David Ahern

[permalink] [raw]
Subject: Re: [net] 40867d74c3: kernel-selftests.net.vrf-xfrm-tests.sh.No_qdisc_on_VRF_device.IPv6_xfrm_policy_based_on_address.fail

On 3/27/22 8:14 AM, kernel test robot wrote:
>
>
> Greeting,
>
> FYI, we noticed the following commit (built with gcc-9):
>
> commit: 40867d74c374b235e14d839f3a77f26684feefe5 ("net: Add l3mdev index to flow struct and avoid oif reset for port devices")
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
>

Thanks for the report. I have a fix under test; will go out this week.