From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752317AbbFHNkT (ORCPT ); Mon, 8 Jun 2015 09:40:19 -0400 Received: from mail.kernel.org ([198.145.29.136]:44570 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751278AbbFHNkQ (ORCPT ); Mon, 8 Jun 2015 09:40:16 -0400 Date: Mon, 8 Jun 2015 10:39:57 -0300 From: Arnaldo Carvalho de Melo To: Milos Vyletel Cc: Ingo Molnar , Peter Zijlstra , Jiri Olsa , Don Zickus , Andy Shevchenko , "Steven Rostedt (Red Hat)" , "open list:PERFORMANCE EVENT..." Subject: Re: [PATCH] perf tools: avoid possible race condition in copyfile Message-ID: <20150608133957.GB3136@kernel.org> References: <1433407453-28739-1-git-send-email-milos@redhat.com> <20150604091100.GA19775@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150604091100.GA19775@gmail.com> 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 Thu, Jun 04, 2015 at 11:11:00AM +0200, Ingo Molnar escreveu: > * Milos Vyletel wrote: > > On top of that slow_copyfile no longer needs to deal with file mode when > > creating file since temporary file is already created and mode is set. > > > > Signed-off-by: Milos Vyletel > > Ok, that looks nice! > > Assuming it passes testing you can add my ack to it: > > Acked-by: Ingo Molnar Can you please try applying it on tip/perf/core instead? I think it is clashing with: commit 9c9f5a2f1944e8b6bf2b618d04b31e1c1760637e Author: Namhyung Kim Date: Mon May 18 09:30:18 2015 +0900 perf tools: Introduce copyfile_offset() function - Arnaldo