]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Oct 2020 16:33:20 +0000 (09:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Oct 2020 16:33:20 +0000 (09:33 -0700)
commitf98ee3250571f653762a345c1e8ce7585ff899ea
treee5632062734bdd701503b358d4c75cd9021e8e2b
parent2d149a677b57ea113180cc78bc95c9aa6d9a8a8c
parente893b9a4f4c250017881ee4a5005ea64ea5c3426
Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linux

Pull 9p updates from Dominique Martinet:
 "A couple of small fixes (loff_t overflow on 32bit, syzbot
  uninitialized variable warning) and code cleanup (xen)"

* tag '9p-for-5.10-rc1' of git://github.com/martinetd/linux:
  net: 9p: initialize sun_server.sun_path to have addr's value only when addr is valid
  9p/xen: Fix format argument warning
  9P: Cast to loff_t before multiplying
fs/9p/vfs_file.c