On Thu, Aug 01, 2024 at 02:13:41PM -0700, Andrii Nakryiko wrote: > On Thu, Aug 1, 2024 at 11:58 AM Andrii Nakryiko > <andrii.nakryiko@xxxxxxxxx> wrote: > > > > + bpf > > > > On Thu, Aug 1, 2024 at 6:36 AM Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote: > > > > > > On Thu, Aug 01, 2024 at 03:26:38PM +0200, Oleg Nesterov wrote: > > > > (Andrii, I'll try to look at your new series on Weekend). > > > > > > OK, I dropped all your previous patches and stuffed these in. > > > > > > They should all be visible in queue/perf/core, and provided the robot > > > doesn't scream, I'll push them into tip/perf/core soonish. > > > > Just FYI, it seems like tip/perf/core is currently broken for uprobes > > (and by implication also queue/perf/core). Also torvalds/linux/master > > master is broken. See what I'm getting when running BPF selftests > > dealing with uprobes. Sometimes I only get that WARNING and nothing > > else. > > > > I'm bisecting at the moment with bpf/master being a "good" checkpoint, > > will let you know once I bisect. > > Ok, this bisected to: > > 675ad74989c2 ("perf/core: Add aux_pause, aux_resume, aux_start_paused") > > Reverting all (applied to tip/perf/core) four patches from that series: > > 6763ebdb4983 (tip/perf/core) perf/x86/intel: Do not enable large PEBS > for events with aux actions or aux sampling > 6a45d8847597 perf/x86/intel/pt: Add support for pause / resume > 675ad74989c2 perf/core: Add aux_pause, aux_resume, aux_start_paused > d92792a4b26e perf/x86/intel/pt: Fix sampling synchronization > > ... makes everything work again. I'll leave it up to you and Adrian to > figure this out. Thanks for catching this. I'll go have a look.