The following commit has been merged in the master branch:
commit 68851b782ca2cb5e4ae7457255841f44f3bef15c
Author: Jeffrey Hutzelman <[email protected]>
Date:   Tue Mar 1 10:31:14 2022 -0500

    LINUX 5.13: set .proc_lseek in proc_ops
    
    When using the proc_ops structure, set .proc_lseek explicitly rather
    than leaving it unset. This field has always been present in proc_ops,
    but prior to Linux 5.13, it could be unset, causing default_llseek to be
    used. Starting with commit d4455faccd6 (proc: mandate ->proc_lseek in
    "struct proc_ops"), this field is now mandatory.
    
    This fixes a problem which would cause an oops if llseek(2) is called
    on /proc/fs/openafs/afs_ioctl.
    
    Change-Id: I56a598cb06bbf1083d64e0f4145479908b470f99
    Reviewed-on: https://gerrit.openafs.org/14918
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

 src/afs/LINUX/osi_ioctl.c | 1 +
 1 file changed, 1 insertion(+)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to