Skip to content
Snippets Groups Projects
  1. Dec 11, 2020
    • Linus Torvalds's avatar
      Merge tag 'pinctrl-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl · 94801e5c
      Linus Torvalds authored
      Pull pin control fixes from Linus Walleij:
       "Here is a late set of pin control fixes for v5.10, most concern some
        minor and major issues found in the Intel drivers. Some are so hairy
        that I have no idea what is going on there, but luckily the maintainer
        knows what's up.
      
        We also have an interesting fix for AMD, which makes AMD-based laptops
        more stable IIUC.
      
        Summary:
      
         - Fix up some SPI group and a register offset on Intel Jasperlake
      
         - Set default bias on Intel Merrifield
      
         - Preserve debouncing on Intel Baytrail
      
         - Stop .set_type() irqchip callback in the AMD driver from fiddling
           with the debounce filter
      
         - Fix access to GPIO banks that are pass-thru on the Aspeed
      
         - Fix a fix for the Intel pin control driver to disable Rx/Tx when
           requesting a UART line as GPIO"
      
      * tag 'pinctrl-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
        pinctrl: intel: Actually disable Tx and Rx buffers on GPIO request
        pinctrl: aspeed: Fix GPIO requests on pass-through banks
        pinctrl: amd: remove debounce filter setting in IRQ type setting
        pinctrl: baytrail: Avoid clearing debounce value when turning it off
        pinctrl: merrifield: Set default bias in case no particular value given
        pinctrl: jasperlake: Fix HOSTSW_OWN offset
        pinctrl: jasperlake: Unhide SPI group of pins
      94801e5c
    • Linus Torvalds's avatar
      Merge tag 'v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio · 6d47cdec
      Linus Torvalds authored
      Pull GPIO fixes from Linus Walleij:
       "These are hopefully the last GPIO fixes for this cycle.
      
        All are driver fixes except a small resource leak for pin ranges in
        the gpiolib. Two are PM related, which is nice because when developers
        start to find PM bugs it is usually because they have smoked out the
        bugs of more severe nature.
      
        Summary:
      
         - Fix runtime PM balancing on the errorpath of the Arizona driver
      
         - Fix a suspend NULL pointer reference in the dwapb driver
      
         - Balance free:ing in gpiochip_generic_free()
      
         - Fix runtime PM balancing on the errorpath of the zynq driver
      
         - Fix irqdomain use-after-free in the mvebu driver
      
         - Break an eternal loop in the spreadtrum EIC driver"
      
      * tag 'v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
        gpio: eic-sprd: break loop when getting NULL device resource
        gpio: mvebu: fix potential user-after-free on probe
        gpio: zynq: fix reference leak in zynq_gpio functions
        gpiolib: Don't free if pin ranges are not defined
        gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend()
        gpio: arizona: disable pm_runtime in case of failure
      6d47cdec
    • Linus Torvalds's avatar
      Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux · c1cea112
      Linus Torvalds authored
      Pull clk fixes from Stephen Boyd:
       "Two small clk driver build fixes
      
         - Remove __packed from a Renesas struct to improve portability
      
         - Fix a linking problem with i.MX when config options don't agree"
      
      * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
        clk: renesas: r9a06g032: Drop __packed for portability
        clk: imx: scu: fix MXC_CLK_SCU module build break
      c1cea112
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-2020-12-11' of git://anongit.freedesktop.org/drm/drm · 059fe829
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "Last week of fixes, just amdgpu and i915 collections. We had a i915
        regression reported by HJ Lu reported this morning, and this contains
        a fix for that he has tested.
      
        There are a fair few other fixes, but they are spread across the two
        drivers, and all fairly self contained.
      
        amdgpu:
         - Fan fix for CI asics
         - Fix a warning in possible_crtcs
         - Build fix for when debugfs is disabled
         - Display overflow fix
         - Display watermark fixes for Renoir
         - SDMA 5.2 fix
         - Stolen vga memory regression fix
         - Power profile fixes
         - Fix a regression from removal of GEM and PRIME callbacks
      
        amdkfd:
         - Fix a memory leak in dmabuf import
      
        i915:
         - rc7 regression fix for modesetting
         - vdsc/dp slice fixes
         - gen9 mocs entries fix
         - preemption timeout fix
         - unsigned compare against 0 fix
         - selftest fix
         - submission error propogatig fix
         - request flow suspend fix"
      
      * tag 'drm-fixes-2020-12-11' of git://anongit.freedesktop.org/drm/drm:
        drm/i915/display: Go softly softly on initial modeset failure
        drm/amd/pm: typo fix (CUSTOM -> COMPUTE)
        drm/amdgpu: Initialise drm_gem_object_funcs for imported BOs
        drm/amdgpu: fix size calculation with stolen vga memory
        drm/amd/pm: update smu10.h WORKLOAD_PPLIB setting for raven
        drm/amdkfd: Fix leak in dmabuf import
        drm/amdgpu: fix sdma instance fw version and feature version init
        drm/amd/display: Add wm table for Renoir
        drm/amd/display: Prevent bandwidth overflow
        drm/amdgpu: fix debugfs creation/removal, again
        drm/amdgpu/disply: set num_crtc earlier
        drm/amdgpu/powerplay: parse fan table for CI asics
        drm/i915/gt: Declare gen9 has 64 mocs entries!
        drm/i915/display/dp: Compute the correct slice count for VDSC on DP
        drm/i915: fix size_t greater or equal to zero comparison
        drm/i915/gt: Cancel the preemption timeout on responding to it
        drm/i915/gt: Ignore repeated attempts to suspend request flow across reset
        drm/i915/gem: Propagate error from cancelled submit due to context closure
        drm/i915/gem: Check the correct variable in selftest
      059fe829
    • Linus Torvalds's avatar
      Merge tag 'ktest-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest · 33dc9614
      Linus Torvalds authored
      Pull ktest fix from Steven Rostedt:
       "Fix issues with grub2bls in ktest.pl
      
        ktest.pl did not know about grub2bls that was introduced in Fedora 30,
        and now it does"
      
      * tag 'ktest-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest:
        ktest.pl: Fix incorrect reboot for grub2bls
      33dc9614
    • Linus Torvalds's avatar
      Merge tag 'powerpc-5.10-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux · 47003b99
      Linus Torvalds authored
      Pull powerpc fix from Michael Ellerman:
       "One commit to implement copy_from_kernel_nofault_allowed(), otherwise
        copy_from_kernel_nofault() can trigger warnings when accessing bad
        addresses in some configurations.
      
        Thanks to Christophe Leroy and Qian Cai"
      
      * tag 'powerpc-5.10-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
        powerpc/mm: Fix KUAP warning by providing copy_from_kernel_nofault_allowed()
      47003b99
    • Linus Torvalds's avatar
      Merge tag 'fixes-v5.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security · 197c61cb
      Linus Torvalds authored
      Pull namespaced fscaps fix from James Morris:
       "Fix namespaced fscaps when !CONFIG_SECURITY (Serge Hallyn)"
      
      * tag 'fixes-v5.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
        [SECURITY] fix namespaced fscaps when !CONFIG_SECURITY
      197c61cb
  2. Dec 10, 2020
  3. Dec 09, 2020
Loading