You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nfs_vers_tokens, nfs_xprt_protocol_tokens, and nfs_secflavor_tokens were
all missing an empty item at the end of the array, allowing
lookup_constant() to potentially walk off the end and trigger and oops.
Reported-by: Olga Kornievskaia <[email protected]>
Signed-off-by: Scott Mayhew <[email protected]>
Fixes: e38bb23 ("NFS: Convert mount option parsing to use functionality from fs_parser.h")
Cc: [email protected] # v5.6
Signed-off-by: Trond Myklebust <[email protected]>
0 commit comments