From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754539AbdL1Xsw (ORCPT ); Thu, 28 Dec 2017 18:48:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:50424 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751293AbdL1Xsu (ORCPT ); Thu, 28 Dec 2017 18:48:50 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 37E52217C3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=mhiramat@kernel.org Date: Fri, 29 Dec 2017 08:48:42 +0900 From: Masami Hiramatsu To: David Miller Cc: mingo@kernel.org, ian.mcdonald@jandi.co.nz, vyasevich@gmail.com, stephen@networkplumber.org, rostedt@goodmis.org, peterz@infradead.org, tglx@linutronix.de, linux-kernel@vger.kernel.org, hpa@zytor.com, gerrit@erg.abdn.ac.uk, nhorman@tuxdriver.com, dccp@vger.kernel.org, netdev@vger.kernel.org, linux-sctp@vger.kernel.org, sfr@canb.auug.org.au Subject: Re: [PATCH net-next v6 0/6] net: tcp: sctp: dccp: Replace jprobe usage with trace events Message-Id: <20171229084842.1baf0902f7a432b52a43e279@kernel.org> In-Reply-To: <20171228.120613.1048334566479767343.davem@davemloft.net> References: <151444140014.11331.17287122201510506083.stgit@devbox> <20171228.120613.1048334566479767343.davem@davemloft.net> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 28 Dec 2017 12:06:13 -0500 (EST) David Miller wrote: > From: Masami Hiramatsu > Date: Thu, 28 Dec 2017 15:10:00 +0900 > > > Changes from v5: > > [1/6]: Avoid preprocessor directives in tracepoint macro args > > Patch #1 is not the only patch which has this problem, at a minimum > patch #5 has it too. Oops, sorry... > Please audit the entire series for an issue when it is brought to your > attention. Thank you for your kindly advice. > > Thank you. -- Masami Hiramatsu