Re: [PATCH v2 1/3] Bring in linux/limits.h

2025-05-07 Thread Tom Rini
On Wed, May 07, 2025 at 09:23:23AM -0600, Tom Rini wrote: > On Wed, May 07, 2025 at 10:47:13AM +0200, Simon Glass wrote: > > Hi Tom, > > > > On Fri, 18 Apr 2025 at 15:39, Tom Rini wrote: > > > > > > On Fri, Apr 18, 2025 at 04:59:13AM -0600, Simon Glass wrote: > > > > > > > From: Simon Glass > >

Re: [PATCH v2 1/3] Bring in linux/limits.h

2025-05-07 Thread Tom Rini
On Wed, May 07, 2025 at 10:47:13AM +0200, Simon Glass wrote: > Hi Tom, > > On Fri, 18 Apr 2025 at 15:39, Tom Rini wrote: > > > > On Fri, Apr 18, 2025 at 04:59:13AM -0600, Simon Glass wrote: > > > > > From: Simon Glass > > > > > > Add part of this file from Linux v6.14 so we can include it from t

Re: [PATCH v2 1/3] Bring in linux/limits.h

2025-05-07 Thread Simon Glass
Hi Tom, On Fri, 18 Apr 2025 at 15:39, Tom Rini wrote: > > On Fri, Apr 18, 2025 at 04:59:13AM -0600, Simon Glass wrote: > > > From: Simon Glass > > > > Add part of this file from Linux v6.14 so we can include it from the > > linux/overflow.h file. Drop the relevant section from kernel.h > > > > T

Re: [PATCH v2 1/3] Bring in linux/limits.h

2025-04-18 Thread Tom Rini
On Fri, Apr 18, 2025 at 04:59:13AM -0600, Simon Glass wrote: > From: Simon Glass > > Add part of this file from Linux v6.14 so we can include it from the > linux/overflow.h file. Drop the relevant section from kernel.h > > The top of the file is omitted since it defines things used in mbedos >

[PATCH v2 1/3] Bring in linux/limits.h

2025-04-18 Thread Simon Glass
From: Simon Glass Add part of this file from Linux v6.14 so we can include it from the linux/overflow.h file. Drop the relevant section from kernel.h The top of the file is omitted since it defines things used in mbedos and we get an error on SIZE_MAX. Signed-off-by: Simon Glass --- Error is: