Re: [PATCH 0/3] perf/core: Optimize LBR callstack handling

From: Peter Zijlstra

Date: Thu Feb 26 2026 - 07:07:46 EST


On Wed, Feb 11, 2026 at 02:32:18PM -0800, Namhyung Kim wrote:
> Namhyung Kim (3):
> perf/core: Pass GFP flags to attach_task_ctx_data()
> perf/core: Try to allocate task_ctx_data quickly
> perf/core: Simplify __detach_global_ctx_data()

They seem to have crossed paths with kalloc_obj() stuff, but I stomped
on it and now they fit.

Patches seem fine, I'll throw them at the robots.

Thanks!