Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2003877imu; Thu, 17 Jan 2019 06:53:48 -0800 (PST) X-Google-Smtp-Source: ALg8bN7wSCI1zqGhK9j/Nbeba0peGi6tNP717CFNFG91H53ysFBWizsxJAW6fb+/vyU3cp4Gyvv1 X-Received: by 2002:a17:902:e08b:: with SMTP id cb11mr2093571plb.263.1547736828858; Thu, 17 Jan 2019 06:53:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547736828; cv=none; d=google.com; s=arc-20160816; b=c8pGJCxeQddD+goNJIb3IiLvAbyyL1ubJD0uR9ytxHhw3bQUg20vLzDSDU3XNo+1m2 Hb0RVRZvc3yv5Bg+eY9ySfbdJ3uRV1+VxbxG07+7n/xfNdY2wTX9coAD2HNnUbcNOf2H vvQsKrDky3PWfWeDpNtyUT1aoDZ18K95K2uAIReCEAimxSUl93tuNqXllesNs5NZVdFS 4mtVyE3BtB3a1QjFB8tTPbxhF019POUkOIDkT0IfpxklvJNAjDf0+lZHEMW3vQX5tQi1 /SUPXkDsZ99XX6HXoKs4BRxr/WPm0BX54ouN4lUgsAAVbkbD+htHfCyRdpQCM/G6riRm bd7A== 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=qd4cVn+hIF7knL8H1f/bb+i7rZ7vF7R5izvWhIgNSL4=; b=a+EfUR9NeV3gDZKcTG0pVDnE6kQulX89HA8HZ+uqACGtDeNJpogbKPplsM3ex89NYE F2Hennh9HwFTz9tpvgUnNixeLkxbY7mumzHDMBT2YYAea+uWXWNnAxjI68iepBURG7ue 3RUBDgIj+klXtbrUxxnas0UWGwJRubuqcO5MVtlNZPFfq0vBpMEltY3lRPATgZCNHzjl jX2dOMMldouDr/kIBWN1lys1DQbEB8dPrrVJZGQ58mjYA0s0lzZbOlRTSiNG7LMizxEi ChaAN3TMzVv4Pcv9XppJAHJLHKV97gJPO35VWaFoXKwXicOgXbRZOG2abkzXLJoeWKpX 1aYg== 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 f18si1736863pgl.457.2019.01.17.06.53.31; Thu, 17 Jan 2019 06:53:48 -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 S1727721AbfAQOvG (ORCPT + 99 others); Thu, 17 Jan 2019 09:51:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:35448 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727083AbfAQOvG (ORCPT ); Thu, 17 Jan 2019 09:51:06 -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 4E2E220652; Thu, 17 Jan 2019 14:51:05 +0000 (UTC) Date: Thu, 17 Jan 2019 09:51:02 -0500 From: Steven Rostedt To: Andreas Ziegler Cc: Masami Hiramatsu , Ingo Molnar , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] tracing/uprobes: Fix output for multiple string arguments Message-ID: <20190117095102.724939e2@vmware.local.home> In-Reply-To: <5ceb9b3b-3f67-4e84-b029-6e6d8ccc0449@fau.de> References: <20190116084021.34b0beee@gandalf.local.home> <20190116141629.5752-1-andreas.ziegler@fau.de> <20190117150107.17f2c0c37e41126120c5eebb@kernel.org> <20190117165807.64e95553ff397e7f73ba495b@kernel.org> <20190117092042.4f689462@vmware.local.home> <5ceb9b3b-3f67-4e84-b029-6e6d8ccc0449@fau.de> 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 15:29:09 +0100 Andreas Ziegler wrote: > From my side it's basically good to go, but I just realized that there > is no "Fixes: " tag in it but the problem it fixes goes back to > 5baaa59ef09e ("tracing/probes: Implement 'memory' fetch method for > uprobes") from 2013 (and is present in all current longterm and stable > kernels)... should I add a tag and resend a v3? > I was just about to ask you to provide the fixes tag. No need to resend, I'll just add it manually. I asked Masami to resend because it was a patch series. If it was just a single patch, I would have just asked what the fixes was for that particular patch. I can handle one patch, but not more than one ;-) -- Steve