lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 16 Jun 2018 22:11:41 -0700
From:   Deepa Dinamani <deepa.kernel@...il.com>
To:     arnd@...db.de, tglx@...utronix.de, linux-kernel@...r.kernel.org
Cc:     viro@...iv.linux.org.uk, linux-fsdevel@...r.kernel.org,
        linux-api@...r.kernel.org, y2038@...ts.linaro.org
Subject: [PATCH 0/3] time: Add y2038 safe struct __kernel_itimerspec

The series aims at adding a new y2038-safe struct __kernel_itimerspec.
This is intended to replace the struct itimerspec at ABI level.

The series is a continuation of efforts to convert all syscalls with
time_t or time_t-derived structures to be y2038-safe.

Arnd, maybe this series can go along with the rest of syscalls that you
have in your y2038 tree?

Deepa Dinamani (3):
  time: Introduce struct __kernel_itimerspec
  time: Enable get/put_compat_itimerspec64 always
  time: Change types to new y2038 safe __kernel_itimerspec

 fs/timerfd.c                |  8 ++++----
 include/linux/compat.h      |  9 ---------
 include/linux/compat_time.h |  9 +++++++++
 include/linux/syscalls.h    | 10 +++++-----
 include/linux/time.h        |  4 ++--
 include/linux/time64.h      |  1 +
 include/uapi/linux/time.h   |  7 +++++++
 kernel/compat.c             | 29 -----------------------------
 kernel/time/posix-timers.c  | 12 +++++++-----
 kernel/time/time.c          | 25 +++++++++++++++++++++++--
 10 files changed, 58 insertions(+), 56 deletions(-)


base-commit: 4b373f94fee5acf2ff4c1efbb3f702060379df1f
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ