Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp2038117ybp; Sat, 5 Oct 2019 04:32:52 -0700 (PDT) X-Google-Smtp-Source: APXvYqyi3mYBlB2ttADgpToNy7QbKxUJ/h2NcBLNLVBchvqly7QeJw9qkMNTKTqLjnVurkgPMPr4 X-Received: by 2002:a17:906:52d8:: with SMTP id w24mr15965955ejn.6.1570275172339; Sat, 05 Oct 2019 04:32:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570275172; cv=none; d=google.com; s=arc-20160816; b=Ra+HYQ3g223CXN5WJbx3StJfFwjGYtxdwCURf2HHrLqK/vWccbGKNt2AfEKOk5IoqX 1tpjz6QJ8NwpiyChc5nhvoi6rv6Bd0ZY1+tcOAqhk+8nDmGZB58MC+If7ZCFhvnagb4N 9H+lg//aqNa8XGgpbZeKlRkw7vu1vZRIlmM2ExUFDnJqdvJ9PfOwez8+IGxvFh3ytup8 h+YF+1QgnabuwmrBEKiLvCo9oG4QK1S2afRilvyBVrjYKvDU59gH6yDq15iJ1zVK23Z+ B21Swz3Eqz83RZQDCrqlTH1m9JJXTFM+T9ioeWtzmCVYfdF7gBJV6I34fcg6fR+hYKQS Mltw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=1MCp8Gj+NpZzJ0uWbwEPe68wGCm07BSko4wcKmkvI4c=; b=mvh1WceGg1PexsnS/Cen1Nel282WBJBXTUt9CtyFBKFliZUmfg+l9F2AHuDAtdqGcP wKDY6n/hudxoEQrz/8//zvAdwV42MqvvpozSwBiBpDqh5MDuUrMq/F3WGFtlUAINQEtG 3lEdozTvZI5kUbdlINbGbkIwgze5x9J/Rr0m/A+xFK7J2piowUY7jT6qSwHMcVlb8ijV 3JfUxIMKIs5HDWO3E4eVTTRhgdAAMprlS3nRuCLSGLY+uSyl3KHedzrp6xIvXu7BnwlB mG/gyJm/uqxCKh33hon4yJ8zdEoXwLl+5SCGnyM3kR0sPaj7vE5M50043lXVkIZh1Hpu U7Ew== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d10si4288991eja.69.2019.10.05.04.32.28; Sat, 05 Oct 2019 04:32:52 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727998AbfJELaB (ORCPT + 99 others); Sat, 5 Oct 2019 07:30:01 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:40141 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727956AbfJELaB (ORCPT ); Sat, 5 Oct 2019 07:30:01 -0400 Received: from [213.220.153.21] (helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iGiG6-0007kK-P3; Sat, 05 Oct 2019 11:29:58 +0000 Date: Sat, 5 Oct 2019 13:29:58 +0200 From: Christian Brauner To: Dmitry Vyukov Cc: syzbot , bsingharora@gmail.com, Marco Elver , LKML , syzkaller-bugs Subject: Re: KCSAN: data-race in taskstats_exit / taskstats_exit Message-ID: <20191005112957.n2fuhhmqdgrctcxj@wittgenstein> References: <0000000000009b403005942237bf@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 05, 2019 at 06:29:39AM +0200, Dmitry Vyukov wrote: > On Sat, Oct 5, 2019 at 6:26 AM syzbot > wrote: > > > > Hello, > > > > syzbot found the following crash on: > > > > HEAD commit: b4bd9343 x86, kcsan: Enable KCSAN for x86 > > git tree: https://github.com/google/ktsan.git kcsan > > console output: https://syzkaller.appspot.com/x/log.txt?x=125329db600000 > > kernel config: https://syzkaller.appspot.com/x/.config?x=c0906aa620713d80 > > dashboard link: https://syzkaller.appspot.com/bug?extid=c5d03165a1bd1dead0c1 > > compiler: gcc (GCC) 9.0.0 20181231 (experimental) > > > > Unfortunately, I don't have any reproducer for this crash yet. > > > > IMPORTANT: if you fix the bug, please add the following tag to the commit: > > Reported-by: syzbot+c5d03165a1bd1dead0c1@syzkaller.appspotmail.com > > +Christian, you wanted races in process mgmt ;) Yes, indeed. :) Sent a fix for this one just now. I'll put it in my fixes tree for rc3. Christian