From: Linus Torvalds Date: Tue, 9 Nov 2021 18:30:13 +0000 (-0800) Subject: Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linux X-Git-Tag: v6.6.17~8876 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f89ce84bc33330607a782e47a8b19406ed109b15;p=platform%2Fkernel%2Flinux-rpi.git Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linux Pull 9p updates from Dominique Martinet: "Fixes, netfs read support and checkpatch rewrite: - fix syzcaller uninitialized value usage after missing error check - add module autoloading based on transport name - convert cached reads to use netfs helpers - adjust readahead based on transport msize - and many, many checkpatch.pl warning fixes..." * tag '9p-for-5.16-rc1' of git://github.com/martinetd/linux: 9p: fix a bunch of checkpatch warnings 9p: set readahead and io size according to maxsize 9p p9mode2perm: remove useless strlcpy and check sscanf return code 9p v9fs_parse_options: replace simple_strtoul with kstrtouint 9p: fix file headers fs/9p: fix indentation and Add missing a blank line after declaration fs/9p: fix warnings found by checkpatch.pl 9p: fix minor indentation and codestyle fs/9p: cleanup: opening brace at the beginning of the next line 9p: Convert to using the netfs helper lib to do reads and caching fscache_cookie_enabled: check cookie is valid before accessing it net/9p: autoload transport modules 9p/net: fix missing error check in p9_check_errors --- f89ce84bc33330607a782e47a8b19406ed109b15