From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v6 0/6] net: tcp: sctp: dccp: Replace jprobe usage with trace events Date: Thu, 28 Dec 2017 12:06:13 -0500 (EST) Message-ID: <20171228.120613.1048334566479767343.davem@davemloft.net> References: <151444140014.11331.17287122201510506083.stgit@devbox> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 To: mhiramat@kernel.org Return-path: In-Reply-To: <151444140014.11331.17287122201510506083.stgit@devbox> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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. Please audit the entire series for an issue when it is brought to your attention. Thank you.