Hi Linus, another harmless cycle. (sorry latest commit's message isn't great, I was half expecting a v2 but it didn't come and I remembered too late/didn't want to reword it myself; and it's still worth taking as is) Thanks, The following changes since commit 549738f15da0e5a00275977623be199fbbf7df50: Linux 5.9-rc8 (2020-10-04 16:04:34 -0700) are available in the Git repository at: https://github.com/martinetd/linux tags/9p-for-5.10-rc1 for you to fetch changes up to 7ca1db21ef8e0e6725b4d25deed1ca196f7efb28: net: 9p: initialize sun_server.sun_path to have addr's value only when addr is valid (2020-10-12 10:05:47 +0200) ---------------------------------------------------------------- 9p pull request for inclusion in 5.10 A couple of small fixes (loff_t overflow on 32bit, syzbot uninitialized variable warning) and code cleanup (xen) ---------------------------------------------------------------- Anant Thazhemadam (1): net: 9p: initialize sun_server.sun_path to have addr's value only when addr is valid Matthew Wilcox (Oracle) (1): 9P: Cast to loff_t before multiplying Ye Bin (1): 9p/xen: Fix format argument warning fs/9p/vfs_file.c | 4 ++-- net/9p/trans_fd.c | 2 +- net/9p/trans_xen.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) -- Dominique