Message ID | 20250404030627.GN2023217@ZenIV (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] fixes for bugs caught as part of tree-in-dcache work | expand |
On Thu, 3 Apr 2025 at 20:06, Al Viro <viro@zeniv.linux.org.uk> wrote: > > Fixes for assorted bugs caught in tree-in-dcache work. > Most of that stuff is dentry refcount mishandling... > > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes Uhhuh - can you humor me and make it a signed tag? Linus
On Thu, 3 Apr 2025 at 21:12, Linus Torvalds <torvalds@linux-foundation.org> wrote: > > On Thu, 3 Apr 2025 at 20:06, Al Viro <viro@zeniv.linux.org.uk> wrote: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes > > Uhhuh - can you humor me and make it a signed tag? Oh, never mind. I see the tag. It's just called "pull-fixes" rather than just "fixes". Linus
The pull request you sent on Fri, 4 Apr 2025 04:06:27 +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/e48e99b6edf41c69c5528aa7ffb2daf3c59ee105
Thank you!
On Thu, Apr 03, 2025 at 09:13:43PM -0700, Linus Torvalds wrote: > On Thu, 3 Apr 2025 at 21:12, Linus Torvalds > <torvalds@linux-foundation.org> wrote: > > > > On Thu, 3 Apr 2025 at 20:06, Al Viro <viro@zeniv.linux.org.uk> wrote: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes > > > > Uhhuh - can you humor me and make it a signed tag? > > Oh, never mind. I see the tag. > > It's just called "pull-fixes" rather than just "fixes". Hmm... I wonder if it would make sense to add a flag to git-pull-request that would verify that object in question is a tag - we already have a chunk that extracts the tag contents when the 3rd argument happens to be a tag...