[RESEND PATCH] Avoid conflict with host definitions when cross-compiling

2015-06-30 Thread Pavel Fedin
Certain platforms (e. g. BSD-based ones) define some ELF constants according to host. This patch fixes problems with cross-building Linux kernel on these platforms. Signed-off-by: Pavel Fedin --- P.S. If you are not fond of mentioning Cygwin in the comment, feel free to change it to "BSD-based

Re: PING 2: [PATCH] Avoid conflict with host definitions when cross-compiling

2015-06-25 Thread Jonathan Corbet
On Wed, 24 Jun 2015 11:18:39 +0300 Pavel Fedin wrote: > Guys, i've seen you reviewing some cross-compiling related changes by Paul > Gortmaker. Can anybody > help me with upstreaming this small thing? I'd suggest aiming it at the trivial tree: triv...@kernel.org. jon -- To unsubscribe from thi

PING 2: [PATCH] Avoid conflict with host definitions when cross-compiling

2015-06-24 Thread Pavel Fedin
org > Subject: [PATCH] Avoid conflict with host definitions when cross-compiling > > Certain platforms (e. g. BSD-based ones) define some ELF constants according > to host. > This patch fixes problems with cross-building Linux kernel on these platforms. > > Signed-off-by: Pavel Fedi

PING: [PATCH] Avoid conflict with host definitions when cross-compiling

2015-06-17 Thread Pavel Fedin
> -Original Message- > From: linux-kernel-ow...@vger.kernel.org > [mailto:linux-kernel-ow...@vger.kernel.org] On > Behalf Of Pavel Fedin > Sent: Wednesday, June 03, 2015 11:25 AM > To: linux-kernel@vger.kernel.org > Subject: [PATCH] Avoid conflict with host definitions

[PATCH] Avoid conflict with host definitions when cross-compiling

2015-06-03 Thread Pavel Fedin
Certain platforms (e. g. BSD-based ones) define some ELF constants according to host. This patch fixes problems with cross-building Linux kernel on these platforms. Signed-off-by: Pavel Fedin --- scripts/mod/modpost.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/scripts/mod/modpos