Re: [PATCH 0/4] ALSA: Fix year 2038 issue for sound subsystem, alternative

2018-04-26 Thread Arnd Bergmann
On Thu, Apr 26, 2018 at 3:30 PM, Jaroslav Kysela wrote: > Dne 26.4.2018 v 14:44 Arnd Bergmann napsal(a): >> I've tried the suggestion from Jaroslaw, doing a minimal change to the >> UAPI headers to keep the existing binary interface. As he predicted, >> this is a much simpler set of kernel changes

Re: [PATCH 0/4] ALSA: Fix year 2038 issue for sound subsystem, alternative

2018-04-26 Thread Jaroslav Kysela
Dne 26.4.2018 v 14:44 Arnd Bergmann napsal(a): > I've tried the suggestion from Jaroslaw, doing a minimal change to the > UAPI headers to keep the existing binary interface. As he predicted, > this is a much simpler set of kernel changes, but we will pay for that > with added complexity in alsa-lib

[PATCH 0/4] ALSA: Fix year 2038 issue for sound subsystem, alternative

2018-04-26 Thread Arnd Bergmann
I've tried the suggestion from Jaroslaw, doing a minimal change to the UAPI headers to keep the existing binary interface. As he predicted, this is a much simpler set of kernel changes, but we will pay for that with added complexity in alsa-lib. The first two patches in this series are taken from