From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C612BC282D8 for ; Fri, 1 Feb 2019 17:38:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 95A91218AF for ; Fri, 1 Feb 2019 17:38:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731365AbfBARiV (ORCPT ); Fri, 1 Feb 2019 12:38:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58224 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731332AbfBARiU (ORCPT ); Fri, 1 Feb 2019 12:38:20 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 630F341A26; Fri, 1 Feb 2019 17:38:20 +0000 (UTC) Received: from krava (ovpn-204-151.brq.redhat.com [10.40.204.151]) by smtp.corp.redhat.com (Postfix) with SMTP id 7A2D260123; Fri, 1 Feb 2019 17:38:17 +0000 (UTC) Date: Fri, 1 Feb 2019 18:38:16 +0100 From: Jiri Olsa To: Vince Weaver Cc: Ravi Bangoria , lkml , Peter Zijlstra , linux-perf-users@vger.kernel.org, Arnaldo Carvalho de Melo , Andi Kleen , eranian@google.com, "Naveen N. Rao" Subject: Re: System crash with perf_fuzzer (kernel: 5.0.0-rc3) Message-ID: <20190201173816.GA19907@krava> References: <7c7ec3d9-9af6-8a1d-515d-64dcf8e89b78@linux.ibm.com> <20190130183648.GA24233@krava> <20190131082711.GC24233@krava> <20190201074353.GA8778@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Fri, 01 Feb 2019 17:38:20 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 01, 2019 at 11:27:28AM -0500, Vince Weaver wrote: > On Fri, 1 Feb 2019, Jiri Olsa wrote: > > > with attached patch I did not trigger the fuzzer crash > > for over a day now, could you guys try? > > I've just started fuzzing with the patch applied. Often it takes a few > hours to trigger the bug. cool, thanks > > Added question about this bug. It appeared that the crash was triggered > by the BTS driver over-writing kernel memory. The data being written, was > this user controllable? Meaning, is this a security issue being fixed, or > just a crashing issue? yea, I have an example that can trigger it immediately jirka