1. 30 Jun, 2023 22 commits
  2. 29 Jun, 2023 18 commits
    • Linus Torvalds's avatar
      Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab · 632f54b4
      Linus Torvalds authored
      Pull slab updates from Vlastimil Babka:
      
       - SLAB deprecation:
      
         Following the discussion at LSF/MM 2023 [1] and no objections, the
         SLAB allocator is deprecated by renaming the config option (to make
         its users notice) to CONFIG_SLAB_DEPRECATED with updated help text.
         SLUB should be used instead. Existing defconfigs with CONFIG_SLAB are
         also updated.
      
       - SLAB_NO_MERGE kmem_cache flag (Jesper Dangaard Brouer):
      
         There are (very limited) cases where kmem_cache merging is
         undesirable, and existing ways to prevent it are hacky. Introduce a
         new flag to do that cleanly and convert the existing hacky users.
         Btrfs plans to use this for debug kernel builds (that use case is
         always fine), networking for performance reasons (that should be very
         rare).
      
       - Replace the usage of weak PRNGs (David Keisar Schmidt):
      
         In addition to using stronger RNGs for the security related features,
         the code is a bit cleaner.
      
       - Misc code cleanups (SeongJae Parki, Xiongwei Song, Zhen Lei, and
         zhaoxinchao)
      
      Link: https://lwn.net/Articles/932201/ [1]
      
      * tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
        mm/slab_common: use SLAB_NO_MERGE instead of negative refcount
        mm/slab: break up RCU readers on SLAB_TYPESAFE_BY_RCU example code
        mm/slab: add a missing semicolon on SLAB_TYPESAFE_BY_RCU example code
        mm/slab_common: reduce an if statement in create_cache()
        mm/slab: introduce kmem_cache flag SLAB_NO_MERGE
        mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED
        mm/slab: remove HAVE_HARDENED_USERCOPY_ALLOCATOR
        mm/slab_common: Replace invocation of weak PRNG
        mm/slab: Replace invocation of weak PRNG
        slub: Don't read nr_slabs and total_objects directly
        slub: Remove slabs_node() function
        slub: Remove CONFIG_SMP defined check
        slub: Put objects_show() into CONFIG_SLUB_DEBUG enabled block
        slub: Correct the error code when slab_kset is NULL
        mm/slab: correct return values in comment for _kmem_cache_create()
      632f54b4
    • Linus Torvalds's avatar
      Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc · bf1fa6f1
      Linus Torvalds authored
      Pull ARM SoC updates from Arnd Bergmann:
       "These are mostly minor cleanups and bugfixes that address harmless
        problems.
      
        The largest branch is a conversion of the omap platform to use GPIO
        descriptors throughout the tree, for any devices that are not fully
        converted to devicetree.
      
        The Samsung Exynos platform gains back support for the Exynos4212 chip
        that was previously unused and removed but is now used for the Samsung
        Galaxy Tab3"
      
      * tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (24 commits)
        ARM: omap2: Fix copy/paste bug
        MAINTAINERS: Replace my email address
        Input: ads7846 - fix pointer cast warning
        Input: ads7846 - Fix usage of match data
        ARM: omap2: Fix checkpatch issues
        arm: omap1: replace printk() with pr_err macro
        ARM: omap: Fix checkpatch issues
        ARM: s3c: Switch i2c drivers back to use .probe()
        ARM: versatile: mark mmc_status() static
        ARM: spear: include "pl080.h" for pl080_get_signal() prototype
        ARM: sa1100: address missing prototype warnings
        ARM: pxa: fix missing-prototypes warnings
        ARM: orion5x: fix d2net gpio initialization
        ARM: omap2: fix missing tick_broadcast() prototype
        ARM: omap1: add missing include
        ARM: lpc32xx: add missing include
        ARM: imx: add missing include
        ARM: highbank: add missing include
        ARM: ep93xx: fix missing-prototype warnings
        ARM: davinci: fix davinci_cpufreq_init() declaration
        ...
      bf1fa6f1
    • Linus Torvalds's avatar
      Merge tag 'soc-defconfig-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc · 0873694a
      Linus Torvalds authored
      Pull ARM SoC defconfig updates from Arnd Bergmann:
       "The arm64 defconfig file gets the usual updates to enable addition
        device drivers as well as the sparx5 and realtek SoC platforms.
      
        For arm32, there are only a couple of cleanup patches for imx, renesas
        and rockchips"
      
      * tag 'soc-defconfig-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (23 commits)
        arm64: defconfig: Enable Rockchip I2S TDM and ES8316 drivers
        arm64: defconfig: update RK8XX MFD config
        ARM: multi_v7_defconfig: update MFD_RK808 name
        arm64: defconfig: Enable UBIFS
        arm64: defconfig: enable drivers for Verdin AM62
        arm64: defconfig: Build SM6115 display and GPU clock controller drivers
        arm64: defconfig: Build display clock controller driver for QCM2290
        arm64: defconfig: Build interconnect driver for QCM2290
        arm64: defconfig: Build Global Clock Controller driver for QCM2290
        arm64: defconfig: Build MSM power manager driver
        arm64: defconfig: Enable sc828x0xp lpasscc clock controller
        arm64: defconfig: Enable the TI SN65DSI83 driver
        arm64: defconfig: Enable Renesas MTU3a counter config
        arm64: defconfig: enable Mediatek PMIC key
        arm64: defconfig: enable MT6357 regulator
        ARM: imx_v6_v7_defconfig: Remove KERNEL_LZO config
        arm64: defconfig: Enable ipq6018 apss clock and PLL controller
        arm64: defconfig: Enable ARCH_SPARX5 and ARCH_REALTEK
        arm64: defconfig: enable FSA4480 driver as module
        ARM: shmobile: defconfig: Refresh for v6.4-rc1
        ...
      0873694a
    • Linus Torvalds's avatar
      Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc · e4c8d018
      Linus Torvalds authored
      Pull ARM SoC driver updates from Arnd Bergmann:
       "Nothing surprising in the SoC specific drivers, with the usual
        updates:
      
         - Added or improved SoC driver support for Tegra234, Exynos4121,
           RK3588, as well as multiple Mediatek and Qualcomm chips
      
         - SCMI firmware gains support for multiple SMC/HVC transport and
           version 3.2 of the protocol
      
         - Cleanups amd minor changes for the reset controller, memory
           controller, firmware and sram drivers
      
         - Minor changes to amd/xilinx, samsung, tegra, nxp, ti, qualcomm,
           amlogic and renesas SoC specific drivers"
      
      * tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (118 commits)
        dt-bindings: interrupt-controller: Convert Amlogic Meson GPIO interrupt controller binding
        MAINTAINERS: add PHY-related files to Amlogic SoC file list
        drivers: meson: secure-pwrc: always enable DMA domain
        tee: optee: Use kmemdup() to replace kmalloc + memcpy
        soc: qcom: geni-se: Do not bother about enable/disable of interrupts in secondary sequencer
        dt-bindings: sram: qcom,imem: document qdu1000
        soc: qcom: icc-bwmon: Fix MSM8998 count unit
        dt-bindings: soc: qcom,rpmh-rsc: Require power-domains
        soc: qcom: socinfo: Add Soc ID for IPQ5300
        dt-bindings: arm: qcom,ids: add SoC ID for IPQ5300
        soc: qcom: Fix a IS_ERR() vs NULL bug in probe
        soc: qcom: socinfo: Add support for new fields in revision 19
        soc: qcom: socinfo: Add support for new fields in revision 18
        dt-bindings: firmware: scm: Add compatible for SDX75
        soc: qcom: mdt_loader: Fix split image detection
        dt-bindings: memory-controllers: drop unneeded quotes
        soc: rockchip: dtpm: use C99 array init syntax
        firmware: tegra: bpmp: Add support for DRAM MRQ GSCs
        soc/tegra: pmc: Use devm_clk_notifier_register()
        soc/tegra: pmc: Simplify debugfs initialization
        ...
      e4c8d018
    • Arnd Bergmann's avatar
      sysctl: fix unused proc_cap_handler() function warning · 554588e8
      Arnd Bergmann authored
      Since usermodehelper_table() is marked static now, we get a
      warning about it being unused when SYSCTL is disabled:
      
      kernel/umh.c:497:12: error: 'proc_cap_handler' defined but not used [-Werror=unused-function]
      
      Just move it inside of the same #ifdef.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Tested-by: default avatarMatthieu Baerts <matthieu.baerts@tessares.net>
      Fixes: 861dc0b4 ("sysctl: move umh sysctl registration to its own file")
      Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Tested-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
      [mcgrof: adjust new commit ID for Fixes tag]
      Signed-off-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
      554588e8
    • Linus Torvalds's avatar
      Merge tag 'soc-newsoc-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc · a9025a5f
      Linus Torvalds authored
      Pull new ARM SoC support from Arnd Bergmann:
       "There are two new SoC families this time, and both appear fairly
        similar: The Nuvoton MA35D1 and the STMicroelectronics STM32MP2 are
        both dual-core Cortex-A35 based chips for the low-power industrial
        embedded market, and they mark the first 64-bit product in a widely
        used family of 32-bit Arm MCUs and SoCs.
      
        The way into the kernel is completely different here: The team at ST
        has a long history of working upstream with their STM32MP1 and other
        SoCs, and they produced a complete port to arm64 together with the
        initial announcement. Nuvoton also has multiple SoC product lines with
        current or previous upstream support, but those are maintained by
        third parties and are unrelated. The patch series from Nuvoton's Jacky
        Huang had to go through many revisisions to get to this point and is
        still missing a few drivers including the serial port for the moment.
      
        The branch contains the devicetree files as well as all the code
        changes, in order to have something that can be tested standalone"
      
      * tag 'soc-newsoc-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (25 commits)
        clk: nuvoton: Use clk_parent_data instead of string for parent clock
        clk: nuvoton: Update all constant hex values to lowercase
        clk: nuvoton: Add clk-ma35d1.h for driver extern functions
        remoteproc: stm32: use correct format strings on 64-bit
        MAINTAINERS: add entry for ARM/STM32 ARCHITECTURE
        arm64: defconfig: enable ARCH_STM32 and STM32 serial driver
        arm64: dts: st: add stm32mp257f-ev1 board support
        dt-bindings: stm32: document stm32mp257f-ev1 board
        arm64: dts: st: introduce stm32mp25 pinctrl files
        arm64: dts: st: introduce stm32mp25 SoCs family
        arm64: introduce STM32 family on Armv8 architecture
        dt-bindings: stm32: add st,stm32mp25-syscfg compatible for syscon
        pinctrl: stm32: add stm32mp257 pinctrl support
        dt-bindings: pinctrl: stm32: support for stm32mp257 and additional packages
        Documentation/process: add soc maintainer handbook
        reset: RESET_NUVOTON_MA35D1 should depend on ARCH_MA35
        reset: Add Nuvoton ma35d1 reset driver support
        clk: nuvoton: Add clock driver for ma35d1 clock controller
        arm64: dts: nuvoton: Add initial ma35d1 device tree
        dt-bindings: serial: Document ma35d1 uart controller
        ...
      a9025a5f
    • Linus Torvalds's avatar
      Merge tag 'soc-dt-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc · 6c1561fb
      Linus Torvalds authored
      Pull ARM SoC devicetree updates from Arnd Bergmann:
       "The biggest change this time is for the 32-bit devicetree files, which
        are all moved to a new location, using separate subdirectories for
        each SoC vendor, following the same scheme that is used on arm64, mips
        and riscv. This has been discussed for many years, but so far we never
        did this as there was a plan to move the files out of the kernel
        entirely, which has never happened.
      
        The impact of this will be that all external patches no longer apply,
        and anything depending on the location of the dtb files in the build
        directory will have to change. The installed files after 'make
        dtbs_install' keep the current location.
      
        There are six added SoCs here that are largely variants of previously
        added chips. Two other chips are added in a separate branch along with
        their device drivers.
      
         - The Samsung Exynos 4212 makes its return after the Samsung Galaxy
           Express phone is addded at last. The SoC support was originally
           added in 2012 but removed again in 2017 as it was unused at the
           time.
      
         - Amlogic C3 is a Cortex-A35 based smart IP camera chip
      
         - Qualcomm MSM8939 (Snapdragon 615) is a more featureful variant of
           the still common MSM8916 (Snapdragon 410) phone chip that has been
           supported for a long time.
      
         - Qualcomm SC8180x (Snapdragon 8cx) is one of their earlier high-end
           laptop chips, used in the Lenovo Flex 5G, which is added along with
           the reference board.
      
         - Qualcomm SDX75 is the latest generation modem chip that is used as
           a peripherial in phones but can also run a standalone Linux. Unlike
           the prior 32-bit SDX65 and SDX55, this now has a 64-bit Cortex-A55.
      
         - Alibaba T-Head TH1520 is a quad-core RISC-V chip based on the
           Xuantie C910 core, a step up from all previously added rv64 chips.
      
        All of the above come with reference board implementations, those
        included there are 39 new board files, but only five more 32-bit this
        time, probably a new low:
      
         - Marantec Maveo board based on dhcor imx6ull module
      
         - Endian 4i Edge 200, based on the armv5 Marvell Kirkwood chip
      
         - Epson Moverio BT-200 AR glasses based on TI OMAP4
      
         - PHYTEC STM32MP1-3 Dev board based on STM32MP15 PHYTEC SOM
      
         - ICnova ADB4006 board based on Allwinner A20
      
        On the 64-bit side, there are also fewer addded machines than we had
        in the recent releases:
      
         - Three boards based on NXP i.MX8: Emtop SoM & Baseboard, NXP i.MX8MM
           EVKB board and i.MX8MP based Gateworks Venice gw7905-2x device.
      
         - NVIDIA IGX Orin and Jetson Orin Nano boards, both based on tegra234
      
         - Qualcomm gains support for 6 reference boards on various members of
           their IPQ networking SoC series, as well as the Sony Xperia M4 Aqua
           phone, the Acer Aspire 1 laptop, and the Fxtec Pro1X board on top
           of the various reference platforms for their new chips.
      
         - Rockchips support for several newer boards: Indiedroid Nova
           (rk3588), Edgeble Neural Compute Module 6B (rk3588), FriendlyARM
           NanoPi R2C Plus (rk3328), Anbernic RG353PS (rk3566), Lunzn
           Fastrhino R66S/R68S (rk3568)
      
         - TI K3/AM625 based PHYTEC phyBOARD-Lyra-AM625 board and Toradex
           Verdin family with AM62 COM, carrier and dev boards
      
        Other changes to existing boards contain the usual minor improvements
        along with
      
         - continued updates to clean up dts files based on dtc warnings and
           binding checks, in particular cache properties and node names
      
         - support for devicetree overlays on at91, bcm283x
      
         - significant additions to existing SoC support on mediatek,
           qualcomm, ti k3 family, starfive jh71xx, NXP i.MX6 and i.MX8, ST
           STM32MP1
      
        As usual, a lot more detail is available in the individual merge
        commits"
      
      * tag 'soc-dt-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (926 commits)
        ARM: mvebu: fix unit address on armada-390-db flash
        ARM: dts: Move .dts files to vendor sub-directories
        kbuild: Support flat DTBs install
        ARM: dts: Add .dts files missing from the build
        ARM: dts: allwinner: Use quoted #include
        ARM: dts: lan966x: kontron-d10: add PHY interrupts
        ARM: dts: lan966x: kontron-d10: fix SPI CS
        ARM: dts: lan966x: kontron-d10: fix board reset
        ARM: dts: at91: Enable device-tree overlay support for AT91 boards
        arm: dts: Enable device-tree overlay support for AT91 boards
        arm64: dts: exynos: Remove clock from Exynos850 pmu_system_controller
        ARM: dts: at91: use generic name for shutdown controller
        ARM: dts: BCM5301X: Add cells sizes to PCIe nodes
        dt-bindings: firmware: brcm,kona-smc: convert to YAML
        riscv: dts: sort makefile entries by directory
        riscv: defconfig: enable T-HEAD SoC
        MAINTAINERS: add entry for T-HEAD RISC-V SoC
        riscv: dts: thead: add sipeed Lichee Pi 4A board device tree
        riscv: dts: add initial T-HEAD TH1520 SoC device tree
        riscv: Add the T-HEAD SoC family Kconfig option
        ...
      6c1561fb
    • Linus Torvalds's avatar
      Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux · b775d6c5
      Linus Torvalds authored
      Pull MIPS updates from Thomas Bogendoerfer:
      
       - add support for TP-Link HC220 G5 v1
      
       - add support for Wifi/Bluetooth on CI20
      
       - rework Ralink clock and reset handling
      
       - cleanups and fixes
      
      * tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: (58 commits)
        MIPS: Loongson64: DTS: Add RTC support to Loongson-2K1000
        MIPS: Loongson64: DTS: Add RTC support to LS7A PCH
        MIPS: OCTEON: octeon-usb: cleanup divider calculation
        MIPS: OCTEON: octeon-usb: introduce dwc3_octeon_{read,write}q
        MIPS: OCTEON: octeon-usb: move gpio config to separate function
        MIPS: OCTEON: octeon-usb: use bitfields for shim register
        MIPS: OCTEON: octeon-usb: use bitfields for host config register
        MIPS: OCTEON: octeon-usb: use bitfields for control register
        MIPS: OCTEON: octeon-usb: add all register offsets
        mips: ralink: match all supported system controller compatible strings
        MIPS: dec: prom: Address -Warray-bounds warning
        MIPS: DTS: CI20: Raise VDDCORE voltage to 1.125 volts
        clk: ralink: mtmips: Fix uninitialized use of ret in mtmips_register_{fixed,factor}_clocks()
        mips: ralink: introduce commonly used remap node function
        mips: pci-mt7620: use dev_info() to log PCIe device detection result
        mips: pci-mt7620: do not print NFTS register value as error log
        MAINTAINERS: add Mediatek MTMIPS Clock maintainer
        mips: ralink: get cpu rate from new driver code
        mips: ralink: remove reset related code
        mips: ralink: mt7620: remove clock related code
        ...
      b775d6c5
    • Linus Torvalds's avatar
      Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux · 18f38fed
      Linus Torvalds authored
      Pull devicetree updates from Rob Herring:
       "Bindings:
      
         - Add some missing type definitions to properties
      
         - Drop unneeded quotes and use absolute paths in bindings
      
         - Remove redundant "binding" or "schema" in binding titles
      
         - Add bindings for Ralink SoCs interrupt controller, QCA2066
           Bluetooth, infineon,irps5401, new NXP i.MX GPT variants, shineworld
           lh133k MIPI SPI panel, Socionext Synquacer platforms, RK3588 PCIe,
           ST M95640 EEPROM, and FSL DCP crypto variants, and Arm Cortex-R52
      
        DT core:
      
         - Improve the reserved-memory range allocation to maximize contiguous
           space
      
         - Use device_set_node() helper in place of open coding"
      
      * tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (40 commits)
        dt-bindings: interrupt-controller: add Ralink SoCs interrupt controller
        dt-bindings: PCI: dwc: rockchip: Update for RK3588
        dt-bindings: auxdisplay: holtek: Add missing type for "linux,no-autorepeat"
        dt-bindings: input: mediatek,pmic-keys: Fix typo in "linux,keycodes" property name
        dt-bindings: pwm: drop unneeded quotes
        dt-bindings: crypto: drop unneeded quotes
        dt-bindings: arm: socionext: add Synquacer platforms
        dt-bindings: connector: usb: allow a single HS port
        dt-bindings: bus: ti-sysc: fix typo
        of: reserved_mem: Use stable allocation order
        of: reserved_mem: Try to keep range allocations contiguous
        dt-bindings: arm: drop unneeded quotes and use absolute /schemas path
        dt-bindings: firmware: arm,scmi: drop unneeded quotes and use absolute /schemas path
        dt-bindings: dvfs: drop unneeded quotes
        dt-bindings: gpu: drop unneeded quotes
        dt-bindings: i3c: silvaco,i3c-master: drop unneeded quotes
        dt-bindings: rockchip: grf: drop unneeded quotes
        dt-bindings: spmi: mtk,spmi-mtk-pmif: drop unneeded quotes
        dt-bindings: Remove last usage of "binding" or "schema" in titles
        dt-bindings: display: panel: mipi-dbi-spi: add spi-3wire property
        ...
      18f38fed
    • Linus Torvalds's avatar
      Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs · c6b02710
      Linus Torvalds authored
      Pull misc filesystem updates from Jan Kara:
      
       - Rewrite kmap_local() handling in ext2
      
       - Convert ext2 direct IO path to iomap (with some infrastructure tweaks
         associated with that)
      
       - Convert two boilerplate licenses in udf to SPDX identifiers
      
       - Other small udf, ext2, and quota fixes and cleanups
      
      * tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
        udf: Fix uninitialized array access for some pathnames
        ext2: Drop fragment support
        quota: fix warning in dqgrab()
        quota: Properly disable quotas when add_dquot_ref() fails
        fs: udf: udftime: Replace LGPL boilerplate with SPDX identifier
        fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier
        fs: Drop wait_unfrozen wait queue
        ext2_find_entry()/ext2_dotdot(): callers don't need page_addr anymore
        ext2_{set_link,delete_entry}(): don't bother with page_addr
        ext2_put_page(): accept any pointer within the page
        ext2_get_page(): saner type
        ext2: use offset_in_page() instead of open-coding it as subtraction
        ext2_rename(): set_link and delete_entry may fail
        ext2: Add direct-io trace points
        ext2: Move direct-io to use iomap
        ext2: Use generic_buffers_fsync() implementation
        ext4: Use generic_buffers_fsync_noflush() implementation
        fs/buffer.c: Add generic_buffers_fsync*() implementation
        ext2/dax: Fix ext2_setsize when len is page aligned
      c6b02710
    • Linus Torvalds's avatar
      Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs · 18c9901d
      Linus Torvalds authored
      Pull fsnotify updates from Jan Kara:
      
       - Support for fanotify events returning file handles for filesystems
         not exportable via NFS
      
       - Improved error handling exportfs functions
      
       - Add missing FS_OPEN events when unusual open helpers are used
      
      * tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
        fsnotify: move fsnotify_open() hook into do_dentry_open()
        exportfs: check for error return value from exportfs_encode_*()
        fanotify: support reporting non-decodeable file handles
        exportfs: allow exporting non-decodeable file handles to userspace
        exportfs: add explicit flag to request non-decodeable file handles
        exportfs: change connectable argument to bit flags
      18c9901d
    • Linus Torvalds's avatar
      Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm · 0a37714f
      Linus Torvalds authored
      Pull dlm updates from David Teigland:
       "The dlm posix lock handling (for gfs2) has three notable changes:
      
         - Local pids returned from GETLK are no longer negated. A previous
           patch negating remote pids mistakenly changed local pids also.
      
         - SETLKW operations can now be interrupted only when the process is
           killed, and not from other signals. General interruption was
           resulting in previously acquired locks being cleared, not just the
           in-progress lock. Handling this correctly will require extending a
           cancel capability to user space (a future feature.)
      
         - If multiple threads are requesting posix locks (with SETLKW), fix
           incorrect matching of results to the requests.
      
        The dlm networking has several minor cleanups, and one notable change:
      
         - Avoid delaying ack messages for too long (used for message
           reliability), resulting in a backlog of un-acked messages. These
           could previously be delayed as a result of either too many or too
           few other messages being sent. Now an upper and lower threshold is
           used to determine when an ack should be sent"
      
      * tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm:
        fs: dlm: remove filter local comms on close
        fs: dlm: add send ack threshold and append acks to msgs
        fs: dlm: handle sequence numbers as atomic
        fs: dlm: handle lkb wait count as atomic_t
        fs: dlm: filter ourself midcomms calls
        fs: dlm: warn about messages from left nodes
        fs: dlm: move dlm_purge_lkb_callbacks to user module
        fs: dlm: cleanup STOP_IO bitflag set when stop io
        fs: dlm: don't check othercon twice
        fs: dlm: unregister memory at the very last
        fs: dlm: fix missing pending to false
        fs: dlm: clear pending bit when queue was empty
        fs: dlm: revert check required context while close
        fs: dlm: fix mismatch of plock results from userspace
        fs: dlm: make F_SETLK use unkillable wait_event
        fs: dlm: interrupt posix locks only when process is killed
        fs: dlm: fix cleanup pending ops when interrupted
        fs: dlm: return positive pid value for F_GETLK
        dlm: Replace all non-returning strlcpy with strscpy
      0a37714f
    • Linus Torvalds's avatar
      Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux · 9e06150d
      Linus Torvalds authored
      Pull xfs updates from Darrick Wong:
       "There's not much going on this cycle -- the large extent counts
        feature graduated, so now users can create more extremely fragmented
        files! :P
      
        The rest are bug fixes; and I'll be sending more next week.
      
         - Fix a problem where shrink would blow out the space reserve by
           declining to shrink the filesystem
      
         - Drop the EXPERIMENTAL tag for the large extent counts feature
      
         - Set FMODE_CAN_ODIRECT and get rid of an address space op
      
         - Fix an AG count overflow bug in growfs if the new device size is
           redonkulously large"
      
      * tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
        xfs: fix ag count overflow during growfs
        xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
        xfs: drop EXPERIMENTAL tag for large extent counts
        xfs: don't deplete the reserve pool when trying to shrink the fs
      9e06150d
    • Linus Torvalds's avatar
      Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 · 53ea167b
      Linus Torvalds authored
      Pull ext4 updates from Ted Ts'o:
       "Various cleanups and bug fixes in ext4's extent status tree,
        journalling, and block allocator subsystems.
      
        Also improve performance for parallel DIO overwrites"
      
      * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (55 commits)
        ext4: avoid updating the superblock on a r/o mount if not needed
        jbd2: skip reading super block if it has been verified
        ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
        ext4: refactoring to use the unified helper ext4_quotas_off()
        ext4: turn quotas off if mount failed after enabling quotas
        ext4: update doc about journal superblock description
        ext4: add journal cycled recording support
        jbd2: continue to record log between each mount
        jbd2: remove j_format_version
        jbd2: factor out journal initialization from journal_get_superblock()
        jbd2: switch to check format version in superblock directly
        jbd2: remove unused feature macros
        ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev'
        ext4: Fix reusing stale buffer heads from last failed mounting
        ext4: allow concurrent unaligned dio overwrites
        ext4: clean up mballoc criteria comments
        ext4: make ext4_zeroout_es() return void
        ext4: make ext4_es_insert_extent() return void
        ext4: make ext4_es_insert_delayed_block() return void
        ext4: make ext4_es_remove_extent() return void
        ...
      53ea167b
    • Linus Torvalds's avatar
      Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggy · b9d02c22
      Linus Torvalds authored
      Pull jfs updates from David Kleikamp:
       "Minor bug fixes and cleanups"
      
      * tag 'jfs-6.5' of github.com:kleikamp/linux-shaggy:
        FS: JFS: Check for read-only mounted filesystem in txBegin
        FS: JFS: Fix null-ptr-deref Read in txBegin
        fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev
        fs: jfs: (trivial) Fix typo in dbInitTree function
        jfs: jfs_dmap: Validate db_l2nbperpage while mounting
      b9d02c22
    • Linus Torvalds's avatar
      Merge tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs · be3c2131
      Linus Torvalds authored
      Pull overlayfs update from Amir Goldstein:
      
       - fix two NULL pointer deref bugs (Zhihao Cheng)
      
       - add support for "data-only" lower layers destined to be used by
         composefs
      
       - port overlayfs to the new mount api (Christian Brauner)
      
      * tag 'ovl-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs: (26 commits)
        ovl: add Amir as co-maintainer
        ovl: reserve ability to reconfigure mount options with new mount api
        ovl: modify layer parameter parsing
        ovl: port to new mount api
        ovl: factor out ovl_parse_options() helper
        ovl: store enum redirect_mode in config instead of a string
        ovl: pass ovl_fs to xino helpers
        ovl: clarify ovl_get_root() semantics
        ovl: negate the ofs->share_whiteout boolean
        ovl: check type and offset of struct vfsmount in ovl_entry
        ovl: implement lazy lookup of lowerdata in data-only layers
        ovl: prepare for lazy lookup of lowerdata inode
        ovl: prepare to store lowerdata redirect for lazy lowerdata lookup
        ovl: implement lookup in data-only layers
        ovl: introduce data-only lower layers
        ovl: remove unneeded goto instructions
        ovl: deduplicate lowerdata and lowerstack[]
        ovl: deduplicate lowerpath and lowerstack[]
        ovl: move ovl_entry into ovl_inode
        ovl: factor out ovl_free_entry() and ovl_stack_*() helpers
        ...
      be3c2131
    • Linus Torvalds's avatar
      gup: avoid stack expansion warning for known-good case · eee9c708
      Linus Torvalds authored
      In commit a425ac53 ("gup: add warning if some caller would seem to
      want stack expansion") I added a temporary warning to catch any strange
      GUP users that would be impacted by the fact that GUP no longer extends
      the stack.
      
      But it turns out that the warning is most easily triggered through
      __access_remote_vm(), that already knows to expand the stack - it just
      does it *after* calling GUP.  So the warning is easy to trigger by just
      running gdb (or similar) and accessing things remotely under the stack.
      
      This just adds a temporary extra "expand stack early" to avoid the
      warning for the already converted case - not because the warning is bad,
      but because getting the warning for this known good case would then hide
      any subsequent warnings for any actually interesting cases.
      
      Let's try to remember to revert this change when we remove the warnings.
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      eee9c708
    • Linus Torvalds's avatar
      Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm · 1b722407
      Linus Torvalds authored
      Pull drm updates from Dave Airlie:
       "There is one set of patches to misc for a i915 gsc/mei proxy driver.
      
        Otherwise it's mostly amdgpu/i915/msm, lots of hw enablement and lots
        of refactoring.
      
        core:
         - replace strlcpy with strscpy
         - EDID changes to support further conversion to struct drm_edid
         - Move i915 DSC parameter code to common DRM helpers
         - Add Colorspace functionality
      
        aperture:
         - ignore framebuffers with non-primary devices
      
        fbdev:
         - use fbdev i/o helpers
         - add Kconfig options for fb_ops helpers
         - use new fb io helpers directly in drivers
      
        sysfs:
         - export DRM connector ID
      
        scheduler:
         - Avoid an infinite loop
      
        ttm:
         - store function table in .rodata
         - Add query for TTM mem limit
         - Add NUMA awareness to pools
         - Export ttm_pool_fini()
      
        bridge:
         - fsl-ldb: support i.MX6SX
         - lt9211, lt9611: remove blanking packets
         - tc358768: implement input bus formats, devm cleanups
         - ti-snd65dsi86: implement wait_hpd_asserted
         - analogix: fix endless probe loop
         - samsung-dsim: support swapped clock, fix enabling, support var
           clock
         - display-connector: Add support for external power supply
         - imx: Fix module linking
         - tc358762: Support reset GPIO
      
        panel:
         - nt36523: Support Lenovo J606F
         - st7703: Support Anbernic RG353V-V2
         - InnoLux G070ACE-L01 support
         - boe-tv101wum-nl6: Improve initialization
         - sharp-ls043t1le001: Mode fixes
         - simple: BOE EV121WXM-N10-1850, S6D7AA0
         - Ampire AM-800480L1TMQW-T00H
         - Rocktech RK043FN48H
         - Starry himax83102-j02
         - Starry ili9882t
      
        amdgpu:
         - add new ctx query flag to handle reset better
         - add new query/set shadow buffer for rdna3
         - DCN 3.2/3.1.x/3.0.x updates
         - Enable DC_FP on loongarch
         - PCIe fix for RDNA2
         - improve DC FAMS/SubVP support for better power management
         - partition support for lots of engines
         - Take NUMA into account when allocating memory
         - Add new DRM_AMDGPU_WERROR config parameter to help with CI
         - Initial SMU13 overdrive support
         - Add support for new colorspace KMS API
         - W=1 fixes
      
        amdkfd:
         - Query TTM mem limit rather than hardcoding it
         - GC 9.4.3 partition support
         - Handle NUMA for partitions
         - Add debugger interface for enabling gdb
         - Add KFD event age tracking
      
        radeon:
         - Fix possible UAF
      
        i915:
         - new getparam for PXP support
         - GSC/MEI proxy driver
         - Meteorlake display enablement
         - avoid clearing preallocated framebuffers with TTM
         - implement framebuffer mmap support
         - Disable sampler indirect state in bindless heap
         - Enable fdinfo for GuC backends
         - GuC loading and firmware table handling fixes
         - Various refactors for multi-tile enablement
         - Define MOCS and PAT tables for MTL
         - GSC/MEI support for Meteorlake
         - PMU multi-tile support
         - Large driver kernel doc cleanup
         - Allow VRR toggling and arbitrary refresh rates
         - Support async flips on linear buffers on display ver 12+
         - Expose CRTC CTM property on ILK/SNB/VLV
         - New debugfs for display clock frequencies
         - Hotplug refactoring
         - Display refactoring
         - I915_GEM_CREATE_EXT_SET_PAT for Mesa on Meteorlake
         - Use large rings for compute contexts
         - HuC loading for MTL
         - Allow user to set cache at BO creation
         - MTL powermanagement enhancements
         - Switch to dedicated workqueues to stop using flush_scheduled_work()
         - Move display runtime init under display/
         - Remove 10bit gamma on desktop gen3 parts, they don't support it
      
        habanalabs:
         - uapi: return 0 for user queries if there was a h/w or f/w error
         - Add pci health check when we lose connection with the firmware.
           This can be used to distinguish between pci link down and firmware
           getting stuck.
         - Add more info to the error print when TPC interrupt occur.
         - Firmware fixes
      
        msm:
         - Adreno A660 bindings
         - SM8350 MDSS bindings fix
         - Added support for DPU on sm6350 and sm6375 platforms
         - Implemented tearcheck support to support vsync on SM150 and newer
           platforms
         - Enabled missing features (DSPP, DSC, split display) on sc8180x,
           sc8280xp, sm8450
         - Added support for DSI and 28nm DSI PHY on MSM8226 platform
         - Added support for DSI on sm6350 and sm6375 platforms
         - Added support for display controller on MSM8226 platform
         - A690 GPU support
         - Move cmdstream dumping out of fence signaling path
         - a610 support
         - Support for a6xx devices without GMU
      
        nouveau:
         - NULL ptr before deref fixes
      
        armada:
         - implement fbdev emulation as client
      
        sun4i:
         - fix mipi-dsi dotclock
         - release clocks
      
        vc4:
         - rgb range toggle property
         - BT601 / BT2020 HDMI support
      
        vkms:
         - convert to drmm helpers
         - add reflection and rotation support
         - fix rgb565 conversion
      
        gma500:
         - fix iomem access
      
        shmobile:
         - support renesas soc platform
         - enable fbdev
      
        mxsfb:
         - Add support for i.MX93 LCDIF
      
        stm:
         - dsi: Use devm_ helper
         - ltdc: Fix potential invalid pointer deref
      
        renesas:
         - Group drivers in renesas subdirectory to prepare for new platform
         - Drop deprecated R-Car H3 ES1.x support
      
        meson:
         - Add support for MIPI DSI displays
      
        virtio:
         - add sync object support
      
        mediatek:
         - Add display binding document for MT6795"
      
      * tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm: (1791 commits)
        drm/i915: Fix a NULL vs IS_ERR() bug
        drm/i915: make i915_drm_client_fdinfo() reference conditional again
        drm/i915/huc: Fix missing error code in intel_huc_init()
        drm/i915/gsc: take a wakeref for the proxy-init-completion check
        drm/msm/a6xx: Add A610 speedbin support
        drm/msm/a6xx: Add A619_holi speedbin support
        drm/msm/a6xx: Use adreno_is_aXYZ macros in speedbin matching
        drm/msm/a6xx: Use "else if" in GPU speedbin rev matching
        drm/msm/a6xx: Fix some A619 tunables
        drm/msm/a6xx: Add A610 support
        drm/msm/a6xx: Add support for A619_holi
        drm/msm/adreno: Disable has_cached_coherent in GMU wrapper configurations
        drm/msm/a6xx: Introduce GMU wrapper support
        drm/msm/a6xx: Move CX GMU power counter enablement to hw_init
        drm/msm/a6xx: Extend and explain UBWC config
        drm/msm/a6xx: Remove both GBIF and RBBM GBIF halt on hw init
        drm/msm/a6xx: Add a helper for software-resetting the GPU
        drm/msm/a6xx: Improve a6xx_bus_clear_pending_transactions()
        drm/msm/a6xx: Move a6xx_bus_clear_pending_transactions to a6xx_gpu
        drm/msm/a6xx: Move force keepalive vote removal to a6xx_gmu_force_off()
        ...
      1b722407