1. 19 Sep, 2014 7 commits
  2. 18 Sep, 2014 5 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 · d9773cea
      Linus Torvalds authored
      Pull cifs/smb3 fixes from Steve French:
       "Fixes for problems found during testing and debugging at the SMB3
        storage test event (plugfest) this week"
      
      * 'for-linus' of git://git.samba.org/sfrench/cifs-2.6:
        Fix mfsymlinks file size check
        Update version number displayed by modinfo for cifs.ko
        cifs: remove dead code
        Revert "cifs: No need to send SIGKILL to demux_thread during umount"
        [SMB3] Fix oops when creating symlinks on smb3
        [CIFS] Fix setting time before epoch (negative time values)
      d9773cea
    • Linus Torvalds's avatar
      Merge tag 'sound-3.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · 33d31d34
      Linus Torvalds authored
      Pull sound fixes from Takashi Iwai:
       "All small fixes in random various drivers, mostly for ASoC at this
        time, which look reasonable for a high rc number"
      
      * tag 'sound-3.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
        ASoC: rockchip-i2s: dt: swap tx and rx channed request number in example
        ASoC: rockchip-i2s: fix registers' property of rockchip i2s controller
        ASoC: rockchip-i2s: fix master mode set bit error
        ASoC: cs4265: Fix register address to set the proper data type.
        ALSA: hda - Fix invalid pin powermap without jack detection
        ASoC: soc-pcm: fix dpcm_path_get error handling
        ASoC: samsung-i2s: Check secondary DAI exists before referencing
        ASoC: Update email id of the author
        ASoC: dwc: Update email id of the author
        ASoC: davinci-mcasp: Correct rx format unit configuration
        ASoC: tlv320aic31xx: Fix 24bit samples with I2S format and 12MHz mclk
      33d31d34
    • Krzysztof Hałasa's avatar
      Fix unbalanced mutex in dma_pool_create(). · 153a9f13
      Krzysztof Hałasa authored
      dma_pool_create() needs to unlock the mutex in error case.  The bug was
      introduced in the 3.16 by commit cc6b664a ("mm/dmapool.c: remove
      redundant NULL check for dev in dma_pool_create()")/
      Signed-off-by: default avatarKrzysztof Hałasa <khc@piap.pl>
      Cc: stable@vger.kernel.org  # v3.16
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      153a9f13
    • Linus Torvalds's avatar
      Merge tag 'regulator-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator · bd26a74e
      Linus Torvalds authored
      Pull regulator fix from Mark Brown:
       "Fix some leaked OF node references in regulator drivers that have been
        left over following a fix on a fix to the reference counting"
      
      * tag 'regulator-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
        regulator: remove unnecessary of_node_get() to parent
      bd26a74e
    • Linus Torvalds's avatar
      Merge tag 'spi-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi · 27180f7d
      Linus Torvalds authored
      Pull spi fixes from Mark Brown:
       "A few driver specific fixes for v3.17:
      
         - Fix davinci so that GPIO chip selects work with deferred probe of
           GPIOs (which could happen in production depending on kernel config)
           plus one incremental stylistic fix to that.
         - Several fixes for the newly introduced rockchip driver that came up
           in wider testing of the device.
         - A couple of small things in the sirf driver, one bug that would
           stop DMA transfers working and another update to follow the
           documented procedure in the datasheet.
         - Fix some memory leaks with devm_kzalloc() being used outside of the
           device bind path"
      
      * tag 'spi-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
        spi: davinci: remove empty function davinci_spi_cleanup
        spi: davinci: request cs_gpio's from probe
        spi/pl022: Fix error message
        spi/rockchip: Mark DMA as optional
        spi/rockchip: Don't warn if SPI is busy but disabled
        spi/rockchip: Fix the wait_for_idle() timeout
        spi: sirf: add fifo reset/start for cmd transfer
        spi: sirf: enable RX_IO_DMA_INT interrupt
        spi: dw: Don't use devm_kzalloc in master->setup callback
        spi: fsl: Don't use devm_kzalloc in master->setup callback
      27180f7d
  3. 17 Sep, 2014 2 commits
    • Paul Gortmaker's avatar
      Revert "init: make rootdelay=N consistent with rootwait behaviour" · 8ba4caf1
      Paul Gortmaker authored
      This reverts commit 4dfe694f.
      
      In that, we did:
      
        Here we move the rootdelay code to be right beside the rootwait code, so
        that their behaviour is consistent.
      
      ...which is fine, but in hindsight, perhaps moving the rootwait to be
      beside the rootdelay would have been better.  We also indicated:
      
        It should be noted that in doing so, the actions based on the
        saved_root_name[0] and initrd_load() were previously put on hold by
        rootdelay=N and now currently will not be delayed.  However, I think
        consistent behaviour is more important than matching historical behaviour
        of delaying the above two operations.
      
      But Pavel reported an instance where an ARM target with root on MMC
      was failing to mount root, and Russell diagnosed it to the fact that
      the call to set ROOT_DEV within the saved_root_name[0] processing
      block mentioned above was no longer being delayed.
      
      Rather than moving both wait clauses to the original position of
      rootdelay and risking unearthing other possible corner case breakage
      at this point in time, we simply revert now and we can revisit
      trying the alternate/earlier location in another development cycle.
      
      Cc: Pavel Machek <pavel@denx.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      8ba4caf1
    • Markos Chandras's avatar
      MIPS: SmartMIPS: Disable assembler warnings · dab1b445
      Markos Chandras authored
      The kernel code overrides the default ISA as passed by the compiler
      in quite a few places. This has unfortunate side effects when smartmips
      is enabled leading to hundreds of warnings during build such as:
      
      {standard input}: Assembler messages:
      {standard input}:411: Warning: the `smartmips' extension requires MIPS32
      revision 1 or greater
      {standard input}: Assembler messages:
      {standard input}:43: Warning: the 64-bit MIPS architecture does not support the
      `smartmips' extension
      [...]
      
      Until the kernel code is fixed properly (if possible), disable all the
      assembler warning messages to make the build logs readable again.
      This has no runtime side effects but it makes it easier to spot
      more critical warnings and problems during build.
      Signed-off-by: default avatarMarkos Chandras <markos.chandras@imgtec.com>
      Cc: linux-mips@linux-mips.org
      Patchwork: https://patchwork.linux-mips.org/patch/7356/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
      dab1b445
  4. 16 Sep, 2014 10 commits
  5. 15 Sep, 2014 12 commits
  6. 14 Sep, 2014 4 commits
    • Steve French's avatar
      [CIFS] Fix setting time before epoch (negative time values) · 2ae83bf9
      Steve French authored
      xfstest generic/258 sets the time on a file to a negative value
      (before 1970) which fails since do_div can not handle negative
      numbers.  In addition 'normal' division of 64 bit values does
      not build on 32 bit arch so have to workaround this by special
      casing negative values in cifs_NTtimeToUnix
      
      Samba server also has a bug with this (see samba bugzilla 7771)
      but it works to Windows server.
      Signed-off-by: default avatarSteve French <smfrench@gmail.com>
      2ae83bf9
    • Linus Torvalds's avatar
      Merge branch 'parisc-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux · 5910cfdc
      Linus Torvalds authored
      Pull parisc updates from Helge Deller:
       "The most important patch is a new Light Weigth Syscall (LWS) for 8,
        16, 32 and 64 bit atomic CAS operations which is required in order to
        be able to implement the atomic gcc builtins on our platform.
      
        Other than that, we wire up the seccomp, getrandom and memfd_create
        syscalls, fixes a minor off-by-one bug and a wrong printk string"
      
      * 'parisc-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
        parisc: Implement new LWS CAS supporting 64 bit operations.
        parisc: Wire up seccomp, getrandom and memfd_create syscalls
        parisc: dino: fix %d confusingly prefixed with 0x in format string
        parisc: sys_hpux: NUL terminator is one past the end
      5910cfdc
    • Al Viro's avatar
      be careful with nd->inode in path_init() and follow_dotdot_rcu() · 4023bfc9
      Al Viro authored
      in the former we simply check if dentry is still valid after picking
      its ->d_inode; in the latter we fetch ->d_inode in the same places
      where we fetch dentry and its ->d_seq, under the same checks.
      
      Cc: stable@vger.kernel.org # 2.6.38+
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      4023bfc9
    • Al Viro's avatar
      don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu() · 7bd88377
      Al Viro authored
      return the value instead, and have path_init() do the assignment.  Broken by
      "vfs: Fix absolute RCU path walk failures due to uninitialized seq number",
      which was Cc-stable with 2.6.38+ as destination.  This one should go where
      it went.
      
      To avoid dummy value returned in case when root is already set (it would do
      no harm, actually, since the only caller that doesn't ignore the return value
      is guaranteed to have nd->root *not* set, but it's more obvious that way),
      lift the check into callers.  And do the same to set_root(), to keep them
      in sync.
      
      Cc: stable@vger.kernel.org # 2.6.38+
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      7bd88377