Skip to content
  1. Oct 18, 2021
    • Linus Torvalds's avatar
      Merge tag 'x86_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 89f6602d
      Linus Torvalds authored
      Pull x86 fixes from Borislav Petkov:
      
       - Do not enable AMD memory encryption in Kconfig by default due to
         shortcomings of some platforms, leading to boot failures.
      
       - Mask out invalid bits in the MXCSR for 32-bit kernels again because
         Thomas and I don't know how to mask out bits properly. Third time's
         the charm.
      
      * tag 'x86_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/fpu: Mask out the invalid MXCSR bits properly
        x86/Kconfig: Do not enable AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT automatically
      89f6602d
    • Linus Torvalds's avatar
      Merge tag 'driver-core-5.15-rc6' of... · cf52ad5f
      Linus Torvalds authored
      Merge tag 'driver-core-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
      
      Pull driver core fixes from Greg KH:
       "Here are some small driver core fixes for 5.15-rc6, all of which have
        been in linux-next for a while with no reported issues.
      
        They include:
      
         - kernfs negative dentry bugfix
      
         - simple pm bus fixes to resolve reported issues"
      
      * tag 'driver-core-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
        drivers: bus: Delete CONFIG_SIMPLE_PM_BUS
        drivers: bus: simple-pm-bus: Add support for probing simple bus only devices
        driver core: Reject pointless SYNC_STATE_ONLY device links
        kernfs: don't create a negative dentry if inactive node exists
      cf52ad5f
    • Linus Torvalds's avatar
      Merge tag 'char-misc-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc · e3572dff
      Linus Torvalds authored
      Pull char/misc driver fixes from Greg KH:
       "Here are some small char/misc driver fixes for 5.15-rc6 for reported
        issues that include:
      
         - habanalabs driver fixes
      
         - mei driver fixes and new ids
      
         - fpga new device ids
      
         - MAINTAINER file updates for fpga subsystem
      
         - spi module id table additions and fixes
      
         - fastrpc locking fixes
      
         - nvmem driver fix
      
        All of these have been in linux-next for a while with no reported
        issues"
      
      * tag 'char-misc-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
        eeprom: 93xx46: fix MODULE_DEVICE_TABLE
        nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells
        mei: hbm: drop hbm responses on early shutdown
        mei: me: add Ice Lake-N device id.
        eeprom: 93xx46: Add SPI device ID table
        eeprom: at25: Add SPI ID table
        misc: HI6421V600_IRQ should depend on HAS_IOMEM
        misc: fastrpc: Add missing lock before accessing find_vma()
        cb710: avoid NULL pointer subtraction
        misc: gehc: Add SPI ID table
        MAINTAINERS: Drop outdated FPGA Manager website
        MAINTAINERS: Add Hao and Yilun as maintainers
        habanalabs: fix resetting args in wait for CS IOCTL
        fpga: ice40-spi: Add SPI device ID table
      e3572dff
    • Linus Torvalds's avatar
      Merge tag 'staging-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging · a563ae0f
      Linus Torvalds authored
      Pull staging and IIO driver fixes from Greg KH:
       "Here are a number of small IIO and staging driver fixes for 5.15-rc6.
      
        They include:
      
         - vc04_services bugfix for reported problem
      
         - r8188eu array underflow fix
      
         - iio driver fixes for a lot of tiny reported issues.
      
        All of these have been in linux-next for a while with no reported
        issues"
      
      * tag 'staging-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
        staging: r8188eu: prevent array underflow in rtw_hal_update_ra_mask()
        staging: vc04_services: shut up out-of-range warning
        iio: light: opt3001: Fixed timeout error when 0 lux
        iio: adis16480: fix devices that do not support sleep mode
        iio: mtk-auxadc: fix case IIO_CHAN_INFO_PROCESSED
        iio: adis16475: fix deadlock on frequency set
        iio: ssp_sensors: add more range checking in ssp_parse_dataframe()
        iio: ssp_sensors: fix error code in ssp_print_mcu_debug()
        iio: adc: ad7793: Fix IRQ flag
        iio: adc: ad7780: Fix IRQ flag
        iio: adc: ad7192: Add IRQ flag
        iio: adc: aspeed: set driver data when adc probe.
        iio: adc: rzg2l_adc: add missing clk_disable_unprepare() in rzg2l_adc_pm_runtime_resume()
        iio: adc: max1027: Fix the number of max1X31 channels
        iio: adc: max1027: Fix wrong shift with 12-bit devices
        iio: adc128s052: Fix the error handling path of 'adc128_probe()'
        iio: adc: rzg2l_adc: Fix -EBUSY timeout error return
        iio: accel: fxls8962af: return IRQ_HANDLED when fifo is flushed
        iio: dac: ti-dac5571: fix an error code in probe()
      a563ae0f
    • Linus Torvalds's avatar
      Merge tag 'tty-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty · b9e42b3c
      Linus Torvalds authored
      Pull serial driver fix from Greg KH:
       "Here is a single 8250 Kconfig fix for 5.15-rc6 that resolves a
        regression that showed up in 5.15-rc1. It has been in linux-next for a
        while with no reported issues"
      
      * tag 'tty-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
        serial: 8250: allow disabling of Freescale 16550 compile test
      b9e42b3c
    • Linus Torvalds's avatar
      Merge tag 'usb-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · ebf613ae
      Linus Torvalds authored
      Pull USB fixes from Greg KH:
       "Here are some small USB fixes that resolve a number of tiny issues.
        They include:
      
         - new USB serial driver ids
      
         - xhci driver fixes for a bunch of issues
      
         - musb error path fixes.
      
        All of these have been in linux-next for a while with no reported
        issues"
      
      * tag 'usb-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
        usb: musb: dsps: Fix the probe error path
        xhci: Enable trust tx length quirk for Fresco FL11 USB controller
        xhci: Fix command ring pointer corruption while aborting a command
        USB: xhci: dbc: fix tty registration race
        xhci: add quirk for host controllers that don't update endpoint DCS
        xhci: guard accesses to ep_state in xhci_endpoint_reset()
        USB: serial: qcserial: add EM9191 QDL support
        USB: serial: option: add Quectel EC200S-CN module support
        USB: serial: option: add prod. id for Quectel EG91
        USB: serial: option: add Telit LE910Cx composition 0x1204
      ebf613ae
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input · 12dbbfad
      Linus Torvalds authored
      Pull input fixes from Dmitry Torokhov:
      
       - a new product ID for the xpad joystick driver
      
       - fixes to resistive-adc-touch and snvs_pwrkey drivers
      
       - a change to touchscreen helpers to make clang happier
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
        Input: touchscreen - avoid bitwise vs logical OR warning
        Input: xpad - add support for another USB ID of Nacon GC-100
        Input: resistive-adc-touch - fix division by zero error on z1 == 0
        Input: snvs_pwrkey - add clk handling
      12dbbfad
  2. Oct 17, 2021
  3. Oct 16, 2021
  4. Oct 15, 2021
    • Linus Torvalds's avatar
      Merge tag 'gpio-fixes-for-v5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux · 8fe31e09
      Linus Torvalds authored
      Pull gpio fixes from Bartosz Golaszewski:
      
       - fix module autoloading on gpio-74x164 after a revert of OF modaliases
      
       - fix problems with the bias setting in gpio-pca953x
      
       - fix a use-after-free bug in gpio-mockup by using software nodes
      
      * tag 'gpio-fixes-for-v5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
        gpio: mockup: Convert to use software nodes
        gpio: pca953x: Improve bias setting
        gpio: 74x164: Add SPI device ID table
      8fe31e09
    • Linus Torvalds's avatar
      Merge tag 'spi-fix-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi · 985f6ab9
      Linus Torvalds authored
      Pull spi fixes from Mark Brown:
       "A few small fixes.
      
        Mostly driver specific but there's one in the core which fixes a
        deadlock when adding devices on spi-mux that's triggered because
        spi-mux is a SPI device which is itself a SPI controller and so can
        instantiate devices when registered.
      
        We were using a global lock to protect against reusing chip selects
        but they're a per controller thing so moving the lock per controller
        resolves that"
      
      * tag 'spi-fix-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
        spi-mux: Fix false-positive lockdep splats
        spi: Fix deadlock when adding SPI controllers on SPI buses
        spi: bcm-qspi: clear MSPI spifie interrupt during probe
        spi: spi-nxp-fspi: don't depend on a specific node name erratum workaround
        spi: mediatek: skip delays if they are 0
        spi: atmel: Fix PDC transfer setup bug
        spi: spidev: Add SPI ID table
        spi: Use 'flash' node name instead of 'spi-flash' in example
      985f6ab9
    • Linus Torvalds's avatar
      Merge tag 'regulator-fix-v5.15-rc5' of... · ccb6a666
      Linus Torvalds authored
      Merge tag 'regulator-fix-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
      
      Pull regulator fix from Mark Brown:
       "Just a trivial fix to the MAINTAINERS file for an update missed during
        conversion of the DT bindings to YAML format"
      
      * tag 'regulator-fix-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
        MAINTAINERS: rectify entry for SY8106A REGULATOR DRIVER
      ccb6a666
    • Linus Torvalds's avatar
      Merge tag 'mtd/fixes-for-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux · 9e795d94
      Linus Torvalds authored
      Pull mtd fix from Miquel Raynal:
       "Raw NAND controller driver fix:
      
         - Qcom: Update code word value for raw reads (QPIC v2+)"
      
      * tag 'mtd/fixes-for-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux:
        mtd: rawnand: qcom: Update code word value for raw read
      9e795d94
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-2021-10-15-1' of git://anongit.freedesktop.org/drm/drm · 591a495d
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "It has a few scattered msm and i915 fixes, a few core fixes and a
        mediatek feature revert.
      
        I've had to pick a bunch of patches into this, as the drm-misc-fixes
        tree had a bunch of vc4 patches I wasn't comfortable with sending to
        you at least as part of this, they were delayed due to your reverts.
        If it's really useful as fixes I'll do a separate pull.
      
        Summary:
      
        Core:
         - clamp fbdev size
         - edid cap blocks read to avoid out of bounds
      
        panel:
         - fix missing crc32 dependency
      
        msm:
         - Fix a new crash on dev file close if the dev file was opened when
           GPU is not loaded (such as missing fw in initrd)
         - Switch to single drm_sched_entity per priority level per drm_file
           to unbreak multi-context userspace
         - Serialize GMU access to fix GMU OOB errors
         - Various error path fixes
         - A couple integer overflow fixes
         - Fix mdp5 cursor plane WARNs
      
        i915:
         - Fix ACPI object leak
         - Fix context leak in user proto-context creation
         - Fix missing i915_sw_fence_fini call
      
        hyperv:
         - hide hw pointer
      
        nouveau:
         - fix engine selection bit
      
        r128:
         - fix UML build
      
        rcar-du:
         - unconncted LVDS regression fix
      
        mediatek:
         - revert CMDQ refinement patches"
      
      * tag 'drm-fixes-2021-10-15-1' of git://anongit.freedesktop.org/drm/drm: (34 commits)
        drm/panel: olimex-lcd-olinuxino: select CRC32
        drm/r128: fix build for UML
        drm/nouveau/fifo: Reinstate the correct engine bit programming
        drm/hyperv: Fix double mouse pointers
        drm/fbdev: Clamp fbdev surface size if too large
        drm/edid: In connector_bad_edid() cap num_of_ext by num_blocks read
        drm/i915: Free the returned object of acpi_evaluate_dsm()
        drm/i915: Fix bug in user proto-context creation that leaked contexts
        drm: rcar-du: Don't create encoder for unconnected LVDS outputs
        drm/msm/dsi: fix off by one in dsi_bus_clk_enable error handling
        drm/msm/dsi: Fix an error code in msm_dsi_modeset_init()
        drm/msm/dsi: dsi_phy_14nm: Take ready-bit into account in poll_for_ready
        drm/msm/dsi/phy: fix clock names in 28nm_8960 phy
        drm/msm/dpu: Fix address of SM8150 PINGPONG5 IRQ register
        drm/msm: Do not run snapshot on non-DPU devices
        drm/msm/a3xx: fix error handling in a3xx_gpu_init()
        drm/msm/a4xx: fix error handling in a4xx_gpu_init()
        drm/msm: Fix null pointer dereference on pointer edp
        drm/msm/mdp5: fix cursor-related warnings
        drm/msm: Avoid potential overflow in timeout_to_jiffies()
        ...
      591a495d
    • Linus Torvalds's avatar
      Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-ntfs3 · 86a44e90
      Linus Torvalds authored
      Pull ntfs3 fixes from Konstantin Komarov:
       "Use the new api for mounting as requested by Christoph.
      
        Also fixed:
      
         - some memory leaks and panic
      
         - xfstests (tested on x86_64) generic/016 generic/021 generic/022
           generic/041 generic/274 generic/423
      
         - some typos, wrong returned error codes, dead code, etc"
      
      * tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-ntfs3: (70 commits)
        fs/ntfs3: Check for NULL pointers in ni_try_remove_attr_list
        fs/ntfs3: Refactor ntfs_read_mft
        fs/ntfs3: Refactor ni_parse_reparse
        fs/ntfs3: Refactor ntfs_create_inode
        fs/ntfs3: Refactor ntfs_readlink_hlp
        fs/ntfs3: Rework ntfs_utf16_to_nls
        fs/ntfs3: Fix memory leak if fill_super failed
        fs/ntfs3: Keep prealloc for all types of files
        fs/ntfs3: Remove unnecessary functions
        fs/ntfs3: Forbid FALLOC_FL_PUNCH_HOLE for normal files
        fs/ntfs3: Refactoring of ntfs_set_ea
        fs/ntfs3: Remove locked argument in ntfs_set_ea
        fs/ntfs3: Use available posix_acl_release instead of ntfs_posix_acl_release
        fs/ntfs3: Check for NULL if ATTR_EA_INFO is incorrect
        fs/ntfs3: Refactoring of ntfs_init_from_boot
        fs/ntfs3: Reject mount if boot's cluster size < media sector size
        fs/ntfs3: Refactoring lock in ntfs_init_acl
        fs/ntfs3: Change posix_acl_equiv_mode to posix_acl_update_mode
        fs/ntfs3: Pass flags to ntfs_set_ea in ntfs_set_acl_ex
        fs/ntfs3: Refactor ntfs_get_acl_ex for better readability
        ...
      86a44e90
    • Greg Kroah-Hartman's avatar
      Merge tag 'usb-serial-5.15-rc6' of... · cd932c2a
      Greg Kroah-Hartman authored
      Merge tag 'usb-serial-5.15-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
      
      Johan writes:
      
      USB-serial fixes for 5.15-rc6
      
      Here are some new modem device ids.
      
      All have been in linux-next with no reported issues.
      
      * tag 'usb-serial-5.15-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial:
        USB: serial: qcserial: add EM9191 QDL support
        USB: serial: option: add Quectel EC200S-CN module support
        USB: serial: option: add prod. id for Quectel EG91
        USB: serial: option: add Telit LE910Cx composition 0x1204
      cd932c2a
    • Arnd Bergmann's avatar
      eeprom: 93xx46: fix MODULE_DEVICE_TABLE · f4275272
      Arnd Bergmann authored
      The newly added SPI device ID table does not work because the
      entry is incorrectly copied from the OF device table.
      
      During build testing, this shows as a compile failure when building
      it as a loadable module:
      
      drivers/misc/eeprom/eeprom_93xx46.c:424:1: error: redefinition of '__mod_of__eeprom_93xx46_of_table_device_table'
      MODULE_DEVICE_TABLE(of, eeprom_93xx46_of_table);
      
      Change the entry to refer to the correct symbol.
      
      Fixes: 137879f7
      
       ("eeprom: 93xx46: Add SPI device ID table")
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Link: https://lore.kernel.org/r/20211014153730.3821376-1-arnd@kernel.org
      
      
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      f4275272
    • Vegard Nossum's avatar
      drm/panel: olimex-lcd-olinuxino: select CRC32 · a14bc107
      Vegard Nossum authored
      Fix the following build/link error by adding a dependency on the CRC32
      routines:
      
        ld: drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.o: in function `lcd_olinuxino_probe':
        panel-olimex-lcd-olinuxino.c:(.text+0x303): undefined reference to `crc32_le'
      
      Fixes: 17fd7a9d
      
       ("drm/panel: Add support for Olimex LCD-OLinuXino panel")
      Cc: Arnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarVegard Nossum <vegard.nossum@oracle.com>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Link: https://patchwork.freedesktop.org/patch/msgid/20211012115242.10325-1-vegard.nossum@oracle.com
      
      
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      a14bc107