[PATCH 3.2 02/95] tracing: Add #undef to fix compile error

2017-07-16 Thread Ben Hutchings
3.2.91-rc1 review patch. If anyone has any objections, please let me know. -- From: Rik van Riel commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the

[PATCH 3.2 02/95] tracing: Add #undef to fix compile error

2017-07-16 Thread Ben Hutchings
3.2.91-rc1 review patch. If anyone has any objections, please let me know. -- From: Rik van Riel commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the same .c file (as I

[PATCH 3.16 006/178] tracing: Add #undef to fix compile error

2017-07-16 Thread Ben Hutchings
3.16.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Rik van Riel commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the

[PATCH 3.16 006/178] tracing: Add #undef to fix compile error

2017-07-16 Thread Ben Hutchings
3.16.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Rik van Riel commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the same .c file (as I

[PATCH 3.10 162/250] tracing: Add #undef to fix compile error

2017-06-07 Thread Willy Tarreau
From: Rik van Riel commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the same .c file (as I currently have in some code I am working on), and the compile will blow up with

[PATCH 3.10 162/250] tracing: Add #undef to fix compile error

2017-06-07 Thread Willy Tarreau
From: Rik van Riel commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the same .c file (as I currently have in some code I am working on), and the compile will blow up with a "warning:

[PATCH 3.18 102/145] tracing: Add #undef to fix compile error

2017-04-16 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Rik van Riel commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the

[PATCH 3.18 102/145] tracing: Add #undef to fix compile error

2017-04-16 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Rik van Riel commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the same .c file (as I

[PATCH 3.12 014/142] tracing: Add #undef to fix compile error

2017-04-10 Thread Jiri Slaby
From: Rik van Riel 3.12-stable review patch. If anyone has any objections, please let me know. === commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the same

[PATCH 3.12 014/142] tracing: Add #undef to fix compile error

2017-04-10 Thread Jiri Slaby
From: Rik van Riel 3.12-stable review patch. If anyone has any objections, please let me know. === commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the same .c file (as I

[PATCH 4.4 16/35] tracing: Add #undef to fix compile error

2017-03-16 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Rik van Riel commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the

[PATCH 4.4 16/35] tracing: Add #undef to fix compile error

2017-03-16 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Rik van Riel commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the same .c file (as I

[PATCH 4.9 16/44] tracing: Add #undef to fix compile error

2017-03-16 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Rik van Riel commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the

[PATCH 4.9 16/44] tracing: Add #undef to fix compile error

2017-03-16 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Rik van Riel commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the same .c file (as I

[PATCH 4.10 17/48] tracing: Add #undef to fix compile error

2017-03-16 Thread Greg Kroah-Hartman
4.10-stable review patch. If anyone has any objections, please let me know. -- From: Rik van Riel commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the

[PATCH 4.10 17/48] tracing: Add #undef to fix compile error

2017-03-16 Thread Greg Kroah-Hartman
4.10-stable review patch. If anyone has any objections, please let me know. -- From: Rik van Riel commit bf7165cfa23695c51998231c4efa080fe1d3548d upstream. There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the same .c file (as I

[for-next][PATCH 6/7] tracing: Add #undef to fix compile error

2017-03-03 Thread Steven Rostedt
From: Rik van Riel There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the same .c file (as I currently have in some code I am working on), and the compile will blow up with a "warning: "TRACE_INCLUDE_FILE" redefined #define

[for-next][PATCH 6/7] tracing: Add #undef to fix compile error

2017-03-03 Thread Steven Rostedt
From: Rik van Riel There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the same .c file (as I currently have in some code I am working on), and the compile will blow up with a "warning: "TRACE_INCLUDE_FILE" redefined #define TRACE_INCLUDE_FILE

Re: tracing: add #undef to fix compile error

2017-03-02 Thread Rik van Riel
On Wed, 2017-03-01 at 22:11 -0500, Steven Rostedt wrote: > On Wed, 28 Sep 2016 22:55:54 -0400 > Rik van Riel wrote: > > > There are several trace include files that define > > TRACE_INCLUDE_FILE. > > > > Include several of them in the same .c file (as I currently have in > >

Re: tracing: add #undef to fix compile error

2017-03-02 Thread Rik van Riel
On Wed, 2017-03-01 at 22:11 -0500, Steven Rostedt wrote: > On Wed, 28 Sep 2016 22:55:54 -0400 > Rik van Riel wrote: > > > There are several trace include files that define > > TRACE_INCLUDE_FILE. > > > > Include several of them in the same .c file (as I currently have in > > some code I am

Re: tracing: add #undef to fix compile error

2017-03-01 Thread Steven Rostedt
On Wed, 28 Sep 2016 22:55:54 -0400 Rik van Riel wrote: > There are several trace include files that define TRACE_INCLUDE_FILE. > > Include several of them in the same .c file (as I currently have in > some code I am working on), and the compile will blow up with a > "warning:

Re: tracing: add #undef to fix compile error

2017-03-01 Thread Steven Rostedt
On Wed, 28 Sep 2016 22:55:54 -0400 Rik van Riel wrote: > There are several trace include files that define TRACE_INCLUDE_FILE. > > Include several of them in the same .c file (as I currently have in > some code I am working on), and the compile will blow up with a > "warning:

tracing: add #undef to fix compile error

2016-09-28 Thread Rik van Riel
There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the same .c file (as I currently have in some code I am working on), and the compile will blow up with a "warning: "TRACE_INCLUDE_FILE" redefined #define TRACE_INCLUDE_FILE syscalls" Every other

tracing: add #undef to fix compile error

2016-09-28 Thread Rik van Riel
There are several trace include files that define TRACE_INCLUDE_FILE. Include several of them in the same .c file (as I currently have in some code I am working on), and the compile will blow up with a "warning: "TRACE_INCLUDE_FILE" redefined #define TRACE_INCLUDE_FILE syscalls" Every other