mbox series

[git,pull] vfs.git #work.misc

Message ID YvhAZYm1T4ni+y01@ZenIV (mailing list archive)
State New, archived
Headers show
Series [git,pull] vfs.git #work.misc | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-work.misc

Message

Al Viro Aug. 14, 2022, 12:23 a.m. UTC
[the last bit from -next]
The following changes since commit b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3:

  Linux 5.19-rc2 (2022-06-12 16:11:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-work.misc

for you to fetch changes up to ed5fce76b5ea40c87b44cafbe4f3222da8ec981a:

  vfs: escape hash as well (2022-06-28 13:58:05 -0400)

----------------------------------------------------------------
fix for /proc/mounts escaping

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

----------------------------------------------------------------
Siddhesh Poyarekar (1):
      vfs: escape hash as well

 fs/proc_namespace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Linus Torvalds Aug. 14, 2022, 12:39 a.m. UTC | #1
On Sat, Aug 13, 2022 at 5:23 PM Al Viro <viro@zeniv.linux.org.uk> wrote:
>
>       vfs: escape hash as well

That didn't parse at all for me - when talking about hashes in the
kernel, we basically never talk about the hash _character_ ('#'), and
your pull request message just made me go all "Whaa?"

Next time, can we agree to talk about either 'hash character' or just say '#'?

Just to avoid the confusion with all the normal hashing we do in the kernel.

            Linus
pr-tracker-bot@kernel.org Aug. 14, 2022, 12:39 a.m. UTC | #2
The pull request you sent on Sun, 14 Aug 2022 01:23:01 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-work.misc

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/aea23e7c464bfdec04b52cf61edb62030e9e0d0a

Thank you!