From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753986AbbIRO2f (ORCPT ); Fri, 18 Sep 2015 10:28:35 -0400 Received: from mail.kernel.org ([198.145.29.136]:52039 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752246AbbIRO2e (ORCPT ); Fri, 18 Sep 2015 10:28:34 -0400 Date: Fri, 18 Sep 2015 11:28:30 -0300 From: Arnaldo Carvalho de Melo To: =?utf-8?B?5bmz5p2+6ZuF5bezIC8gSElSQU1BVFXvvIxNQVNBTUk=?= Cc: Namhyung Kim , "linux-perf-users@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Milian Wolff Subject: Re: [PATCH perf/core ] [BUGFIX] perf probe: Fix a segfault when removing uprobe events Message-ID: <20150918142830.GQ11551@kernel.org> References: <20150916125241.4446.44805.stgit@localhost.localdomain> <50399556C9727B4D88A595C8584AAB3752541831@GSjpTKYDCembx32.service.hitachi.net> <20150918142622.GP11551@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150918142622.GP11551@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, Sep 18, 2015 at 11:26:22AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, Sep 18, 2015 at 01:39:13AM +0000, 平松雅巳 / HIRAMATU,MASAMI escreveu: > > Hi Arnaldo, > > > > Could you pull this bugfix as an urgent patch, since this fixes a critical > > problem? > > Sure, thanks for the reminder. But it is not applying, checking: [acme@zoo linux]$ patch -p1 < /wb/1.patch patching file tools/perf/builtin-probe.c Hunk #1 FAILED at 380. 1 out of 1 hunk FAILED -- saving rejects to file tools/perf/builtin-probe.c.rej [acme@zoo linux]$ - Arnaldo