1. 27 10月, 2017 38 次提交
  2. 26 10月, 2017 2 次提交
    • L
      Merge branch 'for-linus' of git://git.kernel.dk/linux-block · 3b5a9a8e
      Linus Torvalds 提交于
      Pull block fixes from Jens Axboe:
       "A few select fixes that should go into this series. Mainly for NVMe,
        but also a single stable fix for nbd from Josef"
      
      * 'for-linus' of git://git.kernel.dk/linux-block:
        nbd: handle interrupted sendmsg with a sndtimeo set
        nvme-rdma: Fix error status return in tagset allocation failure
        nvme-rdma: Fix possible double free in reconnect flow
        nvmet: synchronize sqhd update
        nvme-fc: retry initial controller connections 3 times
        nvme-fc: fix iowait hang
      3b5a9a8e
    • L
      Merge tag 'spi-fix-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi · 832c6b18
      Linus Torvalds 提交于
      Pull spi fixes from Mark Brown:
       "There are a bunch of device specific fixes (more than I'd like, I've
        been lax sending these) plus one important core fix for the conversion
        to use an IDR for bus number allocation which avoids issues with
        collisions when some but not all of the buses in the system have a
        fixed bus number specified.
      
        The Armada changes are rather large, specificially "spi: armada-3700:
        Fix padding when sending not 4-byte aligned data", but it's a storage
        corruption issue and there's things like indentation changes which
        make it look bigger than it really is. It's been cooking in -next for
        quite a while now and is part of the reason for the delay"
      
      * tag 'spi-fix-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
        spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers
        spi: bcm-qspi: Fix use after free in bcm_qspi_probe() in error path
        spi: a3700: Return correct value on timeout detection
        spi: uapi: spidev: add missing ioctl header
        spi: stm32: Fix logical error in stm32_spi_prepare_mbr()
        spi: armada-3700: Fix padding when sending not 4-byte aligned data
        spi: armada-3700: Fix failing commands with quad-SPI
      832c6b18