On Mon, Aug 25, 2025 at 06:43:12PM +0100, Al Viro wrote: > On Mon, Aug 25, 2025 at 05:11:14PM +0100, Al Viro wrote: > > On Mon, Aug 25, 2025 at 02:43:43PM +0200, Christian Brauner wrote: > > > On Mon, Aug 25, 2025 at 05:40:46AM +0100, Al Viro wrote: > > > > Most of this pile is basically an attempt to see how well do > > > > cleanup.h-style mechanisms apply in mount handling. That stuff lives in > > > > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git #work.mount > > > > Rebased to -rc3 (used to be a bit past -rc2, branched at mount fixes merge) > > > > Individual patches in followups. > > > > > > > > Please, help with review and testing. It seems to survive the > > > > local beating and code generation seems to be OK, but more testing > > > > would be a good thing and I would really like to see comments on that > > > > stuff. > > > > > > Btw, I just realized that basically none of your commits have any lore > > > links in them. That kinda sucks because I very very often just look at a > > > commit and then use the link to jump to the mailing list discussion for > > > more context about a change and how it came about. > > > > > > So pretty please can you start adding lore links to your commits when > > > applying if it's not fucking up your workflow too much? > > > > Links to what, at the first posting? Confused... > > I mean, this _is_ what I hope would be a discussion of that stuff - > that's what request for comments stands for, after all. How is that > supposed to work? Going back through the queue and slapping lore links > at the same time as the reviewed-by etc. are applied? I honestly have > no idea what practice do you have in mind - ~95% of the time I'm sitting > in nvi - it serves as IDE for me; mutt takes a large part of the rest. > Browser is something that gets used occasionally when I have to... You misunderstand. Once you apply your series to the tree that you intend to merge simply add the lore links to the patches of the last version. I don't give a single damn whether someone _sends_ patches with lore links. That is not what this is about. I care that I can git log at mainline and figure out where that patch was discussed, pull down the discussion via b4 or other tooling, without having to search lore. IOW, what I asked you about is once the patches end up in mainline they please have links to the discussion where they came from. I do it for all patches no matter if I pick them up from someone else or if I'm applying my own: commit c237aa9884f238e1480897463ca034877ca7530b Author: Christian Brauner <brauner@xxxxxxxxxx> kernfs: don't fail listing extended attributes <snip> Link: https://lore.kernel.org/20250819-ahndung-abgaben-524a535f8101@brauner ^^^^^^^^^^^^^^^^^ Signed-off-by: Christian Brauner <brauner@xxxxxxxxxx> I'm not doing that for my own personal wellness cure but for every other poor bastard (granted, including me because one year later it's all swapped out) who looks at commits in the git tree and wants to either jump to a link in the browser or wants to use tooling to just pull the whole discussion from the list.