Pull perf/urgent fixes from Arnaldo:
Core libraries:
  Jiri Olsa:
  - Fix max perf_event_attr.precise_ip detection.
  Kan Liang:
  - Fix parser error for uncore event alias
  Wei Lin:
  - Fixup ordering of kernel maps after obtaining the main kernel map address.
Intel PT:
  Adrian Hunter:
  - Fix TSC slip where A TSC packet can slip past MTC packets so that the
    timestamp appears to go backwards.
  - Fixes for exported-sql-viewer GUI conversion to python3.
ARM coresight:
  Solomon Tan:
  - Fix the build by adding a missing case value for enumeration value introduced
    in newer library, that now is the required one.
tool headers:
  Arnaldo Carvalho de Melo:
  - Syncronize kernel headers with the kernel, getting new io_uring and
    pidfd_send_signal syscalls so that 'perf trace' can handle them.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>