Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe
  • Repository
Switch branch/tag
  • ipipe
  • arch
  • s390
  • kernel
  • compat_linux.c
Find file BlameHistoryPermalink
  • Al Viro's avatar
    Kill ancient crap in s390 compat mmap · 570dcf2c
    Al Viro authored Nov 30, 2009
    
    
    We've had TASK_SIZE set to 1<<31 for 31bit tasks since May 2004.
    Before that old32_mmap() had to deal with do_mmap_pgoff() giving
    it an address out of range.  It had tried to do that by checking
    return value and doing do_munmap() (at wrong address, BTW).
    
    IOW, that code had been dead for 5.5 years (and bogus - for 8).
    Kill.
    
    Acked-by: default avatarHugh Dickins <hugh.dickins@tiscali.co.uk>
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    570dcf2c

Imprint & Privacy Policy