Re: [git pull] vfs.git fixes

2021-01-17 Thread pr-tracker-bot
The pull request you sent on Sun, 17 Jan 2021 03:21:15 +: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/a527a2b32d20a2bd8070f49e98cb1a89b0c98bb3 Thank you! -- Deet-doot-dot, I am a bot.

[git pull] vfs.git fixes

2021-01-16 Thread Al Viro
Several assorted fixes. I still think that audit ->d_name race is better fixed that way for the benefit of backports, with any fancier variants done on top of that. The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

Re: [git pull] vfs.git fixes

2020-10-11 Thread pr-tracker-bot
The pull request you sent on Sun, 11 Oct 2020 19:06:09 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5b697f86f9f136d200c9827d6eca0437b7eb96cf Thank you! -- Deet-doot-dot, I am a bot.

[git pull] vfs.git fixes

2020-10-11 Thread Al Viro
Sat in -next for a while, fixes an obvious bug (leak introduced in 5.8, i.e. the mess from previous cycle). The following changes since commit 933a3752babcf6513117d5773d2b70782d6ad149: fuse: fix the ->direct_IO() treatment of iov_iter (2020-09-17 17:26:56 -0400) are available in the

Re: [git pull] vfs.git fixes

2020-04-28 Thread pr-tracker-bot
The pull request you sent on Tue, 28 Apr 2020 22:18:55 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/96c9a7802af7d500a582d89a8b864584fe878c1b Thank you! -- Deet-doot-dot, I am a bot.

[git pull] vfs.git fixes

2020-04-28 Thread Al Viro
Two old bugs... The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes for you to fetch changes up to

Re: [git pull] vfs.git fixes

2019-05-05 Thread pr-tracker-bot
The pull request you sent on Sun, 5 May 2019 03:18:46 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/51987affd626b8e4ce9f4c65e1950cb9159f0f58 Thank you! -- Deet-doot-dot, I am a bot.

[git pull] vfs.git fixes

2019-05-04 Thread Al Viro
A couple of ->i_link use-after-free fixes, regression fix for wrong errno on absent device name in mount(2) (this cycle stuff) + ancient UFS braino in large GID handling on Solaris UFS images (bogus cut'n'paste from large UID handling; wrong field checked to decide whether we should look

Re: [git pull] vfs.git fixes

2019-03-04 Thread pr-tracker-bot
The pull request you sent on Sun, 3 Mar 2019 03:42:53 +: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/4f9020ffde71ddb92bc2f65ce0b00232bc88c590 Thank you! -- Deet-doot-dot, I am a bot.

Re: [git pull] vfs.git fixes

2019-03-03 Thread Linus Torvalds
On Sat, Mar 2, 2019 at 7:43 PM Al Viro wrote: > > Assorted fixes that sat in -next for a while, all over the > place. Is this for the merge window or _very_ late fixes for 5.0? One of the commits doesn't look appropriate for this (very late) stage of the rc series: "cgroup: saner

[git pull] vfs.git fixes

2019-03-02 Thread Al Viro
Assorted fixes that sat in -next for a while, all over the place. The following changes since commit 1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8: Linux 5.0-rc2 (2019-01-14 10:41:12 +1200) are available in the git repository at:

Re: [git pull] vfs.git fixes

2018-11-30 Thread pr-tracker-bot
The pull request you sent on Fri, 30 Nov 2018 05:15:22 +: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5f1ca5c619c2af5e03114b0276642cdc15d11a94 Thank you! -- Deet-doot-dot, I am a bot.

Re: [git pull] vfs.git fixes

2018-11-30 Thread pr-tracker-bot
The pull request you sent on Fri, 30 Nov 2018 05:15:22 +: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5f1ca5c619c2af5e03114b0276642cdc15d11a94 Thank you! -- Deet-doot-dot, I am a bot.

[git pull] vfs.git fixes

2018-11-29 Thread Al Viro
Assorted fixes all over the place; iov_iter one is this cycle regression (splice from UDP triggering WARN_ON()), the rest is older. The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the git repository at:

[git pull] vfs.git fixes

2018-11-29 Thread Al Viro
Assorted fixes all over the place; iov_iter one is this cycle regression (splice from UDP triggering WARN_ON()), the rest is older. The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the git repository at:

[git pull] vfs.git fixes

2018-03-15 Thread Al Viro
Backport-friendly part of lock_parent() race fix, a fix for assumption in the heurisic used by path_connected() that is not true on NFS and livelock fixes for d_alloc_parallel(). The following changes since commit 91ab883eb21325ad80f3473633f794c78ac87f51: Linux 4.16-rc2 (2018-02-18

[git pull] vfs.git fixes

2018-03-15 Thread Al Viro
Backport-friendly part of lock_parent() race fix, a fix for assumption in the heurisic used by path_connected() that is not true on NFS and livelock fixes for d_alloc_parallel(). The following changes since commit 91ab883eb21325ad80f3473633f794c78ac87f51: Linux 4.16-rc2 (2018-02-18

[git pull] vfs.git fixes

2017-10-21 Thread Al Viro
MS_I_VERSION fixes - Mimi's fix + missing bits picked from Matthew (his patch contained a duplicate of the fs/namespace.c fix as well, but by that point the original fix had already been applied) The following changes since commit 1cfd0ddd82232804e03f3023f6a58b50dfef0574:

[git pull] vfs.git fixes

2017-10-21 Thread Al Viro
MS_I_VERSION fixes - Mimi's fix + missing bits picked from Matthew (his patch contained a duplicate of the fs/namespace.c fix as well, but by that point the original fix had already been applied) The following changes since commit 1cfd0ddd82232804e03f3023f6a58b50dfef0574:

Re: [git pull] vfs.git fixes

2017-10-11 Thread Vitaly Mayatskikh
On Wed, 11 Oct 2017 00:54:57 -0400, Al Viro wrote: > > Fairly old DIO bug caught by Andreas (3.10+) and several slightly > younger blk_rq_map_user_iov() bugs, both on map and copy codepaths (Vitaly > and me). I ran work.iov_iter changeset through our smoke test few days ago - no apparent

Re: [git pull] vfs.git fixes

2017-10-11 Thread Vitaly Mayatskikh
On Wed, 11 Oct 2017 00:54:57 -0400, Al Viro wrote: > > Fairly old DIO bug caught by Andreas (3.10+) and several slightly > younger blk_rq_map_user_iov() bugs, both on map and copy codepaths (Vitaly > and me). I ran work.iov_iter changeset through our smoke test few days ago - no apparent

[git pull] vfs.git fixes

2017-10-10 Thread Al Viro
Fairly old DIO bug caught by Andreas (3.10+) and several slightly younger blk_rq_map_user_iov() bugs, both on map and copy codepaths (Vitaly and me). The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f: Linux 4.14-rc4 (2017-10-08 20:53:29 -0700) are available

[git pull] vfs.git fixes

2017-10-10 Thread Al Viro
Fairly old DIO bug caught by Andreas (3.10+) and several slightly younger blk_rq_map_user_iov() bugs, both on map and copy codepaths (Vitaly and me). The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f: Linux 4.14-rc4 (2017-10-08 20:53:29 -0700) are available

[git pull] vfs.git fixes

2017-05-21 Thread Al Viro
Fix for unsafe_put_user() (no callers currently in mainline, but anyone starting to use it will step into that) + osf_wait4() infoleak fix. The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6: Linux 4.12-rc1 (2017-05-13 13:19:49 -0700) are available in the git

[git pull] vfs.git fixes

2017-05-21 Thread Al Viro
Fix for unsafe_put_user() (no callers currently in mainline, but anyone starting to use it will step into that) + osf_wait4() infoleak fix. The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6: Linux 4.12-rc1 (2017-05-13 13:19:49 -0700) are available in the git

[git pull] vfs.git fixes

2017-04-27 Thread Al Viro
* fix orangefs handling of faults on write() - I'd missed that one back when orangefs was going through review. * readdir counterpart of "9p: cope with bogus responses from server in p9_client_{read,write}" - server might be lying or broken, and we'd better not overrun the

[git pull] vfs.git fixes

2017-04-27 Thread Al Viro
* fix orangefs handling of faults on write() - I'd missed that one back when orangefs was going through review. * readdir counterpart of "9p: cope with bogus responses from server in p9_client_{read,write}" - server might be lying or broken, and we'd better not overrun the

[git pull] vfs.git fixes

2016-07-11 Thread Al Viro
The following changes since commit a99cde438de0c4c0cecc1d1af1a55a75b10bfdef: Linux 4.7-rc6 (2016-07-03 23:01:00 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus for you to fetch changes up to

[git pull] vfs.git fixes

2016-07-11 Thread Al Viro
The following changes since commit a99cde438de0c4c0cecc1d1af1a55a75b10bfdef: Linux 4.7-rc6 (2016-07-03 23:01:00 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus for you to fetch changes up to

[git pull] vfs.git fixes

2016-07-01 Thread Al Viro
Tmpfs readdir throughput regression fix (this cycle) + some -stable fodder all over the place. One missing bit is Miklos' tonight locks.c fix - NFS folks had already grabbed that one by the time I woke up ;-) The following changes since commit e7d6ef9790bc281f5c29d0132b68031248523fe8:

[git pull] vfs.git fixes

2016-07-01 Thread Al Viro
Tmpfs readdir throughput regression fix (this cycle) + some -stable fodder all over the place. One missing bit is Miklos' tonight locks.c fix - NFS folks had already grabbed that one by the time I woke up ;-) The following changes since commit e7d6ef9790bc281f5c29d0132b68031248523fe8:

[git pull] vfs.git fixes for -final

2016-05-14 Thread Al Viro
Overlayfs fixes from Miklos, assorted fixes from me. -stable fodder of varying severity, all sat in -next for a while. The following changes since commit 44549e8f5eea4e0a41b487b63e616cb089922b99: Linux 4.6-rc7 (2016-05-08 14:38:32 -0700) are available in the git repository at:

[git pull] vfs.git fixes for -final

2016-05-14 Thread Al Viro
Overlayfs fixes from Miklos, assorted fixes from me. -stable fodder of varying severity, all sat in -next for a while. The following changes since commit 44549e8f5eea4e0a41b487b63e616cb089922b99: Linux 4.6-rc7 (2016-05-08 14:38:32 -0700) are available in the git repository at:

[git pull] vfs.git fixes for -rc5

2016-02-20 Thread Al Viro
Assorted fixes - xattr one from this cycle, the rest - stable fodder. The following changes since commit 18558cae0272f8fd9647e69d3fec1565a7949865: Linux 4.5-rc4 (2016-02-14 13:05:20 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git

[git pull] vfs.git fixes for -rc5

2016-02-20 Thread Al Viro
Assorted fixes - xattr one from this cycle, the rest - stable fodder. The following changes since commit 18558cae0272f8fd9647e69d3fec1565a7949865: Linux 4.5-rc4 (2016-02-14 13:05:20 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git

[git pull] vfs.git fixes

2015-12-06 Thread Al Viro
A couple of fixes (-stable fodder) + dead code removal after the overlayfs fix; I agree that it's better to separate from the fix part to make backporting easier, but IMO it's not worth delaying said dead code removal until the next window. Please, pull from

[git pull] vfs.git fixes

2015-12-06 Thread Al Viro
A couple of fixes (-stable fodder) + dead code removal after the overlayfs fix; I agree that it's better to separate from the fix part to make backporting easier, but IMO it's not worth delaying said dead code removal until the next window. Please, pull from

[git pull] vfs.git fixes

2015-11-25 Thread Al Viro
A couple of fixes for sendfile lockups caught by Dmitry + a fix for ancient sysvfs symlink breakage. Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (1): fix sysvfs symlinks Jan Kara (2): vfs: Make sendfile(2)

[git pull] vfs.git fixes

2015-11-25 Thread Al Viro
A couple of fixes for sendfile lockups caught by Dmitry + a fix for ancient sysvfs symlink breakage. Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (1): fix sysvfs symlinks Jan Kara (2): vfs: Make sendfile(2)

[git pull] vfs.git fixes for -rc2

2015-07-12 Thread Al Viro
Fixes for this cycle regression in overlayfs and a couple of long-standing (== all the way back to 2.6.12, at least) bugs. Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (3): 9p: don't leave a half-initialized inode sitting

[git pull] vfs.git fixes for -rc2

2015-07-12 Thread Al Viro
Fixes for this cycle regression in overlayfs and a couple of long-standing (== all the way back to 2.6.12, at least) bugs. Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (3): 9p: don't leave a half-initialized inode sitting

[git pull] vfs.git fixes

2015-01-24 Thread Al Viro
A couple of fixes - deadlock in CIFS and build breakage in cris serial driver (resurfaced f_dentry in there). Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (1): fix deadlock in cifs_ioctl_clone() David Howells (1): VFS:

[git pull] vfs.git fixes

2015-01-24 Thread Al Viro
A couple of fixes - deadlock in CIFS and build breakage in cris serial driver (resurfaced f_dentry in there). Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (1): fix deadlock in cifs_ioctl_clone() David Howells (1): VFS:

[git pull] vfs.git fixes

2014-11-21 Thread Al Viro
Assorted fixes, most in overlayfs land. Please, pull from the usual place - git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Arnd Bergmann (1): isofs: avoid unused function warning Miklos Szeredi (8): ovl: rename filesystem type to "overlay"

[git pull] vfs.git fixes

2014-11-21 Thread Al Viro
Assorted fixes, most in overlayfs land. Please, pull from the usual place - git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Arnd Bergmann (1): isofs: avoid unused function warning Miklos Szeredi (8): ovl: rename filesystem type to overlay

[git pull] vfs.git fixes

2014-11-05 Thread Al Viro
A fix for embarrassing braino in o2net_send_tcp_msg(). -stable fodder... Please, pull from the usual place - git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (1): fix breakage in o2net_send_tcp_msg() Diffstat: fs/ocfs2/cluster/tcp.c |2

[git pull] vfs.git fixes

2014-11-05 Thread Al Viro
A fix for embarrassing braino in o2net_send_tcp_msg(). -stable fodder... Please, pull from the usual place - git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (1): fix breakage in o2net_send_tcp_msg() Diffstat: fs/ocfs2/cluster/tcp.c |2

Re: [git pull] vfs.git fixes for -rc2

2014-02-10 Thread Al Viro
On Mon, Feb 10, 2014 at 09:47:47PM +1100, Dave Chinner wrote: > and the updated pos value on O_APPEND writes is never folded back > into ppos. Not true. Check generic_file_buffered_write() and generic_file_direct_write() - that's where it's normally stored into iocb->ki_pos (via *ppos). And

Re: [git pull] vfs.git fixes for -rc2

2014-02-10 Thread Dave Chinner
On Mon, Feb 10, 2014 at 02:52:10AM -0800, Christoph Hellwig wrote: > On Mon, Feb 10, 2014 at 09:47:47PM +1100, Dave Chinner wrote: > > As i pointed out in a private thread this doesn't fix XFS. > > Btw, would be nice to have a public discussion and review next time > before a pull request

Re: [git pull] vfs.git fixes for -rc2

2014-02-10 Thread Geert Uytterhoeven
On Mon, Feb 10, 2014 at 11:52 AM, Christoph Hellwig wrote: > On Mon, Feb 10, 2014 at 09:47:47PM +1100, Dave Chinner wrote: >> As i pointed out in a private thread this doesn't fix XFS. > > Btw, would be nice to have a public discussion and review next time > before a pull request appears. And

Re: [git pull] vfs.git fixes for -rc2

2014-02-10 Thread Christoph Hellwig
On Mon, Feb 10, 2014 at 09:47:47PM +1100, Dave Chinner wrote: > As i pointed out in a private thread this doesn't fix XFS. Btw, would be nice to have a public discussion and review next time before a pull request appears. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [git pull] vfs.git fixes for -rc2

2014-02-10 Thread Dave Chinner
On Sun, Feb 09, 2014 at 11:36:43PM +, Al Viro wrote: > A couple of fixes, both -stable fodder. O_SYNC bug is > fairly old... Please, pull from the usual place - > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus > > Shortlog: > Al Viro (2): > fix

Re: [git pull] vfs.git fixes for -rc2

2014-02-10 Thread Dave Chinner
On Sun, Feb 09, 2014 at 11:36:43PM +, Al Viro wrote: A couple of fixes, both -stable fodder. O_SYNC bug is fairly old... Please, pull from the usual place - git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (2): fix O_SYNC|O_APPEND

Re: [git pull] vfs.git fixes for -rc2

2014-02-10 Thread Christoph Hellwig
On Mon, Feb 10, 2014 at 09:47:47PM +1100, Dave Chinner wrote: As i pointed out in a private thread this doesn't fix XFS. Btw, would be nice to have a public discussion and review next time before a pull request appears. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in

Re: [git pull] vfs.git fixes for -rc2

2014-02-10 Thread Geert Uytterhoeven
On Mon, Feb 10, 2014 at 11:52 AM, Christoph Hellwig h...@infradead.org wrote: On Mon, Feb 10, 2014 at 09:47:47PM +1100, Dave Chinner wrote: As i pointed out in a private thread this doesn't fix XFS. Btw, would be nice to have a public discussion and review next time before a pull request

Re: [git pull] vfs.git fixes for -rc2

2014-02-10 Thread Dave Chinner
On Mon, Feb 10, 2014 at 02:52:10AM -0800, Christoph Hellwig wrote: On Mon, Feb 10, 2014 at 09:47:47PM +1100, Dave Chinner wrote: As i pointed out in a private thread this doesn't fix XFS. Btw, would be nice to have a public discussion and review next time before a pull request appears. The

Re: [git pull] vfs.git fixes for -rc2

2014-02-10 Thread Al Viro
On Mon, Feb 10, 2014 at 09:47:47PM +1100, Dave Chinner wrote: and the updated pos value on O_APPEND writes is never folded back into ppos. Not true. Check generic_file_buffered_write() and generic_file_direct_write() - that's where it's normally stored into iocb-ki_pos (via *ppos). And yes,

[git pull] vfs.git fixes for -rc2

2014-02-09 Thread Al Viro
A couple of fixes, both -stable fodder. O_SYNC bug is fairly old... Please, pull from the usual place - git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (2): fix O_SYNC|O_APPEND syncing the wrong range on write() fix a kmap leak in

[git pull] vfs.git fixes for -rc2

2014-02-09 Thread Al Viro
A couple of fixes, both -stable fodder. O_SYNC bug is fairly old... Please, pull from the usual place - git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (2): fix O_SYNC|O_APPEND syncing the wrong range on write() fix a kmap leak in

[git pull] vfs.git fixes

2013-11-13 Thread Al Viro
Several fixes, mostly for regressions in the last pile. Howeover, prepend_path() forgetting to reininitalize dentry/vfsmount is in 3.12 as well and qib_fs had been leaking all along... Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (2):

[git pull] vfs.git fixes

2013-11-13 Thread Al Viro
Several fixes, mostly for regressions in the last pile. Howeover, prepend_path() forgetting to reininitalize dentry/vfsmount is in 3.12 as well and qib_fs had been leaking all along... Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (2):