1. 17 Jun, 2017 5 commits
    • Linus Torvalds's avatar
      Merge tag 'staging-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging · 1be627df
      Linus Torvalds authored
      Pull staging and IIO fixes from Greg KH:
       "Here are some small staging and IIO driver fixes for 4.12-rc6.
      
        Nothing huge, just a few small driver fixes for reported issues. All
        have been in linux-next with no reported issues"
      
      * tag 'staging-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
        Staging: rtl8723bs: fix an error code in isFileReadable()
        iio: buffer-dmaengine: Add missing header buffer_impl.h
        iio: buffer-dma: Add missing header buffer_impl.h
        iio: adc: meson-saradc: fix potential crash in meson_sar_adc_clear_fifo
        iio: adc: mxs-lradc: Fix return value check in mxs_lradc_adc_probe()
        iio: imu: inv_mpu6050: add accel lpf setting for chip >= MPU6500
        staging: iio: ad7152: Fix deadlock in ad7152_write_raw_samp_freq()
      1be627df
    • Linus Torvalds's avatar
      Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-client · 6e203506
      Linus Torvalds authored
      Pull ceph fixes from Ilya Dryomov:
       "A fix for an old ceph ->fh_to_* bug from Luis and two timestamp fixups
        from Zheng, prompted by the ongoing y2038 work"
      
      * tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-client:
        ceph: unify inode i_ctime update
        ceph: use current_kernel_time() to get request time stamp
        ceph: check i_nlink while converting a file handle to dentry
      6e203506
    • Linus Torvalds's avatar
      Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux · adc31103
      Linus Torvalds authored
      Pull xfs fix from Darrick Wong:
       "One more bugfix for you for 4.12-rc6 to fix something that came up in
        an earlier rc:
      
         - Fix some bogus ASSERT failures on CONFIG_SMP=n and CONFIG_XFS_DEBUG=y"
      
      * tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
        xfs: fix spurious spin_is_locked() assert failures on non-smp kernels
      adc31103
    • Linus Torvalds's avatar
      Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs · c8636b90
      Linus Torvalds authored
      Pull ufs fixes from Al Viro:
       "Fix assorted ufs bugs: a couple of deadlocks, fs corruption in
        truncate(), oopsen on tail unpacking and truncate when racing with
        vmscan, mild fs corruption (free blocks stats summary buggered, *BSD
        fsck would complain and fix), several instances of broken logics
        around reserved blocks (starting with "check almost never triggers
        when it should" and then there are issues with sufficiently large
        UFS2)"
      
      [ Note: ufs hasn't gotten any loving in a long time, because nobody
        really seems to use it. These ufs fixes are triggered by people
        actually caring now, not some sudden influx of new bugs.  - Linus ]
      
      * 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
        ufs_truncate_blocks(): fix the case when size is in the last direct block
        ufs: more deadlock prevention on tail unpacking
        ufs: avoid grabbing ->truncate_mutex if possible
        ufs_get_locked_page(): make sure we have buffer_heads
        ufs: fix s_size/s_dsize users
        ufs: fix reserved blocks check
        ufs: make ufs_freespace() return signed
        ufs: fix logics in "ufs: make fsck -f happy"
      c8636b90
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs · ccd3d905
      Linus Torvalds authored
      Pull vfs fixes from Al Viro:
       "A couple of fixes; a leak in mntns_install() caught by Andrei (this
        cycle regression) + d_invalidate() softlockup fix - that had been
        reported by a bunch of people lately, but the problem is pretty old"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
        fs: don't forget to put old mntns in mntns_install
        Hang/soft lockup in d_invalidate with simultaneous calls
      ccd3d905
  2. 16 Jun, 2017 22 commits
  3. 15 Jun, 2017 13 commits