Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2030638imu; Thu, 17 Jan 2019 07:17:04 -0800 (PST) X-Google-Smtp-Source: ALg8bN5IUVtYodrQ8TW/nsfLuugr03esKsRoR312JB0DkEhiVyWcaWEkUiZaV7SUt6LKmX+SxtJP X-Received: by 2002:aa7:824f:: with SMTP id e15mr15017149pfn.192.1547738224133; Thu, 17 Jan 2019 07:17:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547738224; cv=none; d=google.com; s=arc-20160816; b=v+mz/QZdvCFfIe5ErdBkRsSwlaEQCzAH5jz3yewhswsHbvegayiSbd91gRn4yQF4cq QOf/yu0E972dtgRryHxXar+oTbLi2yPFP5TkOvkgWGKlkCrXHhnHf+Lqo7NZddmdk6XU Bl6VReXhslVyVxUApLIO45vPVynch46h+IcfDEeqg2+j5OoHTixuhujKyYStMIJbaVpR CDxNMYKmy0DPAXLoVzJcC8vZnU4rIWtmrs4sH602Yn8K8YesuKCdz1Qzw22id8LfUgT8 feYt2dXf5GSTFcf6v7+3ausXuhquXEd0zWbbswbS8vY1JHGXdsHxw0dOdtQH57/ujAWX Pp8g== 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; bh=j1vI6L6N1uf2H4LL4hvq6RTLKsV4Dfl/bi/Qsqh/0Ho=; b=udWd2KwxvYx6Jl7tgb4+DOkdqQfU1ytW/rtC26Bj2VKEdX0+s+Jtp98ceJLs3BeVZ5 LLdFmR3x4cjuTWXSeAFEfZBTnxiXv53pm6njl8Rgo7N7lowriuY/IH5wsf/ynKUygNKR rq/iR9Dd8exk2F5k6UrTl4FHTJh+wnuLTdUsQhHkKjdLpiD0ovapZGW2OjTrz5gsI1vu M1hixb7mj+o3cxnWmRbNDge3xIo7A3i/oF+4LTzfHBYQptrRRDA4JmxXkyDnnjwe3cQq D42Z6KOz4RVWi8lI76ACMNJUqhShjFXJRPdBLDFruK0kmrYvj/5k0LxVtvuMOceg7KM7 EVpw== 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 go3si1912726plb.97.2019.01.17.07.16.47; Thu, 17 Jan 2019 07:17:04 -0800 (PST) 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 S1726972AbfAQOUp (ORCPT + 99 others); Thu, 17 Jan 2019 09:20:45 -0500 Received: from mail.kernel.org ([198.145.29.99]:42348 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725898AbfAQOUp (ORCPT ); Thu, 17 Jan 2019 09:20:45 -0500 Received: from vmware.local.home (unknown [12.174.139.122]) (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 5C50820856; Thu, 17 Jan 2019 14:20:44 +0000 (UTC) Date: Thu, 17 Jan 2019 09:20:42 -0500 From: Steven Rostedt To: Masami Hiramatsu Cc: Andreas Ziegler , Ingo Molnar , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] tracing/uprobes: Fix output for multiple string arguments Message-ID: <20190117092042.4f689462@vmware.local.home> In-Reply-To: <20190117165807.64e95553ff397e7f73ba495b@kernel.org> References: <20190116084021.34b0beee@gandalf.local.home> <20190116141629.5752-1-andreas.ziegler@fau.de> <20190117150107.17f2c0c37e41126120c5eebb@kernel.org> <20190117165807.64e95553ff397e7f73ba495b@kernel.org> X-Mailer: Claws Mail 3.15.1 (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 Thu, 17 Jan 2019 16:58:07 +0900 Masami Hiramatsu wrote: > Ah, I got it. > Hmm, in that case, I have to update my patch in the previous mail. > Anyway, > > Acked-by: Masami Hiramatsu So this patch is good to go? If so, I'll pull it in and start testing it. I'm currently traveling (as you probably received my OoO emails), but I can still do a bit of work remotely. -- Steve