Re: [tip:locking/futex] [futex] 56180dd20c: BUG:sleeping_function_called_from_invalid_context_at_kernel/nsproxy.c

From: Thomas Gleixner
Date: Thu Jul 31 2025 - 08:34:30 EST


Oliver!

On Thu, Jul 31 2025 at 09:40, Oliver Sang wrote:
> On Tue, Jul 29, 2025 at 09:27:56AM +0200, Thomas Gleixner wrote:
>> > but bot seems not be able to capture other new dmesg stats.
>>
>> Ah. The tracer does not dump on warnings by default. You need
>> 'panic_on_warn' on the command line as well. Forgot about that earlier.
>
> attached one dmesg FYI.

Hmm, that trace dump was cut off before it completed by a reset
(probably your test timeout).

Either you make the timeout longer or try the following on the kernel
command line instead of 'ftrace_dump_on_cpu':

ftrace_dump_on_oops=orig_cpu trace_buf_size=100K

That reduces the output to the CPU which triggers the problem and with a
smaller buffer.

Thanks,

tglx