On Mon, Oct 07, 2024 at 06:39:12PM GMT, Al Viro wrote: > Changes since v2: > Rebased to 6.12-rc2, now that close_range() fix got into > mainline. No more than that so far (there will be followup > cleanups, but for now I just want it posted and in -next). > > Changes since v1: > close_range() fix added in the beginning of the series, > dup_fd() calling convention change folded into it (as requested > by Linus), the rest rebased on top of that. > sane_fdtable_size() change is dropped, as it's obsoleted > by close_range() fix. Several patches added at the end of > series. > > Same branch - > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git #work.fdtable > individual patches in followups. > > Christian, I can move that to vfs/vfs.git if that's more convenient > for you - we are about to step on each other's toes with that and That's fine with me but note, there were no conflicts at all when I pulled this whole series into vfs.file on top of my stuff. If you don't mind I can just keep it there.