Re: [Y2038] [PATCH v2 24/24] y2038: sparc: remove use of struct timex

From: Arnd Bergmann
Date: Sat Dec 14 2019 - 09:44:48 EST


On Sat, Dec 14, 2019 at 2:38 AM Julian Calaby <julian.calaby@xxxxxxxxx> wrote:
> On Sat, Dec 14, 2019 at 7:59 AM Arnd Bergmann <arnd@xxxxxxxx> wrote:
>
> Am I mis-reading the patch, or is "kt" not defined?

You are right, and there are other problems in this patch that I should have
found in a trivial compile-test. Please disregard this patch, it should not have
been part of this set before I had gotten around to at least some testing.

When I collected stuff from my backlog, I only made sure that this one had
no dependencies on other work, but failed to realize that sparc64 was not
part of my build test matrix and that the 0day bot had not seen it either.

Arnd