Skip to content
Snippets Groups Projects
  • Arnd Bergmann's avatar
    c2ab975c
    y2038: ipc: Report long times to user space · c2ab975c
    Arnd Bergmann authored
    
    The shmid64_ds/semid64_ds/msqid64_ds data structures have been extended
    to contain extra fields for storing the upper bits of the time stamps,
    this patch does the other half of the job and and fills the new fields on
    32-bit architectures as well as 32-bit tasks running on a 64-bit kernel
    in compat mode.
    
    There should be no change for native 64-bit tasks.
    
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    c2ab975c
    History
    y2038: ipc: Report long times to user space
    Arnd Bergmann authored
    
    The shmid64_ds/semid64_ds/msqid64_ds data structures have been extended
    to contain extra fields for storing the upper bits of the time stamps,
    this patch does the other half of the job and and fills the new fields on
    32-bit architectures as well as 32-bit tasks running on a 64-bit kernel
    in compat mode.
    
    There should be no change for native 64-bit tasks.
    
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.