1. 04 May, 2023 9 commits
    • Linus Torvalds's avatar
      Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm · 15fb96a3
      Linus Torvalds authored
      Pull more MM updates from Andrew Morton:
      
       - Some DAMON cleanups from Kefeng Wang
      
       - Some KSM work from David Hildenbrand, to make the PR_SET_MEMORY_MERGE
         ioctl's behavior more similar to KSM's behavior.
      
      [ Andrew called these "final", but I suspect we'll have a series fixing
        up the fact that the last commit in the dmapools series in the
        previous pull seems to have unintentionally just reverted all the
        other commits in the same series..   - Linus ]
      
      * tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:
        mm: hwpoison: coredump: support recovery from dump_user_range()
        mm/page_alloc: add some comments to explain the possible hole in __pageblock_pfn_to_page()
        mm/ksm: move disabling KSM from s390/gmap code to KSM code
        selftests/ksm: ksm_functional_tests: add prctl unmerge test
        mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0
        mm/damon/paddr: fix missing folio_sz update in damon_pa_young()
        mm/damon/paddr: minor refactor of damon_pa_mark_accessed_or_deactivate()
        mm/damon/paddr: minor refactor of damon_pa_pageout()
      15fb96a3
    • Linus Torvalds's avatar
      Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux · 671e148d
      Linus Torvalds authored
      Pull arm64 fixes from Will Deacon:
       "A few arm64 fixes that came in during the merge window for -rc1.
      
        The main thing is restoring the pointer authentication hwcaps, which
        disappeared during some recent refactoring
      
         - Fix regression in CPU erratum workaround when disabling the MMU
      
         - Fix detection of pointer authentication hwcaps
      
         - Avoid writeable, executable ELF sections in vmlinux"
      
      * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
        arm64: lds: move .got section out of .text
        arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.text
        arm64: cpufeature: Fix pointer auth hwcaps
        arm64: Fix label placement in record_mmu_state()
      671e148d
    • Linus Torvalds's avatar
      Merge tag 'loongarch-6.4' of... · 611c9d88
      Linus Torvalds authored
      Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
      
      Pull LoongArch updates from Huacai Chen:
      
       - Better backtraces for humanization
      
       - Relay BCE exceptions to userland as SIGSEGV
      
       - Provide kernel fpu functions
      
       - Optimize memory ops (memset/memcpy/memmove)
      
       - Optimize checksum and crc32(c) calculation
      
       - Add ARCH_HAS_FORTIFY_SOURCE selection
      
       - Add function error injection support
      
       - Add ftrace with direct call support
      
       - Add basic perf tools support
      
      * tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson: (24 commits)
        tools/perf: Add basic support for LoongArch
        LoongArch: ftrace: Add direct call trampoline samples support
        LoongArch: ftrace: Add direct call support
        LoongArch: ftrace: Implement ftrace_find_callable_addr() to simplify code
        LoongArch: ftrace: Fix build error if DYNAMIC_FTRACE_WITH_REGS is not set
        LoongArch: ftrace: Abstract DYNAMIC_FTRACE_WITH_ARGS accesses
        LoongArch: Add support for function error injection
        LoongArch: Add ARCH_HAS_FORTIFY_SOURCE selection
        LoongArch: crypto: Add crc32 and crc32c hw acceleration
        LoongArch: Add checksum optimization for 64-bit system
        LoongArch: Optimize memory ops (memset/memcpy/memmove)
        LoongArch: Provide kernel fpu functions
        LoongArch: Relay BCE exceptions to userland as SIGSEGV with si_code=SEGV_BNDERR
        LoongArch: Tweak the BADV and CPUCFG.PRID lines in show_regs()
        LoongArch: Humanize the ESTAT line when showing registers
        LoongArch: Humanize the ECFG line when showing registers
        LoongArch: Humanize the EUEN line when showing registers
        LoongArch: Humanize the PRMD line when showing registers
        LoongArch: Humanize the CRMD line when showing registers
        LoongArch: Fix format of CSR lines during show_regs()
        ...
      611c9d88
    • Linus Torvalds's avatar
      Merge tag 'csky-for-linus-6.4' of https://github.com/c-sky/csky-linux · a1f749de
      Linus Torvalds authored
      Pull arch/csky updates from Guo Ren:
      
       - Remove CPU_TLB_SIZE config
      
       - Prevent spurious page faults
      
      * tag 'csky-for-linus-6.4' of https://github.com/c-sky/csky-linux:
        csky: mmu: Prevent spurious page faults
        csky: remove obsolete config CPU_TLB_SIZE
      a1f749de
    • Linus Torvalds's avatar
      Merge tag 'parisc-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux · 1a5304fe
      Linus Torvalds authored
      Pull parisc updates from Helge Deller:
       "Two important fixes in here:
      
         - The argument pointer register was wrong when calling 64-bit
           firmware functions, which may cause random memory corruption or
           crashes.
      
         - Ensure page alignment in cache flush functions, otherwise not all
           memory might get flushed.
      
        The rest are cleanups (mmap implementation, panic path) and usual
        smaller updates.
      
        Summary:
      
         - Calculate correct argument pointer in real64_call_asm()
      
         - Cleanup mmap implementation regarding color alignment (John David
           Anglin)
      
         - Spinlock fixes in panic path (Guilherme G. Piccoli)
      
         - build doc update for parisc64 (Randy Dunlap)
      
         - Ensure page alignment in flush functions"
      
      * tag 'parisc-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
        parisc: Fix argument pointer in real64_call_asm()
        parisc: Cleanup mmap implementation regarding color alignment
        parisc: Drop HP-UX constants and structs from grfioctl.h
        parisc: Ensure page alignment in flush functions
        parisc: Replace regular spinlock with spin_trylock on panic path
        parisc: update kbuild doc. aliases for parisc64
        parisc: Limit amount of kgdb breakpoints on parisc
      1a5304fe
    • Linus Torvalds's avatar
      Merge tag 'modules-6.4-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux · b4082428
      Linus Torvalds authored
      Pull modules fix from Luis Chamberlain:
       "One fix by Arnd far for modules which came in after the first pull
        request.
      
        The issue was found as part of some late compile tests with 0-day. I
        take it 0-day does some secondary late builds with after some initial
        ones"
      
      * tag 'modules-6.4-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux:
        module: include internal.h in module/dups.c
      b4082428
    • Linus Torvalds's avatar
      Merge tag 'sysctl-6.4-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux · 049a18f2
      Linus Torvalds authored
      Pull more sysctl updates from Luis Chamberlain:
       "As mentioned on my first pull request for sysctl-next, for v6.4-rc1
        we're very close to being able to deprecating register_sysctl_paths().
        I was going to assess the situation after the first week of the merge
        window.
      
        That time is now and things are looking good. We only have one which
        had already an ACK for so I'm picking this up here now and the last
        patch is the one that uses an axe.
      
        I have boot tested the last patch and 0-day build completed
        successfully"
      
      * tag 'sysctl-6.4-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux:
        sysctl: remove register_sysctl_paths()
        kernel: pid_namespace: simplify sysctls with register_sysctl()
      049a18f2
    • Linus Torvalds's avatar
      Merge tag 'uml-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux · 342528ff
      Linus Torvalds authored
      Pull uml updates from Richard Weinberger:
      
       - Make stub data pages configurable
      
       - Make it harder to mix user and kernel code by accident
      
      * tag 'uml-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux:
        um: make stub data pages size tweakable
        um: prevent user code in modules
        um: further clean up user_syms
        um: don't export printf()
        um: hostfs: define our own API boundary
        um: add __weak for exported functions
      342528ff
    • Linus Torvalds's avatar
      Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs · 9f269232
      Linus Torvalds authored
      Pull UBI and UBIFS updates from Richard Weinberger:
       "UBI:
      
         - Fix error value for try_write_vid_and_data()
      
         - Minor cleanups
      
        UBIFS:
      
         - Fixes for various memory leaks
      
         - Minor cleanups"
      
      * tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs:
        ubifs: Fix memleak when insert_old_idx() failed
        Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"
        ubifs: Fix memory leak in do_rename
        ubifs: Free memory for tmpfile name
        ubi: Fix return value overwrite issue in try_write_vid_and_data()
        ubifs: Remove return in compr_exit()
        ubi: Simplify bool conversion
      9f269232
  2. 03 May, 2023 29 commits
    • Linus Torvalds's avatar
      Merge tag 'pm-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · fa31fc82
      Linus Torvalds authored
      Pull more power management updates from Rafael Wysocki:
       "These fix a hibernation test mode regression and clean up the
        intel_idle driver.
      
        Specifics:
      
         - Make test_resume work again after the changes that made hibernation
           open the snapshot device in exclusive mode (Chen Yu)
      
         - Clean up code in several places in intel_idle (Artem Bityutskiy)"
      
      * tag 'pm-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        intel_idle: mark few variables as __read_mostly
        intel_idle: do not sprinkle module parameter definitions around
        intel_idle: fix confusing message
        intel_idle: improve C-state flags handling robustness
        intel_idle: further intel_idle_init_cstates_icpu() cleanup
        intel_idle: clean up intel_idle_init_cstates_icpu()
        intel_idle: use pr_info() instead of printk()
        PM: hibernate: Do not get block device exclusively in test_resume mode
        PM: hibernate: Turn snapshot_test into global variable
      fa31fc82
    • Linus Torvalds's avatar
      Merge tag 'acpi-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · 0153d8e6
      Linus Torvalds authored
      Pull more ACPI updates from Rafael Wysocki:
       "These add two ACPI-related quirks and extend support for Apple device
        properties supplied via ACPI _DSM.
      
        Specifics:
      
         - Do not turn off unused power resources during initialization on the
           Toshiba Click Mini (Hans de Goede)
      
         - Support strings in device properties supplied by ACPI _DSM on Apple
           platforms (Hector Martin)
      
         - Add an ACPI device ID quirk for Lenovo Yoga Tablet 2 (Marius Hoch)"
      
      * tag 'acpi-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        ACPI: property: Support strings in Apple _DSM props
        ACPI: x86: utils: Remove Lenovo Yoga Tablet 2's MAGN0001
        ACPI: PM: Do not turn of unused power resources on the Toshiba Click Mini
      0153d8e6
    • Linus Torvalds's avatar
      Merge tag 'thermal-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · 667de5c6
      Linus Torvalds authored
      Pull more thermal control updates from Rafael Wysocki:
       "These are mostly cleanups on top of the previously merged thermal
        control changes plus some driver fixes and the removal of the Intel
        Menlow thermal driver.
      
        Specifics:
      
         - Add compatible DT bindings for imx6sll and imx6ul to fix a dtbs
           check warning (Stefan Wahren)
      
         - Update the example in the DT bindings to reflect changes with the
           ADC node name for QCom TM and TM5 (Marijn Suijten)
      
         - Fix comments for the cpuidle_cooling_register() function to match
           the function prototype (Chenggang Wang)
      
         - Fix inconsistent temperature read and some Mediatek variant board
           reboot by reverting a change and handling the temperature
           differently (AngeloGioacchino Del Regno)
      
         - Fix a memory leak in the initialization error path for the Mediatek
           driver (Kang Chen)
      
         - Use of_address_to_resource() in the Mediatek driver (Rob Herring)
      
         - Fix unit address in the QCom tsens driver DT bindings (Krzysztof
           Kozlowski)
      
         - Clean up the step-wise thermal governor (Zhang Rui)
      
         - Introduce thermal_zone_device() for accessing the device field of
           struct thermal_zone_device and two drivers use it (Daniel Lezcano)
      
         - Clean up the ACPI thermal driver a bit (Daniel Lezcano)
      
         - Delete the thermal driver for Intel Menlow platforms that is not
           expected to have any users (Rafael Wysocki)"
      
      * tag 'thermal-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        thermal: intel: menlow: Get rid of this driver
        ACPI: thermal: Move to dedicated function sysfs extra attr creation
        ACPI: thermal: Use thermal_zone_device()
        thermal: intel: pch_thermal: Use thermal driver device to write a trace
        thermal: core: Encapsulate tz->device field
        thermal: gov_step_wise: Adjust code logic to match comment
        thermal: gov_step_wise: Delete obsolete comment
        dt-bindings: thermal: qcom-tsens: Correct unit address
        thermal/drivers/mediatek: Use of_address_to_resource()
        thermal/drivers/mediatek: Change clk_prepare_enable to devm_clk_get_enabled in mtk_thermal_probe
        thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe
        thermal/drivers/mediatek: Add temperature constraints to validate read
        Revert "thermal/drivers/mediatek: Add delay after thermal banks initialization"
        thermal/drivers/cpuidle_cooling: Delete unmatched comments
        dt-bindings: thermal: Use generic ADC node name in examples
        dt-bindings: imx-thermal: Add imx6sll and imx6ul compatible
      667de5c6
    • Linus Torvalds's avatar
      Merge tag 'pwm/for-6.4-rc1' of... · 89b7fd5d
      Linus Torvalds authored
      Merge tag 'pwm/for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
      
      Pull pwm updates from Thierry Reding:
       "The bulk of this is trivial conversions to the new .remove_new()
        callback for drivers as part of Uwe's effort to clean that up.
      
        Other than that a driver is added for Apple devices and various small
        fixes are included for existing drivers.
      
        Last but not least, this finally gets rid of the old pwm_request() and
        pwm_free() APIs are removed since the last user was dropped in v6.3"
      
      * tag 'pwm/for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm: (44 commits)
        pwm: Remove unused radix tree
        pwm: Delete deprecated functions pwm_request() and pwm_free()
        pwm: meson: Fix g12a ao clk81 name
        pwm: meson: Fix axg ao mux parents
        pwm: stm32: Enforce settings for PWM capture
        MAINTAINERS: Add entries for Apple PWM driver
        pwm: Add Apple PWM controller
        dt-bindings: pwm: Add Apple PWM controller
        pwm: mtk-disp: Configure double buffering before reading in .get_state()
        pwm: mtk-disp: Disable shadow registers before setting backlight values
        pwm: stm32-lp: Drop of_match_ptr for ID table
        pwm: rcar: Drop of_match_ptr for ID table
        dt-bindings: pwm: Convert Amlogic Meson PWM binding
        dt-bindings: pwm: mediatek: Add mediatek,mt7986 compatible
        pwm: xilinx: Convert to platform remove callback returning void
        pwm: vt8500: Convert to platform remove callback returning void
        pwm: tiehrpwm: Convert to platform remove callback returning void
        pwm: tiecap: Convert to platform remove callback returning void
        pwm: tegra: Convert to platform remove callback returning void
        pwm: sun4i: Convert to platform remove callback returning void
        ...
      89b7fd5d
    • Linus Torvalds's avatar
      Merge tag 'soundwire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire · 4c9818d8
      Linus Torvalds authored
      Pull soundwire updates from Vinod Koul:
       "This features AMD soundwire controller driver, a bunch of Intel
        changes for future platform support, sdw API updates etc:
      
         - Support for AMD soundwire controller
      
         - Intel driver updates to support future platforms
      
         - Core API sdw_nread/nwrite_no_pm updates to handle page boundaries"
      
      * tag 'soundwire-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire: (38 commits)
        soundwire: intel_auxdevice: improve pm_prepare step
        soundwire: bus: Fix unbalanced pm_runtime_put() causing usage count underflow
        soundwire: intel: don't save hw_params for use in prepare
        soundwire: bus: Update sdw_nread/nwrite_no_pm to handle page boundaries
        soundwire: bus: Update kernel doc for no_pm functions
        soundwire: bus: Remove now outdated comments on no_pm IO
        soundwire: stream: uniquify dev_err() logs
        soundwire: stream: remove bus->dev from logs on multiple buses
        soundwire: amd: add pm_prepare callback and pm ops support
        soundwire: amd: handle SoundWire wake enable interrupt
        soundwire: amd: add runtime pm ops for AMD SoundWire manager driver
        soundwire: amd: add SoundWire manager interrupt handling
        soundwire: amd: enable build for AMD SoundWire manager driver
        soundwire: amd: register SoundWire manager dai ops
        soundwire: amd: Add support for AMD Manager driver
        soundwire: export sdw_compute_slave_ports() function
        soundwire: stream: restore cumulative bus bandwidth when compute_params callback failed
        soundwire: bandwidth allocation: Use hweight32() to calculate set bits
        soundwire: qcom: gracefully handle too many ports in DT
        soundwire: qcom: define hardcoded version magic numbers
        ...
      4c9818d8
    • Linus Torvalds's avatar
      Merge tag 'phy-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy · 54bdf8a3
      Linus Torvalds authored
      Pull phy updates from Vinod Koul:
       "New support:
         - UFS PHY for Qualcomm SA8775p, SM7150
         - PCIe 2 lane phy support for sc8180x and PCIe PHY for SDX65
         - Mediatke hdmi phy support for mt8195
         - rockchip naneng combo phy support for RK358
      
        Updates:
         - Drop Thunder Bay eMMC PHY driver
         - RC support for PCIe phy for Qualcomm SDX55
         - SGMII support in WIZ driver for J721E
         - PCIe and multilink SGMII PHY support in cadence driver
         - Big pile of platform remove callback returning void conversions"
      
      * tag 'phy-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy: (77 commits)
        phy: cadence: cdns-dphy-rx: Add common module reset support
        phy: ti: j721e-wiz: Add SGMII support in WIZ driver for J721E
        dt-bindings: phy: ti: phy-gmii-sel: Add support for J784S4 CPSW9G
        phy: ti: j721e-wiz: Fix unreachable code in wiz_mode_select()
        phy: cadence: Sierra: Add PCIe + SGMII PHY multilink configuration
        phy: mediatek: add support for phy-mtk-hdmi-mt8195
        phy: phy-mtk-hdmi: Add generic phy configure callback
        dt-bindings: phy: mediatek: hdmi-phy: Add mt8195 compatible
        phy: tegra: xusb: Add missing tegra_xusb_port_unregister for usb2_port and ulpi_port
        dt-bindings: phy: ti,phy-j721e-wiz: document clock-output-names
        dt-bindings: phy: ti,phy-j721e-wiz: drop assigned-clocks
        dt-bindings: phy: ti,phy-am654-serdes: drop assigned-clocks type
        dt-bindings: phy: cadence-torrent: drop assigned-clocks
        dt-bindings: phy: cadence-sierra: drop assigned-clocks
        phy: rockchip: remove unused hw_to_inno function
        phy: qualcomm: phy-qcom-qmp-ufs: add definitions for sa8775p
        dt-bindings: phy: qmp-ufs: describe the UFS PHY for sa8775p
        phy: qcom-qmp-pcie: drop sdm845_qhp_pcie_rx_tbl
        phy: qcom-qmp-pcie: sc8180x PCIe PHY has 2 lanes
        phy: qcom-qmp-ufs: Add SM7150 support
        ...
      54bdf8a3
    • Linus Torvalds's avatar
      Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine · 7994beab
      Linus Torvalds authored
      Pull dmaengine updates from Vinod Koul:
       "New support:
      
         - Apple admac t8112 device support
      
         - StarFive JH7110 DMA controller
      
        Updates:
      
         - Big pile of idxd updates to support IAA 2.0 device capabilities,
           DSA 2.0 Event Log and completion record faulting features and
           new DSA operations
      
         - at_xdmac supend & resume updates and driver code cleanup
      
         - k3-udma supend & resume support
      
         - k3-psil thread support for J784s4"
      
      * tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine: (57 commits)
        dmaengine: idxd: add per wq PRS disable
        dmaengine: idxd: add pid to exported sysfs attribute for opened file
        dmaengine: idxd: expose fault counters to sysfs
        dmaengine: idxd: add a device to represent the file opened
        dmaengine: idxd: add per file user counters for completion record faults
        dmaengine: idxd: process batch descriptor completion record faults
        dmaengine: idxd: add descs_completed field for completion record
        dmaengine: idxd: process user page faults for completion record
        dmaengine: idxd: add idxd_copy_cr() to copy user completion record during page fault handling
        dmaengine: idxd: create kmem cache for event log fault items
        dmaengine: idxd: add per DSA wq workqueue for processing cr faults
        dmanegine: idxd: add debugfs for event log dump
        dmaengine: idxd: add interrupt handling for event log
        dmaengine: idxd: setup event log configuration
        dmaengine: idxd: add event log size sysfs attribute
        dmaengine: idxd: make misc interrupt one shot
        dt-bindings: dma: snps,dw-axi-dmac: constrain the items of resets for JH7110 dma
        dt-bindings: dma: Drop unneeded quotes
        dmaengine: at_xdmac: align declaration of ret with the rest of variables
        dmaengine: at_xdmac: add a warning message regarding for unpaused channels
        ...
      7994beab
    • Linus Torvalds's avatar
      Merge tag 'for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pateldipen1984/linux · 29ee463d
      Linus Torvalds authored
      Pull hardware timestamp engine updates from Dipen Patel:
       "The changes for the hte subsystem include:
      
         - Add Tegra234 HTE provider and relevant DT bindings
      
         - Update MAINTAINERS file for the HTE subsystem"
      
      * tag 'for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pateldipen1984/linux:
        hte: tegra-194: Use proper includes
        hte: Use device_match_of_node()
        hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id()
        hte: tegra: fix 'struct of_device_id' build error
        hte: Use of_property_present() for testing DT property presence
        gpio: tegra186: Add Tegra234 hte support
        hte: handle nvidia,gpio-controller property
        hte: Deprecate nvidia,slices property
        hte: Add Tegra234 provider
        hte: Re-phrase tegra API document
        arm64: tegra: Add Tegra234 GTE nodes
        dt-bindings: timestamp: Deprecate nvidia,slices property
        dt-bindings: timestamp: Add Tegra234 support
        MAINTAINERS: Add HTE/timestamp subsystem details
      29ee463d
    • Helge Deller's avatar
      parisc: Fix argument pointer in real64_call_asm() · 6e3220ba
      Helge Deller authored
      Fix the argument pointer (ap) to point to real-mode memory
      instead of virtual memory.
      
      It's interesting that this issue hasn't shown up earlier, as this could
      have happened with any 64-bit PDC ROM code.
      
      I just noticed it because I suddenly faced a HPMC while trying to execute
      the 64-bit STI ROM code of an Visualize-FXe graphics card for the STI
      text console.
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>
      Cc: <stable@vger.kernel.org>
      6e3220ba
    • John David Anglin's avatar
      parisc: Cleanup mmap implementation regarding color alignment · 567b3515
      John David Anglin authored
      This change simplifies the randomization of file mapping regions. It
      reworks the code to remove duplication. The flow is now similar to
      that for mips. Finally, we consistently use the do_color_align variable
      to determine when color alignment is needed.
      
      Tested on rp3440.
      Signed-off-by: default avatarJohn David Anglin <dave.anglin@bell.net>
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>
      567b3515
    • Helge Deller's avatar
      653f3ea7
    • Helge Deller's avatar
      parisc: Ensure page alignment in flush functions · d755bd2c
      Helge Deller authored
      Matthew Wilcox noticed, that if ARCH_HAS_FLUSH_ON_KUNMAP is defined
      (which is the case for PA-RISC), __kunmap_local() calls
      kunmap_flush_on_unmap(), which may call the parisc flush functions with
      a non-page-aligned address and thus the page might not be fully flushed.
      
      This patch ensures that flush_kernel_dcache_page_asm() and
      flush_kernel_dcache_page_asm() will always operate on page-aligned
      addresses.
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>
      Cc: <stable@vger.kernel.org> # v6.0+
      d755bd2c
    • Guilherme G. Piccoli's avatar
      parisc: Replace regular spinlock with spin_trylock on panic path · 829632da
      Guilherme G. Piccoli authored
      The panic notifiers' callbacks execute in an atomic context, with
      interrupts/preemption disabled, and all CPUs not running the panic
      function are off, so it's very dangerous to wait on a regular
      spinlock, there's a risk of deadlock.
      
      Refactor the panic notifier of parisc/power driver to make use
      of spin_trylock - for that, we've added a second version of the
      soft-power function. Also, some comments were reorganized and
      trailing white spaces, useless header inclusion and blank lines
      were removed.
      
      Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
      Cc: Jeroen Roovers <jer@xs4all.nl>
      Acked-by: Helge Deller <deller@gmx.de> # parisc
      Signed-off-by: default avatarGuilherme G. Piccoli <gpiccoli@igalia.com>
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>
      829632da
    • Randy Dunlap's avatar
      parisc: update kbuild doc. aliases for parisc64 · e0838a99
      Randy Dunlap authored
      ARCH=parisc64 is now supported for 64-bit parisc builds, so add
      this alias to the kbuild.rst documentation.
      
      Fixes: 3dcfb729 ("parisc: Make CONFIG_64BIT available for ARCH=parisc64 only")
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
      Cc: Helge Deller <deller@gmx.de>
      Cc: linux-parisc@vger.kernel.org
      Cc: Masahiro Yamada <masahiroy@kernel.org>
      Cc: linux-kbuild@vger.kernel.org
      Cc: Jonathan Corbet <corbet@lwn.net>
      Cc: linux-doc@vger.kernel.org
      Acked-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>
      e0838a99
    • Helge Deller's avatar
      parisc: Limit amount of kgdb breakpoints on parisc · 82da62ab
      Helge Deller authored
      kgdb is rarely used and 40 breakpoints seems enough to debug
      parisc specific bugs.
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>
      82da62ab
    • Rafael J. Wysocki's avatar
      Merge branch 'pm-sleep' · 57ea3ab2
      Rafael J. Wysocki authored
      Merge hibernation test mode fix for 6.4-rc1.
      
      * pm-sleep:
        PM: hibernate: Do not get block device exclusively in test_resume mode
        PM: hibernate: Turn snapshot_test into global variable
      57ea3ab2
    • Rafael J. Wysocki's avatar
      Merge branches 'acpi-pm' and 'acpi-properties' · 2e70a47c
      Rafael J. Wysocki authored
      Merge an ACPI power management quirk and a change related to the
      handling of ACPI device properties for 6.4-rc1:
      
       - Do not turn off unused power resources during initialization on the
         Toshiba Click Mini (Hans de Goede).
      
       - Support strings in device properties supplied by ACPI _DSM on Apple
         platforms (Hector Martin).
      
      * acpi-pm:
        ACPI: PM: Do not turn of unused power resources on the Toshiba Click Mini
      
      * acpi-properties:
        ACPI: property: Support strings in Apple _DSM props
      2e70a47c
    • Rafael J. Wysocki's avatar
      Merge branch 'thermal-core' · 53389edd
      Rafael J. Wysocki authored
      Merge additional thermal core and ACPI thermal changes for 6.4-rc1:
      
       - Clean up the step-wise thermal governor (Zhang Rui).
      
       - Introduce thermal_zone_device() for accessing the device field of
         struct thermal_zone_device and two drivers use it (Daniel Lezcano).
      
       - Clean up the ACPI thermal driver a bit (Daniel Lezcano).
      
       - Delete the thermal driver for Intel Menlow platforms that is not
         expected to have any users (Rafael Wysocki).
      
      * thermal-core:
        thermal: intel: menlow: Get rid of this driver
        ACPI: thermal: Move to dedicated function sysfs extra attr creation
        ACPI: thermal: Use thermal_zone_device()
        thermal: intel: pch_thermal: Use thermal driver device to write a trace
        thermal: core: Encapsulate tz->device field
        thermal: gov_step_wise: Adjust code logic to match comment
        thermal: gov_step_wise: Delete obsolete comment
      53389edd
    • Arnd Bergmann's avatar
      module: include internal.h in module/dups.c · 0b891c83
      Arnd Bergmann authored
      Two newly introduced functions are declared in a header that is not
      included before the definition, causing a warning with sparse or
      'make W=1':
      
      kernel/module/dups.c:118:6: error: no previous prototype for 'kmod_dup_request_exists_wait' [-Werror=missing-prototypes]
        118 | bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret)
            |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      kernel/module/dups.c:220:6: error: no previous prototype for 'kmod_dup_request_announce' [-Werror=missing-prototypes]
        220 | void kmod_dup_request_announce(char *module_name, int ret)
            |      ^~~~~~~~~~~~~~~~~~~~~~~~~
      
      Add an explicit include to ensure the prototypes match.
      
      Fixes: 8660484e ("module: add debugging auto-load duplicate module support")
      Reported-by: default avatarkernel test robot <lkp@intel.com>
      Link: https://lore.kernel.org/oe-kbuild-all/202304141440.DYO4NAzp-lkp@intel.com/Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
      0b891c83
    • Luis Chamberlain's avatar
      sysctl: remove register_sysctl_paths() · 0199849a
      Luis Chamberlain authored
      The deprecation for register_sysctl_paths() is over. We can rejoice as
      we nuke register_sysctl_paths(). The routine register_sysctl_table()
      was the only user left of register_sysctl_paths(), so we can now just
      open code and move the implementation over to what used to be
      to __register_sysctl_paths().
      
      The old dynamic struct ctl_table_set *set is now the point to
      sysctl_table_root.default_set.
      
      The old dynamic const struct ctl_path *path was being used in the
      routine register_sysctl_paths() with a static:
      
      static const struct ctl_path null_path[] = { {} };
      
      Since this is a null path we can now just simplfy the old routine
      and remove its use as its always empty.
      
      This saves us a total of 230 bytes.
      
      $ ./scripts/bloat-o-meter vmlinux.old vmlinux
      add/remove: 2/7 grow/shrink: 1/1 up/down: 1015/-1245 (-230)
      Function                                     old     new   delta
      register_leaf_sysctl_tables.constprop          -     524    +524
      register_sysctl_table                         22     497    +475
      __pfx_register_leaf_sysctl_tables.constprop       -      16     +16
      null_path                                      8       -      -8
      __pfx_register_sysctl_paths                   16       -     -16
      __pfx_register_leaf_sysctl_tables             16       -     -16
      __pfx___register_sysctl_paths                 16       -     -16
      __register_sysctl_base                        29      12     -17
      register_sysctl_paths                         18       -     -18
      register_leaf_sysctl_tables                  534       -    -534
      __register_sysctl_paths                      620       -    -620
      Total: Before=21259666, After=21259436, chg -0.00%
      Signed-off-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
      0199849a
    • Luis Chamberlain's avatar
      kernel: pid_namespace: simplify sysctls with register_sysctl() · 9e7c73c0
      Luis Chamberlain authored
      register_sysctl_paths() is only required if your child (directories)
      have entries and pid_namespace does not. So use register_sysctl_init()
      instead where we don't care about the return value and use
      register_sysctl() where we do.
      Signed-off-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
      Acked-by: default avatarJeff Xu <jeffxu@google.com>
      Link: https://lore.kernel.org/r/20230302202826.776286-9-mcgrof@kernel.org
      9e7c73c0
    • Kefeng Wang's avatar
      mm: hwpoison: coredump: support recovery from dump_user_range() · 245f0922
      Kefeng Wang authored
      dump_user_range() is used to copy the user page to a coredump file, but if
      a hardware memory error occurred during copy, which called from
      __kernel_write_iter() in dump_user_range(), it crashes,
      
        CPU: 112 PID: 7014 Comm: mca-recover Not tainted 6.3.0-rc2 #425
      
        pc : __memcpy+0x110/0x260
        lr : _copy_from_iter+0x3bc/0x4c8
        ...
        Call trace:
         __memcpy+0x110/0x260
         copy_page_from_iter+0xcc/0x130
         pipe_write+0x164/0x6d8
         __kernel_write_iter+0x9c/0x210
         dump_user_range+0xc8/0x1d8
         elf_core_dump+0x308/0x368
         do_coredump+0x2e8/0xa40
         get_signal+0x59c/0x788
         do_signal+0x118/0x1f8
         do_notify_resume+0xf0/0x280
         el0_da+0x130/0x138
         el0t_64_sync_handler+0x68/0xc0
         el0t_64_sync+0x188/0x190
      
      Generally, the '->write_iter' of file ops will use copy_page_from_iter()
      and copy_page_from_iter_atomic(), change memcpy() to copy_mc_to_kernel()
      in both of them to handle #MC during source read, which stop coredump
      processing and kill the task instead of kernel panic, but the source
      address may not always a user address, so introduce a new copy_mc flag in
      struct iov_iter{} to indicate that the iter could do a safe memory copy,
      also introduce the helpers to set/cleck the flag, for now, it's only used
      in coredump's dump_user_range(), but it could expand to any other
      scenarios to fix the similar issue.
      
      Link: https://lkml.kernel.org/r/20230417045323.11054-1-wangkefeng.wang@huawei.comSigned-off-by: default avatarKefeng Wang <wangkefeng.wang@huawei.com>
      Cc: Alexander Viro <viro@zeniv.linux.org.uk>
      Cc: Christian Brauner <brauner@kernel.org>
      Cc: Miaohe Lin <linmiaohe@huawei.com>
      Cc: Naoya Horiguchi <naoya.horiguchi@nec.com>
      Cc: Tong Tiangen <tongtiangen@huawei.com>
      Cc: Jens Axboe <axboe@kernel.dk>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      245f0922
    • Baolin Wang's avatar
      mm/page_alloc: add some comments to explain the possible hole in __pageblock_pfn_to_page() · 65f67a3e
      Baolin Wang authored
      Now the __pageblock_pfn_to_page() is used by set_zone_contiguous(), which
      checks whether the given zone contains holes, and uses
      pfn_to_online_page() to validate if the start pfn is online and valid, as
      well as using pfn_valid() to validate the end pfn.
      
      However, the __pageblock_pfn_to_page() function may return non-NULL even
      if the end pfn of a pageblock is in a memory hole in some situations.  For
      example, if the pageblock order is MAX_ORDER, which will fall into 2
      sub-sections, and the end pfn of the pageblock may be hole even though the
      start pfn is online and valid.
      
      See below memory layout as an example and suppose the pageblock order is
      MAX_ORDER.
      
      [    0.000000] Zone ranges:
      [    0.000000]   DMA      [mem 0x0000000040000000-0x00000000ffffffff]
      [    0.000000]   DMA32    empty
      [    0.000000]   Normal   [mem 0x0000000100000000-0x0000001fa7ffffff]
      [    0.000000] Movable zone start for each node
      [    0.000000] Early memory node ranges
      [    0.000000]   node   0: [mem 0x0000000040000000-0x0000001fa3c7ffff]
      [    0.000000]   node   0: [mem 0x0000001fa3c80000-0x0000001fa3ffffff]
      [    0.000000]   node   0: [mem 0x0000001fa4000000-0x0000001fa402ffff]
      [    0.000000]   node   0: [mem 0x0000001fa4030000-0x0000001fa40effff]
      [    0.000000]   node   0: [mem 0x0000001fa40f0000-0x0000001fa73cffff]
      [    0.000000]   node   0: [mem 0x0000001fa73d0000-0x0000001fa745ffff]
      [    0.000000]   node   0: [mem 0x0000001fa7460000-0x0000001fa746ffff]
      [    0.000000]   node   0: [mem 0x0000001fa7470000-0x0000001fa758ffff]
      [    0.000000]   node   0: [mem 0x0000001fa7590000-0x0000001fa7dfffff]
      
      Focus on the last memory range, and there is a hole for the range [mem
      0x0000001fa7590000-0x0000001fa7dfffff].  That means the last pageblock
      will contain the range from 0x1fa7c00000 to 0x1fa7ffffff, since the
      pageblock must be 4M aligned.  And in this pageblock, these pfns will fall
      into 2 sub-section (the sub-section size is 2M aligned).
      
      So, the 1st sub-section (indicates pfn range: 0x1fa7c00000 - 0x1fa7dfffff
      ) in this pageblock is valid by calling subsection_map_init() in
      free_area_init(), but the 2nd sub-section (indicates pfn range:
      0x1fa7e00000 - 0x1fa7ffffff ) in this pageblock is not valid.
      
      This did not break anything until now, but the zone continuous is fragile
      in this possible scenario.  So as previous discussion[1], it is better to
      add some comments to explain this possible issue in case there are some
      future pfn walkers that rely on this.
      
      [1] https://lore.kernel.org/all/87r0sdsmr6.fsf@yhuang6-desk2.ccr.corp.intel.com/
      
      Link: https://lkml.kernel.org/r/5c26368865e79c743a453dea48d30670b19d2e4f.1682425534.git.baolin.wang@linux.alibaba.com
      Link: https://lkml.kernel.org/r/5c26368865e79c743a453dea48d30670b19d2e4f.1682425534.git.baolin.wang@linux.alibaba.comSigned-off-by: default avatarBaolin Wang <baolin.wang@linux.alibaba.com>
      Acked-by: default avatarMichal Hocko <mhocko@suse.com>
      Reviewed-by: default avatar"Huang, Ying" <ying.huang@intel.com>
      Cc: Baolin Wang <baolin.wang@linux.alibaba.com>
      Cc: David Hildenbrand <david@redhat.com>
      Cc: Mel Gorman <mgorman@techsingularity.net>
      Cc: Mike Rapoport (IBM) <rppt@kernel.org>
      Cc: Vlastimil Babka <vbabka@suse.cz>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      65f67a3e
    • David Hildenbrand's avatar
      mm/ksm: move disabling KSM from s390/gmap code to KSM code · 2c281f54
      David Hildenbrand authored
      Let's factor out actual disabling of KSM.  The existing "mm->def_flags &=
      ~VM_MERGEABLE;" was essentially a NOP and can be dropped, because
      def_flags should never include VM_MERGEABLE.  Note that we don't currently
      prevent re-enabling KSM.
      
      This should now be faster in case KSM was never enabled, because we only
      conditionally iterate all VMAs.  Further, it certainly looks cleaner.
      
      Link: https://lkml.kernel.org/r/20230422210156.33630-1-david@redhat.comSigned-off-by: default avatarDavid Hildenbrand <david@redhat.com>
      Acked-by: default avatarJanosch Frank <frankja@linux.ibm.com>
      Acked-by: default avatarStefan Roesch <shr@devkernel.io>
      Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
      Cc: Claudio Imbrenda <imbrenda@linux.ibm.com>
      Cc: Heiko Carstens <hca@linux.ibm.com>
      Cc: Johannes Weiner <hannes@cmpxchg.org>
      Cc: Michal Hocko <mhocko@suse.com>
      Cc: Rik van Riel <riel@surriel.com>
      Cc: Shuah Khan <shuah@kernel.org>
      Cc: Sven Schnelle <svens@linux.ibm.com>
      Cc: Vasily Gorbik <gor@linux.ibm.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      2c281f54
    • David Hildenbrand's avatar
      selftests/ksm: ksm_functional_tests: add prctl unmerge test · 1150ea93
      David Hildenbrand authored
      Let's test whether setting PR_SET_MEMORY_MERGE to 0 after setting it to 1
      will unmerge pages, similar to how setting MADV_UNMERGEABLE after setting
      MADV_MERGEABLE would.
      
      Link: https://lkml.kernel.org/r/20230422205420.30372-3-david@redhat.comSigned-off-by: default avatarDavid Hildenbrand <david@redhat.com>
      Acked-by: default avatarStefan Roesch <shr@devkernel.io>
      Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
      Cc: Claudio Imbrenda <imbrenda@linux.ibm.com>
      Cc: Heiko Carstens <hca@linux.ibm.com>
      Cc: Janosch Frank <frankja@linux.ibm.com>
      Cc: Johannes Weiner <hannes@cmpxchg.org>
      Cc: Michal Hocko <mhocko@suse.com>
      Cc: Rik van Riel <riel@surriel.com>
      Cc: Shuah Khan <shuah@kernel.org>
      Cc: Sven Schnelle <svens@linux.ibm.com>
      Cc: Vasily Gorbik <gor@linux.ibm.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      1150ea93
    • David Hildenbrand's avatar
      mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0 · 24139c07
      David Hildenbrand authored
      Patch series "mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup
      disabling KSM", v2.
      
      (1) Make PR_SET_MEMORY_MERGE=0 unmerge pages like setting MADV_UNMERGEABLE
      does, (2) add a selftest for it and (3) factor out disabling of KSM from
      s390/gmap code.
      
      
      This patch (of 3):
      
      Let's unmerge any KSM pages when setting PR_SET_MEMORY_MERGE=0, and clear
      the VM_MERGEABLE flag from all VMAs -- just like KSM would.  Of course,
      only do that if we previously set PR_SET_MEMORY_MERGE=1.
      
      Link: https://lkml.kernel.org/r/20230422205420.30372-1-david@redhat.com
      Link: https://lkml.kernel.org/r/20230422205420.30372-2-david@redhat.comSigned-off-by: default avatarDavid Hildenbrand <david@redhat.com>
      Acked-by: default avatarStefan Roesch <shr@devkernel.io>
      Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
      Cc: Claudio Imbrenda <imbrenda@linux.ibm.com>
      Cc: Heiko Carstens <hca@linux.ibm.com>
      Cc: Janosch Frank <frankja@linux.ibm.com>
      Cc: Johannes Weiner <hannes@cmpxchg.org>
      Cc: Michal Hocko <mhocko@suse.com>
      Cc: Rik van Riel <riel@surriel.com>
      Cc: Shuah Khan <shuah@kernel.org>
      Cc: Sven Schnelle <svens@linux.ibm.com>
      Cc: Vasily Gorbik <gor@linux.ibm.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      24139c07
    • Kefeng Wang's avatar
      mm/damon/paddr: fix missing folio_sz update in damon_pa_young() · 70307b0e
      Kefeng Wang authored
      The *folio_sz in damon_pa_young() will be used(as last_folio_sz) by
      __damon_pa_check_access(), so it's need to be updated, fix missing branch.
      
      Link: https://lkml.kernel.org/r/20230308083311.120951-4-wangkefeng.wang@huawei.comSigned-off-by: default avatarKefeng Wang <wangkefeng.wang@huawei.com>
      Reviewed-by: default avatarSeongJae Park <sj@kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      70307b0e
    • Kefeng Wang's avatar
    • Kefeng Wang's avatar
      mm/damon/paddr: minor refactor of damon_pa_pageout() · dd411433
      Kefeng Wang authored
      Patch series "mm/damon/paddr: minor code improvement", v3.
      
      Unify folio_put() to make code more clear, and also fix minor issue in
      damon_pa_young().
      
      
      This patch (of 3):
      
      Omit three lines by unified folio_put(), and make code more clear.
      
      Link: https://lkml.kernel.org/r/20230308083311.120951-1-wangkefeng.wang@huawei.com
      Link: https://lkml.kernel.org/r/20230308083311.120951-2-wangkefeng.wang@huawei.comSigned-off-by: default avatarKefeng Wang <wangkefeng.wang@huawei.com>
      Reviewed-by: default avatarSeongJae Park <sj@kernel.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      dd411433
  3. 02 May, 2023 2 commits
    • Linus Torvalds's avatar
      Merge tag 'pinctrl-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl · 348551dd
      Linus Torvalds authored
      Pull pin control updates from Linus Walleij:
       "Mostly drivers! Nothing special: some new Qualcomm chips as usual, and
        the new NXP S32 and nVidia BlueField-3.
      
        Core changes:
      
         - Make a lot of pin controllers with GPIO and irqchips immutable,
           i.e. not living structs, but const structs. This is driving a
           changed initiated by the irqchip maintainers.
      
        New drivers:
      
         - New driver for the NXP S32 SoC pin controller
      
         - As part of a thorough cleanup and restructuring of the
           Ralink/Mediatek drivers, the Ralink MIPS pin control drivers were
           folded into the Mediatek directory and the family is renamed
           "mtmips". The Ralink chips live on as Mediatek MIPS family where
           new variants can be added. As part of this work also the device
           tree bindings were reworked.
      
         - New subdriver for the Qualcomm SM7150 SoC.
      
         - New subdriver for the Qualcomm IPQ9574 SoC.
      
         - New driver for the nVidia BlueField-3 SoC.
      
         - Support for the Qualcomm PMM8654AU mixed signal circuit GPIO.
      
         - Support for the Qualcomm PMI632 mixed signal circuit GPIO.
      
        Improvements:
      
         - Add some missing pins and generic cleanups on the Renesas r8a779g0
           and r8a779g0 pin controllers. Generic Renesas extension for power
           source selection on several SoCs.
      
         - Misc cleanups for the Atmel AT91 and AT91-PIO4 pin controllers
      
         - Make the GPIO mode work on the Qualcomm SM8550-lpass-lpi driver.
      
         - Several device tree binding cleanups as the binding YAML syntax is
           solidifying"
      
      * tag 'pinctrl-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (153 commits)
        pinctrl-bcm2835.c: fix race condition when setting gpio dir
        dt-bindings: pinctrl: qcom,sm8150: Drop duplicate function value "atest_usb2"
        dt-bindings: pinctrl: qcom: Add few missing functions
        pinctrl: qcom: spmi-gpio: Add PMI632 support
        dt-bindings: pinctrl: qcom,pmic-gpio: add PMI632
        pinctrl: wpcm450: select MFD_SYSCON
        pinctrl: qcom ssbi-gpio: Convert to immutable irq_chip
        pinctrl: qcom ssbi-mpp: Convert to immutable irq_chip
        pinctrl: qcom spmi-mpp: Convert to immutable irq_chip
        pinctrl: plgpio: Convert to immutable irq_chip
        pinctrl: pistachio: Convert to immutable irq_chip
        pinctrl: pic32: Convert to immutable irq_chip
        pinctrl: sx150x: Convert to immutable irq_chip
        pinctrl: stmfx: Convert to immutable irq_chip
        pinctrl: st: Convert to immutable irq_chip
        pinctrl: mcp23s08: Convert to immutable irq_chip
        pinctrl: equilibrium: Convert to immutable irq_chip
        pinctrl: npcm7xx: Convert to immutable irq_chip
        pinctrl: armada-37xx: Convert to immutable irq_chip
        pinctrl: nsp: Convert to immutable irq_chip
        ...
      348551dd
    • Linus Torvalds's avatar
      Merge tag 'vfio-v6.4-rc1' of https://github.com/awilliam/linux-vfio · 7df047b3
      Linus Torvalds authored
      Pull VFIO updates from Alex Williamson:
      
       - Expose and allow R/W access to the PCIe DVSEC capability through
         vfio-pci, as we already do with the legacy vendor capability
         (K V P Satyanarayana)
      
       - Fix kernel-doc issues with structure definitions (Simon Horman)
      
       - Clarify ordering of operations relative to the kvm-vfio device for
         driver dependencies against the kvm pointer (Yi Liu)
      
      * tag 'vfio-v6.4-rc1' of https://github.com/awilliam/linux-vfio:
        docs: kvm: vfio: Suggest KVM_DEV_VFIO_GROUP_ADD vs VFIO_GROUP_GET_DEVICE_FD ordering
        vfio: correct kdoc for ops structures
        vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list.
      7df047b3