Skip to content
  1. Oct 17, 2014
  2. Oct 16, 2014
  3. Oct 12, 2014
  4. Oct 10, 2014
  5. Oct 09, 2014
  6. Oct 08, 2014
  7. Oct 06, 2014
    • Linus Torvalds's avatar
      Linux 3.17 · bfe01a5b
      Linus Torvalds authored
      bfe01a5b
    • Linus Torvalds's avatar
      Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi · ef0a5992
      Linus Torvalds authored
      Pull SCSI fixes from James Bottomley:
       "This is a set of two small fixes, both to code which went in during
        the merge window: cxgb4i has a scheduling in atomic bug in its new
        ipv6 code and uas fails to work properly with the new scsi-mq code"
      
      * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
        [SCSI] uas: disable use of blk-mq I/O path
        [SCSI] cxgb4i: avoid holding mutex in interrupt context
      ef0a5992
  8. Oct 05, 2014
    • Linus Torvalds's avatar
      Merge tag 'tiny/kconfig-for-3.17' of https://git.kernel.org/pub/scm/linux/kernel/git/josh/linux · 7b6ea43d
      Linus Torvalds authored
      Pull kconfig fixes for tiny setups from Josh Triplett:
       "Two Kconfig bugfixes for 3.17 related to tinification.  These fixes
        make the Kconfig "General Setup" menu much more usable"
      
      * tag 'tiny/kconfig-for-3.17' of https://git.kernel.org/pub/scm/linux/kernel/git/josh/linux:
        init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menu
        init/Kconfig: Hide printk log config if CONFIG_PRINTK=n
      7b6ea43d
  9. Oct 04, 2014
    • Josh Triplett's avatar
      init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menu · 62b4d204
      Josh Triplett authored
      commit 03b8c7b6
      
       ("futex: Allow
      architectures to skip futex_atomic_cmpxchg_inatomic() test") added the
      HAVE_FUTEX_CMPXCHG symbol right below FUTEX.  This placed it right in
      the middle of the options for the EXPERT menu.  However,
      HAVE_FUTEX_CMPXCHG does not depend on EXPERT or FUTEX, so Kconfig stops
      placing items in the EXPERT menu, and displays the remaining several
      EXPERT items (starting with EPOLL) directly in the General Setup menu.
      
      Since both users of HAVE_FUTEX_CMPXCHG only select it "if FUTEX", make
      HAVE_FUTEX_CMPXCHG itself depend on FUTEX.  With this change, the
      subsequent items display as part of the EXPERT menu again; the EMBEDDED
      menu now appears as the next top-level item in the General Setup menu,
      which makes General Setup much shorter and more usable.
      
      Signed-off-by: default avatarJosh Triplett <josh@joshtriplett.org>
      Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Cc: stable <stable@vger.kernel.org>
      62b4d204
    • Josh Triplett's avatar
      init/Kconfig: Hide printk log config if CONFIG_PRINTK=n · 361e9dfb
      Josh Triplett authored
      
      
      The buffers sized by CONFIG_LOG_BUF_SHIFT and
      CONFIG_LOG_CPU_MAX_BUF_SHIFT do not exist if CONFIG_PRINTK=n, so don't
      ask about their size at all.
      
      Signed-off-by: default avatarJosh Triplett <josh@joshtriplett.org>
      Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Cc: stable <stable@vger.kernel.org>
      361e9dfb
    • Linus Torvalds's avatar
      Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux · 126d4576
      Linus Torvalds authored
      Pull i2c fixes from Wolfram Sang:
       "Two i2c driver bugfixes"
      
      * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
        i2c: qup: Fix order of runtime pm initialization
        i2c: rk3x: fix 0 length write transfers
      126d4576
    • Linus Torvalds's avatar
      Merge tag 'trace-fixes-v3.17-rc7' of... · 03900197
      Linus Torvalds authored
      Merge tag 'trace-fixes-v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
      
      Pull trace ring buffer iterator fix from Steven Rostedt:
       "While testing some new changes for 3.18, I kept hitting a bug every so
        often in the ring buffer.  At first I thought it had to do with some
        of the changes I was working on, but then testing something else I
        realized that the bug was in 3.17 itself.  I ran several bisects as
        the bug was not very reproducible, and finally came up with the commit
        that I could reproduce easily within a few minutes, and without the
        change I could run the tests over an hour without issue.  The change
        fit the bug and I figured out a fix.  That bad commit was:
      
          Commit 651e22f2 "ring-buffer: Always reset iterator to reader page"
      
        This commit fixed a bug, but in the process created another one.  It
        used the wrong value as the cached value that is used to see if things
        changed while an iterator was in use.  This made it look like a change
        always happened, and could cause the iterator to go into an infinite
        loop"
      
      * tag 'trace-fixes-v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
        ring-buffer: Fix infinite spin in reading buffer
      03900197
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 · 7d1419f3
      Linus Torvalds authored
      Pull cifs/smb3 fixes from Steve French:
       "Fix for CIFS/SMB3 oops on reconnect during readpages (3.17 regression)
        and for incorrectly closing file handle in symlink error cases"
      
      * 'for-linus' of git://git.samba.org/sfrench/cifs-2.6:
        CIFS: Fix readpages retrying on reconnects
        Fix problem recognizing symlinks
      7d1419f3
    • Dmitry Torokhov's avatar
      Merge branch 'next' into for-linus · 447a8b85
      Dmitry Torokhov authored
      Prepare first round of input updates for 3.18.
      447a8b85
  10. Oct 03, 2014