[PATCH v3 2/7] Split up struct warn_args

2016-07-27 Thread Emese Revfy
Disable the initify plugin on the 6th parameter of __warn() because the va_list type can't be NULL on the tile arch. Signed-off-by: Emese Revfy --- include/asm-generic/bug.h | 7 +-- kernel/panic.c| 32 lib/bug.c

[PATCH v3 2/7] Split up struct warn_args

2016-07-27 Thread Emese Revfy
Disable the initify plugin on the 6th parameter of __warn() because the va_list type can't be NULL on the tile arch. Signed-off-by: Emese Revfy --- include/asm-generic/bug.h | 7 +-- kernel/panic.c| 32 lib/bug.c | 2 +- 3 files

Re: [PATCH v3 2/7] Split up struct warn_args

2016-07-26 Thread kbuild test robot
Hi, [auto build test ERROR on next-20160726] [also build test ERROR on v4.7] [cannot apply to stable/master linus/master linux/master v4.7-rc7 v4.7-rc6 v4.7-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3 2/7] Split up struct warn_args

2016-07-26 Thread kbuild test robot
Hi, [auto build test ERROR on next-20160726] [also build test ERROR on v4.7] [cannot apply to stable/master linus/master linux/master v4.7-rc7 v4.7-rc6 v4.7-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3 2/7] Split up struct warn_args

2016-07-26 Thread kbuild test robot
Hi, [auto build test ERROR on next-20160726] [also build test ERROR on v4.7] [cannot apply to stable/master linus/master linux/master v4.7-rc7 v4.7-rc6 v4.7-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3 2/7] Split up struct warn_args

2016-07-26 Thread kbuild test robot
Hi, [auto build test ERROR on next-20160726] [also build test ERROR on v4.7] [cannot apply to stable/master linus/master linux/master v4.7-rc7 v4.7-rc6 v4.7-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v3 2/7] Split up struct warn_args

2016-07-26 Thread Emese Revfy
to enable dataflow verification by the initify plugin. This allows marking warn_slowpath* parameters as nocapture and compile time verification of the related dataflows. Signed-off-by: Emese Revfy --- include/asm-generic/bug.h | 5 + kernel/panic.c| 32

[PATCH v3 2/7] Split up struct warn_args

2016-07-26 Thread Emese Revfy
to enable dataflow verification by the initify plugin. This allows marking warn_slowpath* parameters as nocapture and compile time verification of the related dataflows. Signed-off-by: Emese Revfy --- include/asm-generic/bug.h | 5 + kernel/panic.c| 32