1. Feb 18, 2023
  2. Feb 12, 2023
  3. Feb 06, 2023
  4. Feb 05, 2023
    • Linus Torvalds's avatar
      Merge tag 'powerpc-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux · 837c07cf
      Linus Torvalds authored
      Pull powerpc fixes from Michael Ellerman:
       "It's a bit of a big batch for rc6, but just because I didn't send any
        fixes the last week or two while I was on vacation, next week should
        be quieter:
      
         - Fix a few objtool warnings since we recently enabled objtool.
      
         - Fix a deadlock with the hash MMU vs perf record.
      
         - Fix perf profiling of asynchronous interrupt handlers.
      
         - Revert the IMC PMU nest_init_lock to being a mutex.
      
         - Two commits fixing problems with the kexec_file FDT size
           estimation.
      
         - Two commits fixing problems with strict RWX vs kernels running at
           non-zero.
      
         - Reconnect tlb_flush() to hash__tlb_flush()
      
        Thanks to Kajol Jain, Nicholas Piggin, Sachin Sant Sathvika Vasireddy,
        and Sourabh Jain"
      
      * tag 'powerpc-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
        powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()
        powerpc/kexec_file: Count hot-pluggable memory in FDT estimate
        powerpc/64s/radix: Fix RWX mapping with relocated kernel
        powerpc/64s/radix: Fix crash with unaligned relocated kernel
        powerpc/kexec_file: Fix division by zero in extra size estimation
        powerpc/imc-pmu: Revert nest_init_lock to being a mutex
        powerpc/64: Fix perf profiling asynchronous interrupt handlers
        powerpc/64s: Fix local irq disable when PMIs are disabled
        powerpc/kvm: Fix unannotated intra-function call warning
        powerpc/85xx: Fix unannotated intra-function call warning
      837c07cf
    • Linus Torvalds's avatar
      Merge tag 'rtc-6.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux · 95078069
      Linus Torvalds authored
      Pull RTC fixes from Alexandre Belloni:
       "Here are a few fixes for 6.2. The EFI one is the most important as it
        allows some RTCs to actually work. The other two are warnings that are
        worth fixing.
      
         - efi: make WAKEUP services optional
      
         - sunplus: fix format string warning"
      
      * tag 'rtc-6.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux:
        rtc: sunplus: fix format string for printing resource
        dt-bindings: rtc: qcom-pm8xxx: allow 'wakeup-source' property
        rtc: efi: Enable SET/GET WAKEUP services as optional
      95078069
    • Linus Torvalds's avatar
      Merge tag 'kbuild-fixes-v6.2-4' of... · db27c222
      Linus Torvalds authored
      Merge tag 'kbuild-fixes-v6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
      
      Pull Kbuild fixes from Masahiro Yamada:
      
       - Fix two bugs (for building and for signing) when MODULE_SIG_KEY
         contains a PKCS#11 URI
      
      * tag 'kbuild-fixes-v6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
        kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY is a PKCS#11 URI
        certs: Fix build error when PKCS#11 URI contains semicolon
      db27c222
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm · c00f4ddd
      Linus Torvalds authored
      Pull kvm fixes from Paolo Bonzini:
       "ARM64:
      
         - Yet another fix for non-CPU accesses to the memory backing the
           VGICv3 subsystem
      
         - A set of fixes for the setlftest checking for the S1PTW behaviour
           after the fix that went in ealier in the cycle"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
        KVM: selftests: aarch64: Test read-only PT memory regions
        KVM: selftests: aarch64: Fix check of dirty log PT write
        KVM: selftests: aarch64: Do not default to dirty PTE pages on all S1PTWs
        KVM: selftests: aarch64: Relax userfaultfd read vs. write checks
        KVM: arm64: Allow no running vcpu on saving vgic3 pending table
        KVM: arm64: Allow no running vcpu on restoring vgic3 LPI pending status
        KVM: arm64: Add helper vgic_write_guest_lock()
      c00f4ddd
    • Linus Torvalds's avatar
      Merge tag 'parisc-for-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux · 2ab2ba49
      Linus Torvalds authored
      Pull parisc architecture fixes from Helge Deller:
      
       - Fix PTRACE_GETREGS/PTRACE_SETREGS for 32-bit userspace on a 64-bit
         kernel
      
       - pdc_iodc_print() dropped chars for newline in strings
      
       - Drop constants in favour of PRIV_USER
      
       - use safer strscpy() function in pdc_stable driver
      
      * tag 'parisc-for-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
        parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
        parisc: Replace hardcoded value with PRIV_USER constant in ptrace.c
        parisc: Fix return code of pdc_iodc_print()
        parisc: pdc_stable: use strscpy() to instead of strncpy()
      2ab2ba49
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of https://github.com/openrisc/linux · 583472ef
      Linus Torvalds authored
      Pull OpenRISC mailing list update from Stafford Horne:
       "The old mailing list for OpenRISC died due to some infrastructure
        issues and the people in charge decided not to keep it running. We
        have migrated this and the users over to kernel.org infrastructure.
      
        Sending this out now to avoid kernel developers getting lots of
        bounced mails for using the old list"
      
      * tag 'for-linus' of https://github.com/openrisc/linux:
        MAINTAINERS: Update OpenRISC mailing list
      583472ef
  5. Feb 04, 2023