Received: by 10.192.165.156 with SMTP id m28csp1427056imm; Wed, 18 Apr 2018 09:27:04 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/0xHA2KqNA50WsHNDdY2oroQrXg53yRICtuqtE9xzspv4MLuda7D/4lHFheUFUWAe5x/6x X-Received: by 10.101.92.139 with SMTP id a11mr2313152pgt.204.1524068824914; Wed, 18 Apr 2018 09:27:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524068824; cv=none; d=google.com; s=arc-20160816; b=sRn6ZHW6gIjYRYC71c9ZLzjJ4xeCJwcKAHr/SBgbeFElIBMJBkpkd2GC5WtbUvy1h1 MyGoFUvuE+zBYybA7A2JYP/po9pUCNXDObXF72KihKSA3gO7aTMNLzRAd7A6aUKgoBaE iXJX36iZ7ZuCfROIjOfFXeye1X6ZI8Sm5Z7XWTQHTihZAYPlnJfdVVj8+ktmuER72C3E OLJzgsR+4sc8j+v2ImJB/kZRebIMfj64eSP6G5WGmrU5ZQjx4ZJ9QVdIbFdxsuP2ohrB MDTJ9S7ZYTQkoxCBGTKluShRQl5LRYwBPaBO0ZM8sQ9HiLpsbTEdeACI1x4H4F3nOBFs eLHw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date :dmarc-filter:arc-authentication-results; bh=R3lykyEWGma6tcbgOFEa+apH3A8gug3nUGCnOcf+ahA=; b=qn4Y4/ES1SVhV1oySUluYc+Mf4JEgA/Pw6Q39H+6lgR9DviNZ/qjtW5ap8t8BU7vwc 1U9j8K4GtBP9vhQX8utMRzaKWG6/hIusmGa19VkWpMiqBZTcA+s6IvRwe2nSEHFyXyWM uEWXzdtr0fHbv7cOqsbD/7M7Tr/w137P83/mcrtiOawjb7ITVUtButA+2FhYgfguxxWf kEqkYTBQ/GyHfZslL3FQKOhMdRa+LVHXn+vbT3OZLi1fNmlgofD0hhXs4Pr8Iqvr40c7 x5yYDuISbEwP5xGPOUM2JgcaBSaSooktxSaCUPMV7i278uG2v4+lvu2YTEj98y3itu9g +aOQ== 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 n2si1342638pgs.500.2018.04.18.09.26.50; Wed, 18 Apr 2018 09:27:04 -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 S1752241AbeDRQZl (ORCPT + 99 others); Wed, 18 Apr 2018 12:25:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:43432 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750981AbeDRQZk (ORCPT ); Wed, 18 Apr 2018 12:25:40 -0400 Received: from gandalf.local.home (cpe-66-24-56-78.stny.res.rr.com [66.24.56.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A564A2077A; Wed, 18 Apr 2018 16:25:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A564A2077A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Date: Wed, 18 Apr 2018 12:25:36 -0400 From: Steven Rostedt To: Song Liu Cc: Miklos Szeredi , LKML , Kernel Team , Ingo Molnar , "Howard McLauchlan" , Josef Bacik , "Srikar Dronamraju" Subject: Re: [PATCH 1/2] tracing: fix bad use of igrab in trace_uprobe.c Message-ID: <20180418122536.32e62b5e@gandalf.local.home> In-Reply-To: <6E88C284-7EEB-43EF-8C54-3DCB5F13124B@fb.com> References: <20180418062907.3210386-1-songliubraving@fb.com> <6E88C284-7EEB-43EF-8C54-3DCB5F13124B@fb.com> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Apr 2018 16:08:50 +0000 Song Liu wrote: > > This is not against -linus tree. > > These patches are against tip/perf/core. I can also send version against > -linus tree. I can take this patch in my tree (which is currently equal to 4.17-rc1). The other patch should go through tip. -- Steve