Re: linux-next: manual merge of the slab tree with the mm-unstable tree

From: Christoph Hellwig

Date: Fri Nov 14 2025 - 06:55:44 EST


On Fri, Nov 14, 2025 at 10:13:40AM +0100, Thomas Weißschuh wrote:
> We have the 'Context:' tag in kdoc. What about the following?
>
> Context: Any context. Takes and releases pool->lock.

Which in this case would be ok. But what about functions that take
non-irqsave spinlocks?

> I used the function in a tracepoint handler [0] and trusted its documentation
> to "never sleep". That turned out to be incorrect.

Heh, you'll find a lot of those..

> Also see the discussion on the patch submission [1] about just this point,
> where we didn't come up with better wording.

Can we please start a discussion on this on say linux-doc and
linux-kernel? I don't really have a good answer, but this current
idea feels a bit lacking. I don't meant that as trying to block
this patch, but I think we need to come up with a better convention.