Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Linux 4.14 compat: vfs_read/vfs_write => kernel_read/kernel_write #666

Closed
wants to merge 1 commit into from
Closed

Linux 4.14 compat: vfs_read/vfs_write => kernel_read/kernel_write #666

wants to merge 1 commit into from

Commits on Nov 13, 2017

  1. Linux 4.14 compat: vfs_read/vfs_write unexported

    kernel_read/kernel_write have always wrapped vfs_read/vfs_write,
    respectively, with a safety net around casting to user pointers too.
    kernel_read was always exported, going back to Linux's very first git
    check-in. kernel_write was exported in 3.9.
    
    Linux 4.14 unexported vfs_read & vfs_write, after replacing all modular
    calls to these functions with kernel_read & kernel_write, respectively.
    
    Linux 4.14 also changed the signatures of kernel_read & kernel_write to
    more closely match vfs_read & vfs_write.
    
    Signed-off-by: Pritam Baral <pritam@pritambaral.com>
    pritambaral committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    3dc463b View commit details
    Browse the repository at this point in the history