Pull perf fixes from Borislav Petkov:
 - Avoid a crash on a heterogeneous machine where not all cores support
   the same hw events features
 - Avoid a deadlock when throttling events
 - Document the perf event states more
 - Make sure a number of perf paths switching off or rescheduling events
   call perf_cgroup_event_disable()
 - Make sure perf does task sampling before its userspace mapping is
   torn down, and not after
* tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf/x86/intel: Fix crash in icl_update_topdown_event()
  perf: Fix the throttle error of some clock events
  perf: Add comment to enum perf_event_state
  perf/core: Fix WARN in perf_cgroup_switch()
  perf: Fix dangling cgroup pointer in cpuctx
  perf: Fix cgroup state vs ERROR
  perf: Fix sample vs do_exit()