From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754770AbdKNKTe (ORCPT ); Tue, 14 Nov 2017 05:19:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44722 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752929AbdKNKT2 (ORCPT ); Tue, 14 Nov 2017 05:19:28 -0500 Date: Tue, 14 Nov 2017 11:19:24 +0100 From: Jiri Olsa To: Fengguang Wu Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Namhyung Kim , David Carrillo-Cisneros , Tejun Heo , Hari Bathini , Thomas Gleixner Subject: Re: [perf_swevent_add] WARNING: CPU: 0 PID: 393 at kernel/events/core.c:7735 perf_swevent_add+0xe0/0x14f Message-ID: <20171114101924.GA26257@krava> References: <20171111103758.j7wakpzc5jcrluuw@wfg-t540p.sh.intel.com> <20171113143605.GA19842@krava> <20171113144712.wajhy3t4wrtik6t5@wfg-t540p.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171113144712.wajhy3t4wrtik6t5@wfg-t540p.sh.intel.com> User-Agent: Mutt/1.9.1 (2017-09-22) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Tue, 14 Nov 2017 10:19:27 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 13, 2017 at 10:47:12PM +0800, Fengguang Wu wrote: > On Mon, Nov 13, 2017 at 03:36:05PM +0100, Jiri Olsa wrote: > > On Sat, Nov 11, 2017 at 06:37:58PM +0800, Fengguang Wu wrote: > > > Hello, > > > > > > FYI this happens in 4.14.0-rc8, however not a new bug. > > > > SNIP > > > > > #!/bin/bash > > > > > > kernel=$1 > > > initrd=initrd.img > > > > > > wget --no-clobber https://github.com/fengguang/reproduce-kernel-bug/raw/master/initrd.img/$initrd > > > > 2017-11-13 15:34:14 ERROR 404: Not Found. > > Sorry, please replace the 2 lines with > > initrd=quantal-core-x86_64.cgz > > wget --no-clobber https://github.com/fengguang/reproduce-kernel-bug/raw/master/quantal/$initrd > reproduced, thanks jirka