[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170222071022.GA9186@kroah.com>
Date: Wed, 22 Feb 2017 08:10:22 +0100
From: Greg KH <greg@...ah.com>
To: Joakim Tjernlund <joakim.tjernlund@...inera.com>
Cc: linux-kernel@...r.kernel.org, stable@...r.kernel.org
Subject: Re: [PATCH 1/2] Correct function definition for C++
On Tue, Feb 21, 2017 at 04:24:04PM +0100, Joakim Tjernlund wrote:
> C++ does does not like the extra extern before asmlinkage, remove it.
>
> Signed-off-by: Joakim Tjernlund <joakim.tjernlund@...inera.com>
> ---
> include/linux/printk.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/linux/printk.h b/include/linux/printk.h
> index 3472cc6..be823f5 100644
> --- a/include/linux/printk.h
> +++ b/include/linux/printk.h
Why are you building this file with a C++ compiler?
Also, this is not the correct way to submit patches for inclusion in the
stable kernel tree. Please read Documentation/stable_kernel_rules.txt
for how to do this properly.
thanks,
greg k-h
Powered by blists - more mailing lists