1. 30 May, 2020 2 commits
    • Linus Torvalds's avatar
      Merge tag 'powerpc-5.7-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux · ffeb595d
      Linus Torvalds authored
      Pull powerpc fixes from Michael Ellerman:
      
       - a fix for the recent change to how we restore non-volatile GPRs,
         which broke our emulation of reading from the DSCR (Data Stream
         Control Register).
      
       - a fix for the recent rewrite of interrupt/syscall exit in C, we need
         to exclude KCOV from that code, otherwise it can lead to
         unrecoverable faults.
      
      Thanks to Daniel Axtens.
      
      * tag 'powerpc-5.7-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
        powerpc/64s: Disable sanitisers for C syscall/interrupt entry/exit code
        powerpc/64s: Fix restore of NV GPRs after facility unavailable exception
      ffeb595d
    • Linus Torvalds's avatar
      Merge tag 'gpio-v5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio · 900db150
      Linus Torvalds authored
      Pull GPIO fixes from Linus Walleij:
       "Here are some (very) late fixes for GPIO, none of them very serious
        except the one tagged for stable for enabling IRQ on open drain lines:
      
         - Fix probing of mvebu chips without PWM
      
         - Fix error path on ida_get_simple() on the exar driver
      
         - Notify userspace properly about line status changes when flags are
           changed on lines.
      
         - Fix a sleeping while holding spinlock in the mellanox driver.
      
         - Fix return value of the PXA and Kona probe calls.
      
         - Fix IRQ locking of open drain lines, it is fine to have IRQs on
           open drain lines flagged for output"
      
      * tag 'gpio-v5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
        gpio: fix locking open drain IRQ lines
        gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe()
        gpio: pxa: Fix return value of pxa_gpio_probe()
        gpio: mlxbf2: Fix sleeping while holding spinlock
        gpiolib: notify user-space about line status changes after flags are set
        gpio: exar: Fix bad handling for ida_simple_get error path
        gpio: mvebu: Fix probing for chips without PWM
      900db150
  2. 29 May, 2020 18 commits
  3. 28 May, 2020 17 commits
  4. 27 May, 2020 3 commits