1. 01 Nov, 2021 37 commits
  2. 31 Oct, 2021 3 commits
    • Linus Torvalds's avatar
      Linux 5.15 · 8bb7eca9
      Linus Torvalds authored
      8bb7eca9
    • Linus Torvalds's avatar
      Merge tag 'perf-tools-fixes-for-v5.15-2021-10-31' of... · 75fcbd38
      Linus Torvalds authored
      Merge tag 'perf-tools-fixes-for-v5.15-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux
      
      Pull perf tools fixes from Arnaldo Carvalho de Melo:
      
       - Fix compilation of callchain related code on powerpc with gcc11+
      
       - Fix PERF_SAMPLE_WEIGHT_STRUCT support in 'perf script'
      
       - Check session->header.env.arch before using it, fixing a segmentation
         fault
      
       - Suppress 'rm dlfilter' build messages
      
      * tag 'perf-tools-fixes-for-v5.15-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux:
        perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT support
        perf callchain: Fix compilation on powerpc with gcc11+
        perf script: Check session->header.env.arch before using it
        perf build: Suppress 'rm dlfilter' build message
      75fcbd38
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm · ca5e83ed
      Linus Torvalds authored
      Pull kvm fixes from Paolo Bonzini:
      
       - Fixes for s390 interrupt delivery
      
       - Fixes for Xen emulator bugs showing up as debug kernel WARNs
      
       - Fix another issue with SEV/ES string I/O VMGEXITs
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
        KVM: x86: Take srcu lock in post_kvm_run_save()
        KVM: SEV-ES: fix another issue with string I/O VMGEXITs
        KVM: x86/xen: Fix kvm_xen_has_interrupt() sleeping in kvm_vcpu_block()
        KVM: x86: switch pvclock_gtod_sync_lock to a raw spinlock
        KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpu
        KVM: s390: clear kicked_mask before sleeping again
      ca5e83ed