On Sat, Oct 21, 2023 at 09:46:35AM -0700, Linus Torvalds wrote: > On Fri, 20 Oct 2023 at 23:27, Darrick J. Wong <djwong@xxxxxxxxxx> wrote: > > > > Please pull this branch with changes for iomap for 6.6-rc7. > > > > As usual, I did a test-merge with the main upstream branch as of a few > > minutes ago, and didn't see any conflicts. Please let me know if you > > encounter any problems. > > .. and as usual, the branch you point to does not actually exist. > > Because you *again* pointed to the wrong tree. > > This time I remembered what the mistake was last time, and picked out > the right tree by hand, but *please* just fix your completely broken > scripts or workflow. > > > https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git iomap-6.6-fixes-5 > > No. > > It's pub/scm/fs/xfs/xfs-linux, once again. Sorry about that. After reviewing the output of git request-pull, I have learned that if you provide a $url argument that does not point to a repo containing $start, it will print a warning to stderr and emit a garbage pull request to stdout anyway. No --force required or anything. Piping stdout to mutt without checking the return code is therefore a bad idea. I have now updated my wrapper script to buffer the entire pull request contents and check the return value before proceeding. It is a poor workman who blames his tools, so I declare publicly that you have an idiot for a maintainer. Christian: Do you have the bandwidth to take over fs/iomap/? --D > > Linus