Re: [git pull] vfs.git misc stuff

2021-02-27 Thread Al Viro
On Sat, Feb 27, 2021 at 08:21:55AM -0800, Linus Torvalds wrote: > On Fri, Feb 26, 2021 at 10:00 PM Al Viro wrote: > > > > Al Viro (3): > > 9p: fix misuse of sscanf() in v9fs_stat2inode() > > Hmm. Technically this changes some of the rules. It used to check that > i tall fit in 32 bytes. Now

Re: [git pull] vfs.git misc stuff

2021-02-27 Thread pr-tracker-bot
The pull request you sent on Sat, 27 Feb 2021 06:00:29 +: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5ceabb6078b80a8544ba86d6ee523ad755ae6d5e Thank you! -- Deet-doot-dot, I am a bot. http

Re: [git pull] vfs.git misc stuff

2021-02-27 Thread Linus Torvalds
On Fri, Feb 26, 2021 at 10:00 PM Al Viro wrote: > > Al Viro (3): > 9p: fix misuse of sscanf() in v9fs_stat2inode() Hmm. Technically this changes some of the rules. It used to check that i tall fit in 32 bytes. Now there could be arbitrary spaces in there that pushes it over the limit. I do

[git pull] vfs.git misc stuff

2021-02-26 Thread Al Viro
Assorted stuff pile - no common topic here. One trivial conflict in Documentation/filesystems/porting.rst The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the git repository at: git://git.kerne

Re: [git pull] vfs.git misc stuff

2020-12-25 Thread pr-tracker-bot
The pull request you sent on Thu, 24 Dec 2020 23:35:07 +: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/7bb5226c8a4bbf26a9ededc90532b0ad539d2017 Thank you! -- Deet-doot-dot, I am a bot. http

[git pull] vfs.git misc stuff

2020-12-24 Thread Al Viro
Assorted patches from previous cycle(s)... The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da: Linux 5.10-rc6 (2020-11-29 15:50:50 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc for you to

Re: [git pull] vfs.git misc

2019-07-19 Thread pr-tracker-bot
The pull request you sent on Fri, 19 Jul 2019 04:46:04 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/4f5ed1318c0108369a76f4a56242fbeea537abe9 Thank you! -- Deet-doot-dot, I am a bot. http

[git pull] vfs.git misc

2019-07-18 Thread Al Viro
Assorted stuff. The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: Linux 5.2-rc1 (2019-05-19 15:47:09 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc for you to fetch changes up to 02e5ad9

Re: [git pull] vfs.git misc pieces

2019-05-07 Thread pr-tracker-bot
The pull request you sent on Tue, 7 May 2019 21:53:19 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/149e703cb8bfcbdae46140b108bb6f7d2407df8f Thank you! -- Deet-doot-dot, I am a bot. https

Re: [git pull] vfs.git misc dcache-related stuff

2019-05-07 Thread pr-tracker-bot
The pull request you sent on Tue, 7 May 2019 21:33:55 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.dcache has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/d27fb65bc2389621040e5107baedb94b4cccf641 Thank you! -- Deet-doot-dot, I am a bot. htt

[git pull] vfs.git misc pieces

2019-05-07 Thread Al Viro
Assorted stuff, with no common topic whatsoever... The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6: Linux 5.1-rc3 (2019-03-31 14:39:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc for

[git pull] vfs.git misc dcache-related stuff

2019-05-07 Thread Al Viro
Most of that pile is putting name length into struct name_snapshot and making use of it. Beginning of that series ("ovl_lookup_real_one(): don't bother with strlen()") ought to have been split in two (separate switch of name_snapshot to struct qstr from overlayfs reaping the trivial benefi

[git pull] vfs.git - misc stuff

2018-08-12 Thread Al Viro
misc cleanups from various folks all over the place The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40: Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc for you t

[git pull] vfs.git - misc compat stuff

2018-06-15 Thread Al Viro
Some biarch patches - getting rid of assorted compat_alloc_user_space() (mis)uses. Not much in that area this cycle... The following changes since commit 4faa99965e027cc057c5145ce45fa772caa04e8d: fix io_destroy()/aio_complete() race (2018-05-23 22:53:22 -0400) are available in the git

[git pull] vfs.git misc bits

2017-09-14 Thread Al Viro
The following changes since commit cc4a41fe5541a73019a864883297bd5043aa6d98: Linux 4.13-rc7 (2017-08-27 17:20:40 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc for you to fetch changes up to 1985296a3ccd5d89d2ec2ca17b1fa1a

[git pull] vfs.git misc stuff

2017-05-08 Thread Al Viro
Assorted bits and pieces from various people. No common topic in that pile, sorry. The following changes since commit 4f7d029b9bf009fbee76bb10c0c4351a1870d2f3: Linux 4.11-rc7 (2017-04-16 13:00:18 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kern