Skip to content
  1. Jun 06, 2022
    • Linus Torvalds's avatar
      Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · fa11c280
      Linus Torvalds authored
      Pull perf fixes from Thomas Gleixner:
      
        - Make the ICL event constraints match reality
      
        - Remove a unused local variable
      
      * tag 'perf-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        perf/core: Remove unused local variable
        perf/x86/intel: Fix event constraints for ICL
      fa11c280
    • Linus Torvalds's avatar
      Merge tag 'perf-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 5cc47d4a
      Linus Torvalds authored
      Pull perf fixlet from Thomas Gleixner:
       "Trivial indentation fix in Kconfig"
      
      * tag 'perf-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        perf/x86/Kconfig: Fix indentation in the Kconfig file
      5cc47d4a
    • Linus Torvalds's avatar
      Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 44688ffd
      Linus Torvalds authored
      Pull objtool fixes from Thomas Gleixner:
      
       - Handle __ubsan_handle_builtin_unreachable() correctly and treat it as
         noreturn
      
       - Allow architectures to select uaccess validation
      
       - Use the non-instrumented bit test for test_cpu_has() to prevent
         escape from non-instrumentable regions
      
       - Use arch_ prefixed atomics for JUMP_LABEL=n builds to prevent escape
         from non-instrumentable regions
      
       - Mark a few tiny inline as __always_inline to prevent GCC from
         bringing them out of line and instrumenting them
      
       - Mark the empty stub context_tracking_enabled() as always inline as
         GCC brings them out of line and instruments the empty shell
      
       - Annotate ex_handler_msr_mce() as dead end
      
      * tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/extable: Annotate ex_handler_msr_mce() as a dead end
        context_tracking: Always inline empty stubs
        x86: Always inline on_thread_stack() and current_top_of_stack()
        jump_label,noinstr: Avoid instrumentation for JUMP_LABEL=n builds
        x86/cpu: Elide KCSAN for cpu_has() and friends
        objtool: Mark __ubsan_handle_builtin_unreachable() as noreturn
        objtool: Add CONFIG_HAVE_UACCESS_VALIDATION
      44688ffd
    • Linus Torvalds's avatar
      Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi · b2c9a83d
      Linus Torvalds authored
      Pull more SCSI updates from James Bottomley:
       "Mostly small bug fixes plus other trivial updates.
      
        The major change of note is moving ufs out of scsi and a minor update
        to lpfc vmid handling"
      
      * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (24 commits)
        scsi: qla2xxx: Remove unused 'ql_dm_tgt_ex_pct' parameter
        scsi: qla2xxx: Remove setting of 'req' and 'rsp' parameters
        scsi: mpi3mr: Fix kernel-doc
        scsi: lpfc: Add support for ATTO Fibre Channel devices
        scsi: core: Return BLK_STS_TRANSPORT for ALUA transitioning
        scsi: sd_zbc: Prevent zone information memory leak
        scsi: sd: Fix potential NULL pointer dereference
        scsi: mpi3mr: Rework mrioc->bsg_device model to fix warnings
        scsi: myrb: Fix up null pointer access on myrb_cleanup()
        scsi: core: Unexport scsi_bus_type
        scsi: sd: Don't call blk_cleanup_disk() in sd_probe()
        scsi: ufs: ufshcd: Delete unnecessary NULL check
        scsi: isci: Fix typo in comment
        scsi: pmcraid: Fix typo in comment
        scsi: smartpqi: Fix typo in comment
        scsi: qedf: Fix typo in comment
        scsi: esas2r: Fix typo in comment
        scsi: storvsc: Fix typo in comment
        scsi: ufs: Split the drivers/scsi/ufs directory
        scsi: qla1280: Remove redundant variable
        ...
      b2c9a83d
    • Linus Torvalds's avatar
      Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux · 29814363
      Linus Torvalds authored
      Pull hardware timestamping subsystem from Thierry Reding:
       "This contains the new HTE (hardware timestamping engine) subsystem
        that has been in the works for a couple of months now.
      
        The infrastructure provided allows for drivers to register as hardware
        timestamp providers, while consumers will be able to request events
        that they are interested in (such as GPIOs and IRQs) to be timestamped
        by the hardware providers.
      
        Note that this currently supports only one provider, but there seems
        to be enough interest in this functionality and we expect to see more
        drivers added once this is merged"
      
      [ Linus Walleij mentions the Intel PMC in the Elkhart and Tiger Lake
        platforms as another future timestamp provider ]
      
      * tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
        dt-bindings: timestamp: Correct id path
        dt-bindings: Renamed hte directory to timestamp
        hte: Uninitialized variable in hte_ts_get()
        hte: Fix off by one in hte_push_ts_ns()
        hte: Fix possible use-after-free in tegra_hte_test_remove()
        hte: Remove unused including <linux/version.h>
        MAINTAINERS: Add HTE Subsystem
        hte: Add Tegra HTE test driver
        tools: gpio: Add new hardware clock type
        gpiolib: cdev: Add hardware timestamp clock type
        gpio: tegra186: Add HTE support
        gpiolib: Add HTE support
        dt-bindings: Add HTE bindings
        hte: Add Tegra194 HTE kernel provider
        drivers: Add hardware timestamp engine (HTE) subsystem
        Documentation: Add HTE subsystem guide
      29814363
    • Linus Torvalds's avatar
      Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild · 71e80720
      Linus Torvalds authored
      Pull more Kbuild updates from Masahiro Yamada:
      
       - Fix build regressions for parisc, csky, nios2, openrisc
      
       - Simplify module builds for CONFIG_LTO_CLANG and CONFIG_X86_KERNEL_IBT
      
       - Remove arch/parisc/nm, which was presumably a workaround for old
         tools
      
       - Check the odd combination of EXPORT_SYMBOL and 'static' precisely
      
       - Make external module builds robust against "too long argument error"
      
       - Support j, k keys for moving the cursor in nconfig
      
      * tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (25 commits)
        kbuild: Allow to select bash in a modified environment
        scripts: kconfig: nconf: make nconfig accept jk keybindings
        modpost: use fnmatch() to simplify match()
        modpost: simplify mod->name allocation
        kbuild: factor out the common objtool arguments
        kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_o
        kbuild: clean .tmp_* pattern by make clean
        kbuild: remove redundant cleanups in scripts/link-vmlinux.sh
        kbuild: rebuild multi-object modules when objtool is updated
        kbuild: add cmd_and_savecmd macro
        kbuild: make *.mod rule robust against too long argument error
        kbuild: make built-in.a rule robust against too long argument error
        kbuild: check static EXPORT_SYMBOL* by script instead of modpost
        parisc: remove arch/parisc/nm
        kbuild: do not create *.prelink.o for Clang LTO or IBT
        kbuild: replace $(linked-object) with CONFIG options
        kbuild: do not try to parse *.cmd files for objects provided by compiler
        kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpost
        modpost: squash if...else-if in find_elf_symbol2()
        modpost: reuse ARRAY_SIZE() macro for section_mismatch()
        ...
      71e80720
  2. Jun 05, 2022
  3. Jun 04, 2022
    • Helge Deller's avatar
      parisc/stifb: Keep track of hardware path of graphics card · b046f984
      Helge Deller authored
      
      
      Keep the pa_path (hardware path) of the graphics card in sti_struct and use
      this info to give more useful info which card is currently being used.
      
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>
      Cc: stable@vger.kernel.org   # v5.10+
      b046f984
    • Helge Deller's avatar
      parisc/stifb: Implement fb_is_primary_device() · cf936af7
      Helge Deller authored
      
      
      Implement fb_is_primary_device() function, so that fbcon detects if this
      framebuffer belongs to the default graphics card which was used to start
      the system.
      
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>
      Cc: stable@vger.kernel.org   # v5.10+
      cf936af7
    • Linus Torvalds's avatar
      Merge tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux · 032dcf09
      Linus Torvalds authored
      Pull gpio fixes from Bartosz Golaszewski:
      
       - use the correct register for regcache sync in gpio-pca953x
      
       - remove unused and potentially harmful code from gpio-adp5588
      
       - MAINTAINERS update
      
      * tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
        gpio: adp5588: Remove support for platform setup and teardown callbacks
        gpio: pca953x: use the correct register address to do regcache sync
        MAINTAINERS: Update Intel GPIO (PMIC and PCH) to Supported
        MAINTAINERS: Update GPIO ACPI library to Supported
      032dcf09
    • Linus Torvalds's avatar
      Merge tag 'regulator-fix-v5.19-rc0' of... · 77d4d360
      Linus Torvalds authored
      Merge tag 'regulator-fix-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
      
      Pull regulator fix from Mark Brown:
       "One fix that came in during the merge window, fixing an error in the
        examples in the DT binding documentation for mt6315"
      
      * tag 'regulator-fix-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
        regulator: mt6315-regulator: fix invalid allowed mode
      77d4d360
    • Linus Torvalds's avatar
      Merge tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux-ntfs3 · 1f952675
      Linus Torvalds authored
      Pull ntfs3 updates from Konstantin Komarov:
      
       - fix some memory leaks and panic
      
       - fixed xfstests (tested on x86_64): generic/092 generic/099
         generic/228 generic/240 generic/307 generic/444
      
       - fix some typos, dead code, etc
      
      * tag 'ntfs3_for_5.19' of https://github.com/Paragon-Software-Group/linux-ntfs3:
        fs/ntfs3: provide block_invalidate_folio to fix memory leak
        fs/ntfs3: Fix invalid free in log_replay
        fs/ntfs3: Update valid size if -EIOCBQUEUED
        fs/ntfs3: Check new size for limits
        fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)
        fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called from function ntfs_init_acl
        fs/ntfs3: Optimize locking in ntfs_save_wsl_perm
        fs/ntfs3: Update i_ctime when xattr is added
        fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functions
        fs/ntfs3: Keep preallocated only if option prealloc enabled
        fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'
      1f952675
    • Linus Torvalds's avatar
      Merge tag 'ptrace_stop-cleanup-for-v5.19' of... · 67850b7b
      Linus Torvalds authored
      Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
      
      Pull ptrace_stop cleanups from Eric Biederman:
       "While looking at the ptrace problems with PREEMPT_RT and the problems
        Peter Zijlstra was encountering with ptrace in his freezer rewrite I
        identified some cleanups to ptrace_stop that make sense on their own
        and move make resolving the other problems much simpler.
      
        The biggest issue is the habit of the ptrace code to change
        task->__state from the tracer to suppress TASK_WAKEKILL from waking up
        the tracee. No other code in the kernel does that and it is straight
        forward to update signal_wake_up and friends to make that unnecessary.
      
        Peter's task freezer sets frozen tasks to a new state TASK_FROZEN and
        then it stores them by calling "wake_up_state(t, TASK_FROZEN)" relying
        on the fact that all stopped states except the special stop states can
        tolerate spurious wake up and recover their state.
      
        The state of stopped and traced tasked is changed to be stored in
        task->jobctl as well as in task->__state. This makes it possible for
        the freezer to recover tasks in these special states, as well as
        serving as a general cleanup. With a little more work in that
        direction I believe TASK_STOPPED can learn to tolerate spurious wake
        ups and become an ordinary stop state.
      
        The TASK_TRACED state has to remain a special state as the registers
        for a process are only reliably available when the process is stopped
        in the scheduler. Fundamentally ptrace needs acess to the saved
        register values of a task.
      
        There are bunch of semi-random ptrace related cleanups that were found
        while looking at these issues.
      
        One cleanup that deserves to be called out is from commit 57b6de08
        ("ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs"). This
        makes a change that is technically user space visible, in the handling
        of what happens to a tracee when a tracer dies unexpectedly. According
        to our testing and our understanding of userspace nothing cares that
        spurious SIGTRAPs can be generated in that case"
      
      * tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
        sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
        ptrace: Always take siglock in ptrace_resume
        ptrace: Don't change __state
        ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
        ptrace: Document that wait_task_inactive can't fail
        ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
        signal: Use lockdep_assert_held instead of assert_spin_locked
        ptrace: Remove arch_ptrace_attach
        ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP
        ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
        signal: Replace __group_send_sig_info with send_signal_locked
        signal: Rename send_signal send_signal_locked
      67850b7b
    • Linus Torvalds's avatar
      Merge tag 'kthread-cleanups-for-v5.19' of... · 1ec6574a
      Linus Torvalds authored
      Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
      
      Pull kthread updates from Eric Biederman:
       "This updates init and user mode helper tasks to be ordinary user mode
        tasks.
      
        Commit 40966e31 ("kthread: Ensure struct kthread is present for
        all kthreads") caused init and the user mode helper threads that call
        kernel_execve to have struct kthread allocated for them. This struct
        kthread going away during execve in turned made a use after free of
        struct kthread possible.
      
        Here, commit 343f4c49 ("kthread: Don't allocate kthread_struct for
        init and umh") is enough to fix the use after free and is simple
        enough to be backportable.
      
        The rest of the changes pass struct kernel_clone_args to clean things
        up and cause the code to make sense.
      
        In making init and the user mode helpers tasks purely user mode tasks
        I ran into two complications. The function task_tick_numa was
        detecting tasks without an mm by testing for the presence of
        PF_KTHREAD. The initramfs code in populate_initrd_image was using
        flush_delayed_fput to ensuere the closing of all it's file descriptors
        was complete, and flush_delayed_fput does not work in a userspace
        thread.
      
        I have looked and looked and more complications and in my code review
        I have not found any, and neither has anyone else with the code
        sitting in linux-next"
      
      * tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
        sched: Update task_tick_numa to ignore tasks without an mm
        fork: Stop allowing kthreads to call execve
        fork: Explicitly set PF_KTHREAD
        init: Deal with the init process being a user mode process
        fork: Generalize PF_IO_WORKER handling
        fork: Explicity test for idle tasks in copy_thread
        fork: Pass struct kernel_clone_args into copy_thread
        kthread: Don't allocate kthread_struct for init and umh
      1ec6574a
    • Linus Torvalds's avatar
      Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of... · 1888e9b4
      Linus Torvalds authored
      Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
      
      Pull ipc sysctl namespace updates from Eric Biederman:
       "This updates the ipc sysctls so that they are fundamentally per ipc
        namespace. Previously these sysctls depended upon a hack to simulate
        being per ipc namespace by looking up the ipc namespace in read or
        write. With this set of changes the ipc sysctls are registered per ipc
        namespace and open looks up the ipc namespace.
      
        Not only does this series of changes ensure the traditional binding at
        open time happens, but it sets a foundation for being able to relax
        the permission checks to allow a user namspace root to change the ipc
        sysctls for an ipc namespace that the user namespace root requires. To
        do this requires the ipc namespace to be known at open time"
      
      * tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
        ipc: Remove extra braces
        ipc: Check p...
      1888e9b4
    • Linus Torvalds's avatar
      firmware_loader: enable XZ by default if compressed support is enabled · 07953c54
      Linus Torvalds authored
      Commit 23cfbc6e ("firmware: Add the support for ZSTD-compressed
      firmware files") added support for ZSTD compression, but in the process
      also made the previously default XZ compression a config option.
      
      That means that anybody who upgrades their kernel and does a
      
          make oldconfig
      
      to update their configuration, will end up without the XZ compression
      that the configuration used to have.
      
      Add the 'default y' to make sure this doesn't happen.
      
      The whole compression question should probably be improved upon, since
      it is now possible to "enable" compression in the kernel config but not
      enable any actual compression algorithm, which makes it all very
      useless.  It makes no sense to ask Kconfig questions that enable
      situations that are nonsensical like that.
      
      This at least fixes the immediate problem of a kernel update resulting
      in a nonbootable machine because of a missed option.
      
      Fixes: 23cfbc6e
      
       ("firmware: Add the support for ZSTD-compressed  firmware files")
      Cc: Takashi Iwai <tiwai@suse.de>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      07953c54
    • Linus Torvalds's avatar
      Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs · 744983d8
      Linus Torvalds authored
      Pull JFFS2, UBI and UBIFS updates from Richard Weinberger:
       "JFFS2:
         - Fixes for a memory leak
      
        UBI:
         - Fixes for fastmap (UAF, high CPU usage)
      
        UBIFS:
         - Minor cleanups"
      
      * tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs:
        ubi: ubi_create_volume: Fix use-after-free when volume creation failed
        ubi: fastmap: Check wl_pool for free peb before wear leveling
        ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not empty
        ubifs: Use NULL instead of using plain integer as pointer
        ubifs: Simplify the return expression of run_gc()
        jffs2: fix memory leak in jffs2_do_fill_super
        jffs2: Use kzalloc instead of kmalloc/memset
      744983d8
    • Linus Torvalds's avatar
      Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml · 4e583ff9
      Linus Torvalds authored
      Pull UML updates from Richard Weinberger:
      
       - Various cleanups and fixes: xterm, serial line, time travel
      
       - Set ARCH_HAS_GCOV_PROFILE_ALL
      
      * tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml:
        um: Fix out-of-bounds read in LDT setup
        um: chan_user: Fix winch_tramp() return value
        um: virtio_uml: Fix broken device handling in time-travel
        um: line: Use separate IRQs per line
        um: Enable ARCH_HAS_GCOV_PROFILE_ALL
        um: Use asm-generic/dma-mapping.h
        um: daemon: Make default socket configurable
        um: xterm: Make default terminal emulator configurable
      4e583ff9
    • Linus Torvalds's avatar
      Merge tag 'devicetree-fixes-for-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux · a01fe7ec
      Linus Torvalds authored
      Pull devicetree fixes from Rob Herring:
      
       - Fixes for unevaluatedProperties warnings.
      
         These were missed to due to a bug in dtschema which is now fixed. The
         changes involve either adding missing properties or removing spurious
         properties from examples.
      
       - Update several Qualcomm binding maintainer email addresses
      
       - Fix typo in imx8mp-media-blk-ctrl example
      
       - Fix fixed string pattern in qcom,smd
      
       - Correct the order of 'reg' entries in Xilinx PCI binding
      
      * tag 'devicetree-fixes-for-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
        dt-bindings: mtd: spi-nand: Add spi-peripheral-props.yaml reference
        dt-bindings: memory-controllers: ingenic: Split out child node properties
        dt-bindings: net/dsa: Add spi-peripheral-props.yaml references
        dt-bindings: PCI: apple: Add missing 'power-domains' property
        dt-bindings: Update Sibi Sankar's email address
        dt-bindings: clock: Update my email address
        dt-bindings: PCI: xilinx-cpm: Fix reg property order
        dt-bindings: net: Fix unevaluatedProperties warnings in examples
        dt-bindings: PCI: socionext,uniphier-pcie: Add missing child interrupt controller
        dt-bindings: usb: snps,dwc3: Add missing 'dma-coherent' property
        dt-bindings: soc: imx8mp-media-blk-ctrl: Fix DT example
        dt-bindings: soc: qcom,smd: do not use pattern for simple rpm-requests string
      a01fe7ec
    • Linus Torvalds's avatar
      Merge tag 'arm-multiplatform-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc · 9af13088
      Linus Torvalds authored
      Pull yet more ARM multiplatform updates from Arnd Bergmann:
       "This is the third and final bit of the multiplatform conversion for
        ARMv5, finishing off OMAP1. One patch enables the common-clk
        interface, and the other ones does the Kconfig change.
      
        These were waiting on a few dependencies to trickle in for common-clk,
        and the last one of those was in the USB tree"
      
      * tag 'arm-multiplatform-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc:
        ARM: omap1: enable multiplatform
        ARM: OMAP1: clock: Convert to CCF
      9af13088
    • Linus Torvalds's avatar
      Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic · c6f2f3e2
      Linus Torvalds authored
      Pull initial Loongarch architecture code from Arnd Bergmann:
       "This is the majority of the loongarch architecture code, including the
        final system call interface and all core functionality.
      
        It still misses three sets of peripheral but vital patches to add
        support for other subsystems, which have yet to pass review:
      
         - The drivers/firmware/efi stub for booting from a standard UEFI
           firmware implementation. Both the original custom boot interface
           and a draft implementation of the EFI stub did not make it, so it
           is currently impossible to boot the kernel, until the loongarch
           specific portions get accepted into the UEFI subsystem
      
         - The drivers/irqchip/irq-loongson-*.c drivers are shared with the
           the MIPS port, but currently lack support for ACPI based booting,
           which will get merged through the irqchip subsystem.
      
         - Similarly, the drivers/pci/controller/pci-loongson.c needs to be
           modified for ACPI support, which will be merged through the PCI
           subsystem.
      
        While the port cannot actually be used before all the above are
        merged, having it in 5.19 helps to establish the user space ABI for
        the libc ports to build on, and to help any treewide changes in the
        mainline kernel get applied here as well.
      
        A gcc-12 based tool chains for build testing is now included in
      
          https://mirrors.edge.kernel.org/pub/tools/crosstool/"
      
      Original description from Huacai Chen:
       "LoongArch is a new RISC ISA, which is a bit like MIPS or RISC-V.
        LoongArch includes a reduced 32-bit version (LA32R), a standard 32-bit
        version (LA32S) and a 64-bit version (LA64). LoongArch use ACPI as its
        boot protocol LoongArch-specific interrupt controllers (similar to APIC)
        are already added in the next revision of ACPI Specification (current
        revision is 6.4).
      
        This patchset is adding basic LoongArch support in mainline kernel, we
        can see a complete snapshot here:
      
          https://github.com/loongson/linux/tree/loongarch-next
          https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git/log/?h=loongarch-next
      
        Cross-compile tool chain to build kernel:
      
          https://github.com/loongson/build-tools/releases/download/2021.12.21/loongarch64-clfs-2022-03-03-cross-tools-gcc-glibc.tar.xz
      
        A CLFS-based Linux distro:
      
          https://github.com/loongson/build-tools/releases/download/2021.12.21/loongarch64-clfs-system-2022-03-03.tar.bz2
      
        Open-source tool chain which is under review (Binutils and Gcc are already upstream):
      
          https://github.com/loongson/binutils-gdb/tree/upstream_v3.1
          https://github.com/loongson/gcc/tree/loongarch_upstream_v6.3
          https://github.com/loongson/glibc/tree/loongarch_2_35_dev_v2.2
      
        Loongson and LoongArch documentations:
      
          https://github.com/loongson/LoongArch-Documentation
      
        LoongArch-specific interrupt controllers:
      
          https://mantis.uefi.org/mantis/view.php?id=2203
          https://mantis.uefi.org/mantis/view.php?id=2313"
      
      Link: https://lore.kernel.org/lkml/20220603072053.35005-1-chenhuacai@loongson.cn/
      
      * tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic: (24 commits)
        MAINTAINERS: Add maintainer information for LoongArch
        LoongArch: Add Loongson-3 default config file
        LoongArch: Add Non-Uniform Memory Access (NUMA) support
        LoongArch: Add multi-processor (SMP) support
        LoongArch: Add VDSO and VSYSCALL support
        LoongArch: Add some library functions
        LoongArch: Add misc common routines
        LoongArch: Add ELF and module support
        LoongArch: Add signal handling support
        LoongArch: Add system call support
        LoongArch: Add memory management
        LoongArch: Add process management
        LoongArch: Add exception/interrupt handling
        LoongArch: Add boot and setup routines
        LoongArch: Add other common headers
        LoongArch: Add atomic/locking headers
        LoongArch: Add CPU definition headers
        LoongArch: Add build infrastructure
        LoongArch: Add writecombine support for drm
        LoongArch: Add ELF-related definitions
        ...
      c6f2f3e2
    • Linus Torvalds's avatar
      Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux · 21873bd6
      Linus Torvalds authored
      Pull arm64 fixes from Catalin Marinas:
       "Most of issues addressed were introduced during this merging window.
      
         - Initialise jump labels before setup_machine_fdt(), needed by commit
           f5bda35f ("random: use static branch for crng_ready()").
      
         - Sparse warnings: missing prototype, incorrect __user annotation.
      
         - Skip SVE kselftest if not sufficient vector lengths supported"
      
      * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
        kselftest/arm64: signal: Skip SVE signal test if not enough VLs supported
        arm64: Initialize jump labels before setup_machine_fdt()
        arm64: hibernate: Fix syntax errors in comments
        arm64: Remove the __user annotation for the restore_za_context() argument
        ftrace/fgraph: fix increased missing-prototypes warnings
      21873bd6
    • Linus Torvalds's avatar
      Merge tag 'riscv-for-linus-5.19-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux · f66e797b
      Linus Torvalds authored
      Pull more RISC-V updates from Palmer Dabbelt:
       "This is mostly some DT updates, but also a handful of cleanups and
        some fixes. The most user-visible of those are:
      
         - A device tree for the Sundance Polarberry, along with a handful of
           fixes and clenups to the PolarFire SOC device trees and bindings.
      
         - The memfd_secret syscall number is now visible to userspace,
      
         - Some improvements to the vm layout dump, which really should have
           followed shortly after the sv48 patches but I missed"
      
      * tag 'riscv-for-linus-5.19-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
        riscv: Move alternative length validation into subsection
        riscv: mm: init: make pt_ops_set_[early|late|fixmap] static
        riscv: move errata/ and kvm/ builds to arch/riscv/Kbuild
        RISC-V: Mark IORESOURCE_EXCLUSIVE for reserved mem instead of IORESOURCE_BUSY
        riscv: Wire up memfd_secret in UAPI header
        riscv: Fix irq_work when SMP is disabled
        riscv: Improve virtual kernel memory layout dump
        riscv: Initialize thread pointer before calling C functions
        Documentation: riscv: Add sv48 description to VM layout
        RISC-V: Only default to spinwait on SBI-0.1 and M-mode
        riscv: dts: icicle: sort nodes alphabetically
        riscv: microchip: icicle: readability fixes
        riscv: dts: microchip: add the sundance polarberry
        dt-bindings: riscv: microchip: add polarberry compatible string
        dt-bindings: vendor-prefixes: add Sundance DSP
        riscv: dts: microchip: make the fabric dtsi board specific
        dt-bindings: riscv: microchip: document icicle reference design
        riscv: dts: microchip: remove soc vendor from filenames
        riscv: dts: microchip: move sysctrlr out of soc bus
        riscv: dts: microchip: remove icicle memory clocks
      f66e797b
    • Linus Torvalds's avatar
      Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux · 4ab6cfc4
      Linus Torvalds authored
      Pull more s390 updates from Heiko Carstens:
       "Just a couple of small improvements, bug fixes and cleanups:
      
         - Add Eric Farman as maintainer for s390 virtio drivers.
      
         - Improve machine check handling, and avoid incorrectly injecting a
           machine check into a kvm guest.
      
         - Add cond_resched() call to gmap page table walker in order to avoid
           possible huge latencies. Also use non-quiesing sske instruction to
           speed up storage key handling.
      
         - Add __GFP_NORETRY to KEXEC_CONTROL_MEMORY_GFP so s390 behaves
           similar like common code.
      
         - Get sie control block address from correct stack slot in perf event
           code. This fixes potential random memory accesses.
      
         - Change uaccess code so that the exception handler sets the result
           of get_user() and __get_kernel_nofault() to zero in case of a
           fault. Until now this was done via input parameters for inline
           assemblies. Doing it via fault handling is what most or even all
           other architectures are doing.
      
         - Couple of other small cleanups and fixes"
      
      * tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
        s390/stack: add union to reflect kvm stack slot usages
        s390/stack: merge empty stack frame slots
        s390/uaccess: whitespace cleanup
        s390/uaccess: use __noreturn instead of __attribute__((noreturn))
        s390/uaccess: use exception handler to zero result on get_user() failure
        s390/uaccess: use symbolic names for inline assembler operands
        s390/mcck: isolate SIE instruction when setting CIF_MCCK_GUEST flag
        s390/mm: use non-quiescing sske for KVM switch to keyed guest
        s390/gmap: voluntarily schedule during key setting
        MAINTAINERS: Update s390 virtio-ccw
        s390/kexec: add __GFP_NORETRY to KEXEC_CONTROL_MEMORY_GFP
        s390/Kconfig.debug: fix indentation
        s390/Kconfig: fix indentation
        s390/perf: obtain sie_block from the right address
        s390: generate register offsets into pt_regs automatically
        s390: simplify early program check handler
        s390/crypto: fix scatterwalk_unmap() callers in AES-GCM
      4ab6cfc4
    • Linus Torvalds's avatar
      Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi · 93ce7948
      Linus Torvalds authored
      Pull more EFI updates from Ard Biesheuvel:
       "Follow-up tweaks for EFI changes - they mostly address issues
        introduced this merge window, except for Heinrich's patch:
      
         - fix new DXE service invocations for mixed mode
      
         - use correct Kconfig symbol when setting PE header flag
      
         - clean up the drivers/firmware/efi Kconfig dependencies so that
           features that depend on CONFIG_EFI are hidden from the UI when the
           symbol is not enabled.
      
        Also included is a RISC-V bugfix from Heinrich to avoid read-write
        mappings of read-only firmware regions in the EFI page tables"
      
      * tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:
        efi: clean up Kconfig dependencies on CONFIG_EFI
        efi/x86: libstub: Make DXE calls mixed mode safe
        efi: x86: Fix config name for setting the NX-compatibility flag in the PE header
        riscv: read-only pages should not be writable
      93ce7948