OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-243-g68851b7

Gerrit Code Review gerrit@openafs.org
Thu, 19 Jan 2023 12:50:02 -0500


The following commit has been merged in the master branch:
commit 68851b782ca2cb5e4ae7457255841f44f3bef15c
Author: Jeffrey Hutzelman <jhutz@cmu.edu>
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 <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

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

-- 
OpenAFS Master Repository