Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull 9p fix from Al Viro:
"Regression fix for net/9p handling of iov_iter; broken by braino when
switching to iov_iter_is_kvec() et.al., spotted and fixed by Marc"

* 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
iov_iter: Fix 9p virtio breakage

+1 -1
+1 -1
net/9p/trans_virtio.c
··· 329 329 if (!iov_iter_count(data)) 330 330 return 0; 331 331 332 - if (iov_iter_is_kvec(data)) { 332 + if (!iov_iter_is_kvec(data)) { 333 333 int n; 334 334 /* 335 335 * We allow only p9_max_pages pinned. We wait for the