Re: [PATCH 00/12] Enable build system on macOS hosts

2024-08-23 Thread Greg Kroah-Hartman
On Sat, Aug 24, 2024 at 12:37:36AM +0200, Daniel Gomez wrote: > On Wed, Aug 07, 2024 at 04:19:42PM +0200, Greg Kroah-Hartman wrote: > > On Wed, Aug 07, 2024 at 01:56:38PM +, Daniel Gomez wrote: > > > On Wed, Aug 07, 2024 at 01:01:08PM GMT, Greg Kroah-Hartman wrote: > > > > On Wed, Aug 07, 2024

Re: [PATCH 00/12] Enable build system on macOS hosts

2024-08-23 Thread Daniel Gomez
On Wed, Aug 07, 2024 at 04:19:42PM +0200, Greg Kroah-Hartman wrote: > On Wed, Aug 07, 2024 at 01:56:38PM +, Daniel Gomez wrote: > > On Wed, Aug 07, 2024 at 01:01:08PM GMT, Greg Kroah-Hartman wrote: > > > On Wed, Aug 07, 2024 at 01:09:14AM +0200, Daniel Gomez via B4 Relay wrote: > > > > This pat

Re: [PATCH 00/12] Enable build system on macOS hosts

2024-08-18 Thread Klaus Jensen
On Aug 17 13:11, Barry Song wrote: > On Thu, Aug 8, 2024 at 2:20 AM Greg Kroah-Hartman > wrote: > > > > On Wed, Aug 07, 2024 at 01:56:38PM +, Daniel Gomez wrote: > > > On Wed, Aug 07, 2024 at 01:01:08PM GMT, Greg Kroah-Hartman wrote: > > > > On Wed, Aug 07, 2024 at 01:09:14AM +0200, Daniel Gom

Re: [PATCH 00/12] Enable build system on macOS hosts

2024-08-16 Thread Barry Song
On Thu, Aug 8, 2024 at 2:20 AM Greg Kroah-Hartman wrote: > > On Wed, Aug 07, 2024 at 01:56:38PM +, Daniel Gomez wrote: > > On Wed, Aug 07, 2024 at 01:01:08PM GMT, Greg Kroah-Hartman wrote: > > > On Wed, Aug 07, 2024 at 01:09:14AM +0200, Daniel Gomez via B4 Relay wrote: > > > > This patch set a

Re: [PATCH 00/12] Enable build system on macOS hosts

2024-08-07 Thread Daniel Gomez
On Wed, Aug 07, 2024 at 01:01:08PM GMT, Greg Kroah-Hartman wrote: > On Wed, Aug 07, 2024 at 01:09:14AM +0200, Daniel Gomez via B4 Relay wrote: > > This patch set allows for building the Linux kernel for arm64 in macOS with > > LLVM. > > Is this a requirement somewhere that this must work? It seem

Re: [PATCH 00/12] Enable build system on macOS hosts

2024-08-07 Thread Greg Kroah-Hartman
On Wed, Aug 07, 2024 at 01:56:38PM +, Daniel Gomez wrote: > On Wed, Aug 07, 2024 at 01:01:08PM GMT, Greg Kroah-Hartman wrote: > > On Wed, Aug 07, 2024 at 01:09:14AM +0200, Daniel Gomez via B4 Relay wrote: > > > This patch set allows for building the Linux kernel for arm64 in macOS > > > with >

Re: [PATCH 00/12] Enable build system on macOS hosts

2024-08-07 Thread Greg Kroah-Hartman
On Wed, Aug 07, 2024 at 01:09:14AM +0200, Daniel Gomez via B4 Relay wrote: > This patch set allows for building the Linux kernel for arm64 in macOS with > LLVM. Is this a requirement somewhere that this must work? It seems like an odd request, what workflows require cross-operating-system builds

[PATCH 00/12] Enable build system on macOS hosts

2024-08-06 Thread Daniel Gomez via B4 Relay
This patch set allows for building the Linux kernel for arm64 in macOS with LLVM. Patches are based on previous Nick's work and suggestions [1][2][3] to enable build system in macOS hosts. Since macOS does not provide some of the headers available in the GNU C Library (glibc), the patches include