Skip to content
Snippets Groups Projects
Select Git revision
  • 21a1a52dbdd5c9dc17c546bbdb95038f53515d2c
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

linux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Arnd Bergmann authored and Linus Torvalds committed
    The mount time field in the superblock uses a 64-bit timestamp, but
    calling get_seconds() may truncate the current time to 32 bits.
    
    This changes it to ktime_get_real_seconds() to avoid the potential
    overflow.
    
    Link: http://lkml.kernel.org/r/20180620075041.4154396-1-arnd@arndb.de
    
    
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Acked-by: default avatarRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
    Cc: David Howells <dhowells@redhat.com>
    Cc: Jeff Layton <jlayton@redhat.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    21a1a52d
    History
    Name Last commit Last update