Re: RFD: x32 ABI system call numbers

From: Linus Torvalds
Date: Fri Aug 26 2011 - 21:46:12 EST


On Fri, Aug 26, 2011 at 6:35 PM, H. Peter Anvin <hpa@xxxxxxxxx> wrote:
>
> Y2038 is certainly the single biggest issue here, and I fully admit to
> not having a good answer on that one.  Note that applies to every single
> 32-bit ABI in the Linux kernel, including asm-generic which is used by
> all brand new architectures.

So I've had journalists ask me about it, and I've always said that by
the time 2038 rolls around, we'll all be using 64-bit CPU's.

Which I think is a reasonable answer.

But if those 64-bit CPU's are then running some ULP32 "fast mode",
then that answer goes out the window. And I really think it's
fundamentally wrong to have "off_t" and "time_t" be 32-bit in this day
and age. I'd hate to introduce a new mode like that. It just makes me
go "Eww".

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/