1. 05 Aug, 2020 33 commits
  2. 26 Jul, 2020 7 commits
    • Linus Torvalds's avatar
      Linux 5.8-rc7 · 92ed3019
      Linus Torvalds authored
      92ed3019
    • Linus Torvalds's avatar
      Merge tag 'kbuild-fixes-v5.8-3' of... · 1c8594b8
      Linus Torvalds authored
      Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild into master
      
      Pull Kbuild fixes from Masahiro Yamada:
      
       - do not use non-portable strsep() in a host program
      
       - fix single target builds for external modules
      
       - change Clang's --prefix option to make it work for the latest Clang
      
      * tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
        Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilation
        kbuild: fix single target builds for external modules
        modpost: remove use of non-standard strsep() in HOSTCC code
      1c8594b8
    • Linus Torvalds's avatar
      Merge branch 'parisc-5.8-2' of... · 40c60ac3
      Linus Torvalds authored
      Merge branch 'parisc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into master
      
      Pull parisc fixes from Helge Deller:
       "Two fixes:
      
         - Add the cmpxchg() function for pointers to u8 values. This fixes a
           kernel linking error when building the tusb1210 driver (from Liam
           Beguin).
      
         - Add a define for atomic64_set_release() to fix CPU soft lockups
           which happen because of missing unlocks while processing bit
           operations (from John David Anglin)"
      
      * 'parisc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
        parisc: Add atomic64_set_release() define to avoid CPU soft lockups
        parisc: add support for cmpxchg on u8 pointers
      40c60ac3
    • Linus Torvalds's avatar
      Merge tag 'char-misc-5.8-rc7' of... · 1ada9010
      Linus Torvalds authored
      Merge tag 'char-misc-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc into master
      
      Pull char/misc driver fixes from Greg KH:
       "Here are a few small driver fixes for 5.8-rc7
      
        They include:
      
         - habanalabs fixes
      
         - tiny fpga driver fixes
      
         - /dev/mem fixup from previous changes
      
         - interconnect driver fixes
      
         - binder fix
      
        All of these have been in linux-next for a while with no reported
        issues"
      
      * tag 'char-misc-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
        interconnect: msm8916: Fix buswidth of pcnoc_s nodes
        interconnect: Do not skip aggregation for disabled paths
        /dev/mem: Add missing memory barriers for devmem_inode
        binder: Don't use mmput() from shrinker function.
        habanalabs: prevent possible out-of-bounds array access
        fpga: dfl: fix bug in port reset handshake
        fpga: dfl: pci: reduce the scope of variable 'ret'
        habanalabs: set 4s timeout for message to device CPU
        habanalabs: set clock gating per engine
        habanalabs: block WREG_BULK packet on PDMA
      1ada9010
    • Linus Torvalds's avatar
      Merge tag 'driver-core-5.8-rc7' of... · 7f2e231c
      Linus Torvalds authored
      Merge tag 'driver-core-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into master
      
      Pull driver core fix from Greg KH:
       "A single driver core fix for 5.8-rc7. It resolves a problem found in
        the previous fix for this code made in 5.8-rc6. Hopefully this is all
        now cleared up, as this seems to be the last of the reported issues in
        this area, and was tested on the problem hardware.
      
        This patch has been in linux-next with no reported problems"
      
      * tag 'driver-core-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
        device property: Avoid NULL pointer dereference in device_get_next_child_node()
      7f2e231c
    • Linus Torvalds's avatar
      Merge tag 'staging-5.8-rc7' of... · f208a76f
      Linus Torvalds authored
      Merge tag 'staging-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging into master
      
      Pull staging driver fixes from Greg KH:
       "Five small staging driver fixes for 5.8-rc7 to resolve some reported
        problems:
      
         - four comedi driver fixes for problems found with them
      
         - a syzbot-found fix for the wlang-ng driver that resolves a much
           reported problem.
      
        All of these have been in linux-next with no reported issues"
      
      * tag 'staging-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
        staging: wlan-ng: properly check endpoint types
        staging: comedi: addi_apci_1564: check INSN_CONFIG_DIGITAL_TRIG shift
        staging: comedi: addi_apci_1500: check INSN_CONFIG_DIGITAL_TRIG shift
        staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG shift
        staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG support
      f208a76f
    • Linus Torvalds's avatar
      Merge tag 'tty-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty into master · 7d22af6c
      Linus Torvalds authored
      Pull tty/serial/fbcon fixes from Greg KH:
       "Here are some small tty and serial and fbcon fixes for 5.8-rc7 to
        resolve some reported issues.
      
        The fbcon fix is in here as it was simpler to take it this way (and it
        was acked by the maintainer) as it was related to the vt console fix
        as well, both of which resolve syzbot-found issues in the console
        handling code.
      
        The other serial driver fixes are for small issues reported in the -rc
        releases.
      
        All of these have been in linux-next with no reported issues"
      
      * tag 'tty-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
        serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35X
        fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.
        serial: 8250_mtk: Fix high-speed baud rates clamping
        serial: 8250: fix null-ptr-deref in serial8250_start_tx()
        serial: tegra: drop bogus NULL tty-port checks
        serial: tegra: fix CREAD handling for PIO
        tty: xilinx_uartps: Really fix id assignment
        vt: Reject zero-sized screen buffer size.
      7d22af6c