• Arnd Bergmann's avatar
    y2038: ipc: Use ktime_get_real_seconds consistently · 2a70b787
    Arnd Bergmann authored
    In some places, we still used get_seconds() instead of
    ktime_get_real_seconds(), and I'm changing the remaining ones now to
    all use ktime_get_real_seconds() so we use the full available range for
    timestamps instead of overflowing the 'unsigned long' return value in
    year 2106 on 32-bit kernels.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    2a70b787
sem.c 60.6 KB