utimes: Clamp the timestamps in notify_change()
authorAmir Goldstein <amir73il@gmail.com>
Sun, 24 Nov 2019 19:31:45 +0000 (21:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Feb 2020 12:35:12 +0000 (04:35 -0800)
commitcb33e477a50b38ce2c2a66763e98b1a27e4a98a1
treecbfcb0908a2f9e89f3f319e3b93cea30f9d383a9
parent73031a617ac3e6157e117aeb33225debddc3690b
utimes: Clamp the timestamps in notify_change()

commit eb31e2f63d85d1bec4f7b136f317e03c03db5503 upstream.

Push clamping timestamps into notify_change(), so in-kernel
callers like nfsd and overlayfs will get similar timestamp
set behavior as utimes.

AV: get rid of clamping in ->setattr() instances; we don't need
to bother with that there, with notify_change() doing normalization
in all cases now (it already did for implicit case, since current_time()
clamps).

Suggested-by: Miklos Szeredi <mszeredi@redhat.com>
Fixes: 42e729b9ddbb ("utimes: Clamp the timestamps before update")
Cc: stable@vger.kernel.org # v5.4
Cc: Deepa Dinamani <deepa.kernel@gmail.com>
Cc: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/attr.c
fs/configfs/inode.c
fs/f2fs/file.c
fs/ntfs/inode.c
fs/ubifs/file.c
fs/utimes.c