mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* PING 2: [PATCH] Avoid conflict with host definitions when cross-compiling
@ 2015-06-24  8:18 Pavel Fedin
  2015-06-25  8:58 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Fedin @ 2015-06-24  8:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: 'Jonathan Corbet', 'Andy Lutomirski'

 Hello!
 Guys, i've seen you reviewing some cross-compiling related changes by Paul Gortmaker. Can anybody
help me with upstreaming this small thing? I don't know who to cc:, and definitely not Linus. LKML
is vast, and the small patch seems to be lost.

Kind regards,
Pavel Fedin
Expert Engineer
Samsung Electronics Research center Russia


> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org [mailto:linux-kernel-owner@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 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 Fedin <p.fedin@samsung.com>
> ---
>  scripts/mod/modpost.h | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h
> index 168b43d..9f51365 100644
> --- a/scripts/mod/modpost.h
> +++ b/scripts/mod/modpost.h
> @@ -11,6 +11,12 @@
> 
>  #include "elfconfig.h"
> 
> +/* Cygwin's elf.h defines these according to host's word size */
> +#undef ELF_ST_BIND
> +#undef ELF_ST_TYPE
> +#undef ELF_R_SYM
> +#undef ELF_R_TYPE
> +
>  #if KERNEL_ELFCLASS == ELFCLASS32
> 
>  #define Elf_Ehdr    Elf32_Ehdr
> --
> 1.9.5.msysgit.0
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PING 2: [PATCH] Avoid conflict with host definitions when cross-compiling
  2015-06-24  8:18 PING 2: [PATCH] Avoid conflict with host definitions when cross-compiling Pavel Fedin
@ 2015-06-25  8:58 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2015-06-25  8:58 UTC (permalink / raw)
  To: Pavel Fedin; +Cc: linux-kernel, 'Andy Lutomirski'

On Wed, 24 Jun 2015 11:18:39 +0300
Pavel Fedin <p.fedin@samsung.com> 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: trivial@kernel.org.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-25  8:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-24  8:18 PING 2: [PATCH] Avoid conflict with host definitions when cross-compiling Pavel Fedin
2015-06-25  8:58 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®