]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '9p-for-5.15-rc1' of git://github.com/martinetd/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Sep 2021 22:40:39 +0000 (15:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Sep 2021 22:40:39 +0000 (15:40 -0700)
commit281c8f884e02a017c2f649b7c02555b82182bff9
treee2ef72ca5319b3f40dfe35733cc7ef9e92299062
parent8dbe0961819d532b0aea0c3f99ae4683af5b4475
parent3c7a32e08f9ecbd35f8ca0e80ffb474416ac7e3f
Merge tag '9p-for-5.15-rc1' of git://github.com/martinetd/linux

Pull 9p updates from Dominique Martinet:
 "A couple of harmless fixes, increase max tcp msize (64KB -> 1MB), and
  increase default msize (8KB -> 128KB)

  The default increase has been discussed with Christian for the qemu
  side of things but makes sense for all supported transports"

* tag '9p-for-5.15-rc1' of git://github.com/martinetd/linux:
  net/9p: increase default msize to 128k
  net/9p: use macro to define default msize
  net/9p: increase tcp max msize to 1MB
  9p/xen: Fix end of loop tests for list_for_each_entry
  9p/trans_virtio: Remove sysfs file on probe failure