Re: [PATCH perf/core] uprobes: fix WARN() inside hprobe_consume()
From: Peter Zijlstra <peterz@infradead.org>
Date: 2024-10-30 20:12:46
Also in:
bpf, lkml
From: Peter Zijlstra <peterz@infradead.org>
Date: 2024-10-30 20:12:46
Also in:
bpf, lkml
On Wed, Oct 30, 2024 at 09:02:08AM -0700, Andrii Nakryiko wrote:
Use proper `*hstate` to print unexpected hprobe state. And drop unused local `state` variable. Reported-by: kernel test robot <redacted> Reported-by: Dan Carpenter <redacted> Closes: https://lore.kernel.org/r/202410302020.1jHBLfss-lkp@intel.com/ (local) Fixes: 72a27524a493 ("uprobes: SRCU-protect uretprobe lifetime (with timeout)") Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Since I've not yet pushed it out to tip, I've folded it into the original patch.