Commit ef9ce800df95 for kernel

commit ef9ce800df95726978490534f9e2c14ca71858e8
Merge: d99d2a953ad8 fac520e43a60
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Jul 25 09:05:02 2026 -0700

    Merge tag 'perf-tools-fixes-for-v7.2-1-2026-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools

    Pull perf tools fixes from Arnaldo Carvalho de Melo:

     - Update header copies of kernel headers, including const.h, fs.h,
       perf_event.h, gfp_types.h, kvm.h, cpufeatures.h, rtnetlink.hp,
       msr-index.h, drm.h and socket.h

     - Add some build files related to BPF skels to .gitignore

    * tag 'perf-tools-fixes-for-v7.2-1-2026-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools:
      tools headers: Sync KVM headers with the kernel sources
      tools headers: Sync UAPI linux/fs.h with the kernel sources
      perf beauty: Update copy of linux/socket.h with the kernel sources
      tools headers: Sync UAPI drm/drm.h with kernel sources
      tools arch x86: Sync the msr-index.h copy with the kernel sources
      tools headers x86 cpufeatures: Sync with the kernel sources
      tools headers: Sync linux/gfp_types.h with the kernel sources
      tools headers UAPI: Sync linux/rtnetlink.h with the kernel sources
      tools headers UAPI: Sync linux/const.h with the kernel sources
      perf bench bpf: Add missing .gitignore file