On Fri, Apr 26, 2024 at 06:05:15PM +0200, Christian Brauner wrote: > On Fri, 26 Apr 2024 09:58:54 +0200, Dawid Osuchowski wrote: > > Creates an anon_inode_getfile_fmode() function that works similarly to > > anon_inode_getfile() with the addition of being able to set the fmode > > member. > > > > > > Sorry, forgot that I picked this up. > > --- > > Applied to the vfs.misc branch of the vfs/vfs.git tree. > Patches in the vfs.misc branch should appear in linux-next soon. > > Please report any outstanding bugs that were missed during review in a > new review to the original patch series allowing us to drop it. > > It's encouraged to provide Acked-bys and Reviewed-bys even though the > patch has now been applied. If possible patch trailers will be updated. > > Note that commit hashes shown below are subject to change due to rebase, > trailer updates or similar. If in doubt, please check the listed branch. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git > branch: vfs.misc > > [1/1] fs: Create anon_inode_getfile_fmode() > https://git.kernel.org/vfs/vfs/c/55394d29c9e1 Umm... vfs.all contains 386831d0fb42a952afd4b0f862f335a09e911715 Merge branch 'vfs.misc' into vfs.all which merges e035af9f6ebacd98774b1be2af58a5afd6d0d291 into vfs.all. 55394d29c9e164f2e1991352f1dc8f973c4f1589 "fs: Create anon_inode_getfile_fmode()" is e035af9f6ebacd98774b1be2af58a5afd6d0d291^^^ (and thus picked by the merge), but your vfs.miss is 652efdeca5b142ee9c5197f45f64fc3d427d4b08, which is e035af9f6ebacd98774b1be2af58a5afd6d0d291^^^^. So it looks like you forgot to push vfs.misc as well...