From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [LKP] [tools] 6534770d6f: kernel_selftests.bpf.test_lwt_seg6local.fail Date: Thu, 1 Nov 2018 11:18:49 -0700 Message-ID: <20181101111849.183d4383@cakuba.netronome.com> References: <20181101032643.GB24195@shao2-debian> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , LKML , Linus Torvalds , lkp@01.org, Martin KaFai Lau , Okash Khawaja , Daniel Borkmann , Alexei Starovoitov , "netdev@vger.kernel.org" To: kernel test robot Return-path: In-Reply-To: <20181101032643.GB24195@shao2-debian> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, 1 Nov 2018 11:26:44 +0800, kernel test robot wrote: > FYI, we noticed the following commit (built with gcc-7): > > commit: 6534770d6f176093b50896961107b2d545ef38f0 ("tools: bpf: fix BTF code added twice to different trees") > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master That's a fix to a merge commit, perhaps something before broke it? > in testcase: kernel_selftests > with following parameters: > > group: kselftests-00 > > 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: 80 threads Skylake with 64G memory > > caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace): > > > commit: > 6b431d50d2a8acd1c418b998b856a055252ebc3a > 6534770d6f176093b50896961107b2d545ef38f0 > > 6b431d50d2a8acd1 6534770d6f176093b508969611 > ---------------- -------------------------- > fail:runs %reproduction fail:runs > | | | > 443:8 14689% 1618:8 dmesg.timestamp:last > :8 100% 8:8 kernel_selftests.bpf.test_lwt_seg6local.fail > :8 100% 8:8 kernel_selftests.bpf.test_lwt_seg6local.sh.fail > > > > > To reproduce: > > git clone https://github.com/intel/lkp-tests.git > cd lkp-tests > bin/lkp install job.yaml # job file is attached in this email > bin/lkp run job.yaml > > > > Thanks, > Rong Chen