android_kernel_samsung_msm8976/fs/isofs
Arnd Bergmann de2ef52523 isofs: fix timestamps beyond 2027
commit 34be4dbf87fc3e474a842305394534216d428f5d upstream.

isofs uses a 'char' variable to load the number of years since
1900 for an inode timestamp. On architectures that use a signed
char type by default, this results in an invalid date for
anything beyond 2027.

This changes the function argument to a 'u8' array, which
is defined the same way on all architectures, and unambiguously
lets us use years until 2155.

This should be backported to all kernels that might still be
in use by that date.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2019-07-27 21:46:04 +02:00
..
Kconfig
Makefile
compress.c new helper: file_inode(file) 2013-02-22 23:31:31 -05:00
dir.c new helper: file_inode(file) 2013-02-22 23:31:31 -05:00
export.c fs: encode_fh: return FILEID_INVALID if invalid fid_type 2013-02-26 02:46:10 -05:00
inode.c isofs: Do not return EACCES for unknown filesystems 2019-07-27 21:42:21 +02:00
isofs.h isofs: fix timestamps beyond 2027 2019-07-27 21:46:04 +02:00
joliet.c
namei.c
rock.c get_rock_ridge_filename(): handle malformed NM entries 2016-06-07 10:42:53 +02:00
rock.h isofs: fix timestamps beyond 2027 2019-07-27 21:46:04 +02:00
util.c isofs: fix timestamps beyond 2027 2019-07-27 21:46:04 +02:00
zisofs.h