Re: [PATCH 08/12] include: add elf.h support

2024-09-06 Thread Daniel Gomez
On Fri, Sep 06, 2024 at 08:58:15AM +0900, Masahiro Yamada wrote: > On Thu, Sep 5, 2024 at 5:56 PM Daniel Gomez wrote: > > > > On Mon, Sep 02, 2024 at 01:15:01AM +0900, Masahiro Yamada wrote: > > > On Sat, Aug 31, 2024 at 4:54 AM Nicolas Schier wrote: > > > > > > > > On Sat, Aug 24, 2024 at 12:54:

Re: [PATCH 08/12] include: add elf.h support

2024-09-05 Thread Masahiro Yamada
On Thu, Sep 5, 2024 at 5:56 PM Daniel Gomez wrote: > > On Mon, Sep 02, 2024 at 01:15:01AM +0900, Masahiro Yamada wrote: > > On Sat, Aug 31, 2024 at 4:54 AM Nicolas Schier wrote: > > > > > > On Sat, Aug 24, 2024 at 12:54:50AM +0200 Daniel Gomez wrote: > > > > On Wed, Aug 07, 2024 at 05:46:03PM +02

Re: [PATCH 08/12] include: add elf.h support

2024-09-05 Thread Daniel Gomez
On Mon, Sep 02, 2024 at 01:15:01AM +0900, Masahiro Yamada wrote: > On Sat, Aug 31, 2024 at 4:54 AM Nicolas Schier wrote: > > > > On Sat, Aug 24, 2024 at 12:54:50AM +0200 Daniel Gomez wrote: > > > On Wed, Aug 07, 2024 at 05:46:03PM +0200, Nicolas Schier wrote: > > > > On Wed, Aug 07, 2024 at 04:18:

Re: [PATCH 08/12] include: add elf.h support

2024-09-01 Thread Masahiro Yamada
On Sat, Aug 31, 2024 at 4:54 AM Nicolas Schier wrote: > > On Sat, Aug 24, 2024 at 12:54:50AM +0200 Daniel Gomez wrote: > > On Wed, Aug 07, 2024 at 05:46:03PM +0200, Nicolas Schier wrote: > > > On Wed, Aug 07, 2024 at 04:18:54PM +0200, Greg Kroah-Hartman wrote: > > > > On Wed, Aug 07, 2024 at 02:13

Re: [PATCH 08/12] include: add elf.h support

2024-08-30 Thread Nicolas Schier
On Sat, Aug 24, 2024 at 12:54:50AM +0200 Daniel Gomez wrote: > On Wed, Aug 07, 2024 at 05:46:03PM +0200, Nicolas Schier wrote: > > On Wed, Aug 07, 2024 at 04:18:54PM +0200, Greg Kroah-Hartman wrote: > > > On Wed, Aug 07, 2024 at 02:13:57PM +, Daniel Gomez wrote: > > > > > Also, as this is not i

Re: [PATCH 08/12] include: add elf.h support

2024-08-23 Thread Daniel Gomez
On Wed, Aug 07, 2024 at 05:46:03PM +0200, Nicolas Schier wrote: > On Wed, Aug 07, 2024 at 04:18:54PM +0200, Greg Kroah-Hartman wrote: > > On Wed, Aug 07, 2024 at 02:13:57PM +, Daniel Gomez wrote: > > > > Also, as this is not internal for the kernel, but rather for userspace > > > > builds, shou

Re: [PATCH 08/12] include: add elf.h support

2024-08-07 Thread Nicolas Schier
On Wed, Aug 07, 2024 at 04:18:54PM +0200, Greg Kroah-Hartman wrote: > On Wed, Aug 07, 2024 at 02:13:57PM +, Daniel Gomez wrote: > > > Also, as this is not internal for the kernel, but rather for userspace > > > builds, shouldn't the include/ path be different? > > > > Can you suggest an altern

Re: [PATCH 08/12] include: add elf.h support

2024-08-07 Thread Daniel Gomez
On Wed, Aug 07, 2024 at 01:04:29PM GMT, Greg Kroah-Hartman wrote: > On Wed, Aug 07, 2024 at 01:09:22AM +0200, Daniel Gomez via B4 Relay wrote: > > From: Daniel Gomez > > > > Add a copy of elf/elf.h header from the GNU C Library (glibc), version > > glibc-2.40 into include/elf. Update Makefiles wh

Re: [PATCH 08/12] include: add elf.h support

2024-08-07 Thread Greg Kroah-Hartman
On Wed, Aug 07, 2024 at 02:13:57PM +, Daniel Gomez wrote: > > Also, as this is not internal for the kernel, but rather for userspace > > builds, shouldn't the include/ path be different? > > Can you suggest an alternative path or provide documentation that could help > identify the correct loc

Re: [PATCH 08/12] include: add elf.h support

2024-08-07 Thread Greg Kroah-Hartman
On Wed, Aug 07, 2024 at 01:09:22AM +0200, Daniel Gomez via B4 Relay wrote: > From: Daniel Gomez > > Add a copy of elf/elf.h header from the GNU C Library (glibc), version > glibc-2.40 into include/elf. Update Makefiles where elf.h header is used > to ensure the compiler can find all necessary hea