From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: RCU callback crashes Date: Tue, 19 Dec 2017 22:22:27 -0800 Message-ID: <20171219222227.402e684a@cakuba.netronome.com> References: <20171219175921.7db9b0e1@cakuba.netronome.com> <20171220061118.GB1916@nanopsycho> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "netdev@vger.kernel.org" , Cong Wang To: Jiri Pirko Return-path: Received: from mx3.wp.pl ([212.77.101.9]:19946 "EHLO mx3.wp.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751843AbdLTGWe (ORCPT ); Wed, 20 Dec 2017 01:22:34 -0500 In-Reply-To: <20171220061118.GB1916@nanopsycho> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 20 Dec 2017 07:11:18 +0100, Jiri Pirko wrote: > Wed, Dec 20, 2017 at 02:59:21AM CET, kubakici@wp.pl wrote: > >Hi! > > > >If I run the netdevsim test long enough on a kernel with no debugging > > Just running tools/testing/selftests/bpf/test_offload.py? Yes, like this: while ./linux/tools/testing/selftests/bpf/test_offload.py --log /tmp/log; do echo; done I usually crashes after ~10 minutes on my machine. > >I get this: > > Could you try to run it with kasan on? I didn't manage to reproduce it with KASAN on so far :( Even enabling object debugging to get the second splat in my email (which is more useful) actually makes the crash go away, I only see the warning...