1. 18 Nov, 2013 3 commits
  2. 17 Nov, 2013 23 commits
  3. 16 Nov, 2013 14 commits
    • Linus Torvalds's avatar
      Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs · 673fdfe3
      Linus Torvalds authored
      Pull NFS client bugfixes:
       - Stable fix for data corruption when retransmitting O_DIRECT writes
       - Stable fix for a deep recursion/stack overflow bug in rpc_release_client
       - Stable fix for infinite looping when mounting a NFSv4.x volume
       - Fix a typo in the nfs mount option parser
       - Allow pNFS layouts to be compiled into the kernel when NFSv4.1 is
      
      * tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
        nfs: fix pnfs Kconfig defaults
        NFS: correctly report misuse of "migration" mount option.
        nfs: don't retry detect_trunking with RPC_AUTH_UNIX more than once
        SUNRPC: Avoid deep recursion in rpc_release_client
        SUNRPC: Fix a data corruption issue when retransmitting RPC calls
      673fdfe3
    • Linus Torvalds's avatar
      Merge tag 'sound-fix-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · 73d75ba9
      Linus Torvalds authored
      Pull sound fixes from Takashi Iwai:
       "Two peaks in diffstat are for the audio EQ init of IDT codecs and the
        EMU2004 usb mixer addition, both of which are pretty device-specific,
        so safe to apply.  The rest are a bunch of small fixes, most of them
        are regression fixes"
      
      * tag 'sound-fix-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (26 commits)
        ALSA: hda - load EQ params into IDT codec on HP bNB13 systems
        ASoC: cs42l52: Correct MIC CTL mask
        ASoC: wm8962: Turn on regcache_cache_only before disabling regulator
        ALSA: jack: Unregister input device at disconnection
        ALSA: pcsp: Fix the order of input device unregistration
        ASoC: fsl: imx-pcm-fiq: omit fiq counter to avoid harm in unbalanced situations
        ASoC: blackfin: Fix missing break
        ALSA: usb-audio: add front jack channel selector for EMU0204
        ALSA: hda - Don't clear the power state at snd_hda_codec_reset()
        ASoC: arizona: Fix typo in name of EQ coefficient controls
        ALSA: hda - Control EAPD for Master volume on Lenovo N100
        ALSA: hda - Don't turn off EAPD for headphone on Lenovo N100
        ALSA: isa: not allocating enough space
        ALSA: snd-aoa: two copy and paste bugs
        ASoC: wm8997: Correct typo in ISRC mux routes
        ALSA: hda - Check keep_eapd_on before inv_eapd
        ALSA: hda - Fix Line Out automute on Realtek multifunction jacks
        ALSA: msnd: Avoid duplicated driver name
        ALSA: compress_core: don't return -EBADFD from poll if paused
        ALSA: hda - hdmi: Fix wrong baseline length in ATI/AMD generated ELD
        ...
      73d75ba9
    • Linus Torvalds's avatar
      Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc · 71f777ed
      Linus Torvalds authored
      Pull ARM SoC fixes from Olof Johansson:
       "A first set of batches of fixes for 3.13.  The diffstat is large
        mostly because we're adding a defconfig for a family that's been
        lacking it, and there's some missing clock information added for i.MX
        and OMAP.
      
        The at91 new code is around dealing with RTC/RTT reset at boot to fix
        possible hangs due to pending wakeup interrupts coming in during early
        boot"
      
      * tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (29 commits)
        ARM: OMAP2+: Fix build for dra7xx without omap4 and 5
        ARM: OMAP2+: omap_device: maintain sane runtime pm status around suspend/resume
        doc: devicetree: Add bindings documentation for omap-des driver
        ARM: dts: doc: Document missing compatible property for omap-sham driver
        ARM: OMAP3: Beagle: fix return value check in beagle_opp_init()
        ARM: at91: fix hanged boot due to early rtt-interrupt
        ARM: at91: fix hanged boot due to early rtc-interrupt
        video: exynos_mipi_dsim: Remove unused variable
        ARM: highbank: only select errata 764369 if SMP
        ARM: sti: only select errata 764369 if SMP
        ARM: tegra: init fuse before setting reset handler
        ARM: vt8500: add defconfig for v6/v7 chips
        ARM: integrator_cp: Set LCD{0,1} enable lines when turning on CLCD
        ARM: OMAP: devicetree: fix SPI node compatible property syntax items
        pinctrl: single: call pcs_soc->rearm() whenever IRQ mask is changed
        ARM: OMAP2+: smsc911x: fix return value check in gpmc_smsc911x_init()
        MAINTAINERS: drop discontinued mailing list
        ARM: dts: i.MX51: Fix OTG PHY clock
        ARM: imx: set up pllv3 POWER and BYPASS sequentially
        ARM: imx: pllv3 needs relock in .set_rate() call
        ...
      71f777ed
    • Linus Torvalds's avatar
      Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · dd3190ee
      Linus Torvalds authored
      Pull perf fixes from Ingo Molnar:
       "Tooling changes only: it includes the ARM tooling fixlets, various
        other fixes, smaller updates, minor cleanups"
      
      * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        perf record: Add an option to force per-cpu mmaps
        perf probe: Add '--demangle'/'--no-demangle'
        perf ui browser: Fix segfault caused by off by one handling END key
        perf symbols: Limit max callchain using max_stack on DWARF unwinding too
        perf evsel: Introduce perf_evsel__prev() method
        perf tools: Use perf_evlist__{first,last}, perf_evsel__next
        perf tools: Synthesize anon MMAP records again
        perf top: Add missing newline if the 'uid' is invalid
        perf tools: Remove trivial extra semincolon
        perf trace: Tweak summary output
        tools/perf/build: Fix feature-libunwind-debug-frame handling
        tools/perf/build: Fix timerfd feature check
      dd3190ee
    • Linus Torvalds's avatar
      Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace · b29c8306
      Linus Torvalds authored
      Pull tracing update from Steven Rostedt:
       "This batch of changes is mostly clean ups and small bug fixes.  The
        only real feature that was added this release is from Namhyung Kim,
        who introduced "set_graph_notrace" filter that lets you run the
        function graph tracer and not trace particular functions and their
        call chain.
      
        Tom Zanussi added some updates to the ftrace multibuffer tracing that
        made it more consistent with the top level tracing.
      
        One of the fixes for perf function tracing required an API change in
        RCU; the addition of "rcu_is_watching()".  As Paul McKenney is pushing
        that change in this release too, he gave me a branch that included all
        the changes to get that working, and I pulled that into my tree in
        order to complete the perf function tracing fix"
      
      * tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
        tracing: Add rcu annotation for syscall trace descriptors
        tracing: Do not use signed enums with unsigned long long in fgragh output
        tracing: Remove unused function ftrace_off_permanent()
        tracing: Do not assign filp->private_data to freed memory
        tracing: Add helper function tracing_is_disabled()
        tracing: Open tracer when ftrace_dump_on_oops is used
        tracing: Add support for SOFT_DISABLE to syscall events
        tracing: Make register/unregister_ftrace_command __init
        tracing: Update event filters for multibuffer
        recordmcount.pl: Add support for __fentry__
        ftrace: Have control op function callback only trace when RCU is watching
        rcu: Do not trace rcu_is_watching() functions
        ftrace/x86: skip over the breakpoint for ftrace caller
        trace/trace_stat: use rbtree postorder iteration helper instead of opencoding
        ftrace: Add set_graph_notrace filter
        ftrace: Narrow down the protected area of graph_lock
        ftrace: Introduce struct ftrace_graph_data
        ftrace: Get rid of ftrace_graph_filter_enabled
        tracing: Fix potential out-of-bounds in trace_get_user()
        tracing: Show more exact help information about snapshot
      b29c8306
    • Linus Torvalds's avatar
      Merge tag 'pwm/for-3.13-rc1' of... · 0bde7294
      Linus Torvalds authored
      Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
      
      Pull pwm changes from Thierry Reding:
       "Mostly bug fixes and clean up.  There is a new driver, which is
        actually moving a custom PWM driver from drivers/misc.
      
        The majority of the patches are enhancements to the device tree
        support in the pwm-backlight driver.  Backlights can now additionally
        be powered using a regulator and enabled using a GPIO in addition to
        just the PWM input"
      
      * tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm: (30 commits)
        Documentation/pwm: Update supported SoC name for pwm-samsung
        pwm: samsung: Fix kernel warning while unexporting a channel
        MAINTAINERS: Move PWM subsystem tree to kernel.org
        Documentation/pwm: Fix trivial typos
        pwm-backlight: Remove unused variable
        pwm_backlight: avoid short blank screen while doing hibernation
        pwm-backlight: Fix brightness adjustment
        pwm: add ep93xx PWM support
        pwm-backlight: Allow for non-increasing brightness levels
        pwm-backlight: Add power supply support
        pwm-backlight: Use new enable_gpio field
        unicore32: Initialize PWM backlight enable_gpio field
        ARM: shmobile: Initialize PWM backlight enable_gpio field
        ARM: SAMSUNG: Initialize PWM backlight enable_gpio field
        ARM: pxa: Initialize PWM backlight enable_gpio field
        ARM: OMAP: Initialize PWM backlight enable_gpio field
        pwm-backlight: Add optional enable GPIO
        pwm-backlight: Track enable state
        pwm-backlight: Refactor backlight power on/off
        pwm-backlight: Improve readability
        ...
      0bde7294
    • Linus Torvalds's avatar
      Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux · 449bf8d0
      Linus Torvalds authored
      Pull nfsd changes from Bruce Fields:
       "This includes miscellaneous bugfixes and cleanup and a performance fix
        for write-heavy NFSv4 workloads.
      
        (The most significant nfsd-relevant change this time is actually in
        the delegation patches that went through Viro, fixing a long-standing
        bug that can cause NFSv4 clients to miss updates made by non-nfs users
        of the filesystem.  Those enable some followup nfsd patches which I
        have queued locally, but those can wait till 3.14)"
      
      * 'nfsd-next' of git://linux-nfs.org/~bfields/linux: (24 commits)
        nfsd: export proper maximum file size to the client
        nfsd4: improve write performance with better sendspace reservations
        svcrpc: remove an unnecessary assignment
        sunrpc: comment typo fix
        Revert "nfsd: remove_stid can be incorporated into nfs4_put_delegation"
        nfsd4: fix discarded security labels on setattr
        NFSD: Add support for NFS v4.2 operation checking
        nfsd4: nfsd_shutdown_net needs state lock
        NFSD: Combine decode operations for v4 and v4.1
        nfsd: -EINVAL on invalid anonuid/gid instead of silent failure
        nfsd: return better errors to exportfs
        nfsd: fh_update should error out in unexpected cases
        nfsd4: need to destroy revoked delegations in destroy_client
        nfsd: no need to unhash_stid before free
        nfsd: remove_stid can be incorporated into nfs4_put_delegation
        nfsd: nfs4_open_delegation needs to remove_stid rather than unhash_stid
        nfsd: nfs4_free_stid
        nfsd: fix Kconfig syntax
        sunrpc: trim off EC bytes in GSSAPI v2 unwrap
        gss_krb5: document that we ignore sequence number
        ...
      449bf8d0
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs · ffd3c026
      Linus Torvalds authored
      Pull btrfs fixes from Chris Mason:
       "This pull fixes the empty_zero_page bug that Heiko reported, and
        includes one more cleanup from Al Viro"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs:
        btrfs: get rid of fdentry()
        btrfs: fix empty_zero_page misusage
      ffd3c026
    • Linus Torvalds's avatar
      Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random · 0891ad82
      Linus Torvalds authored
      Pull /dev/random changes from Ted Ts'o:
       "The /dev/random changes for 3.13 including a number of improvements in
        the following areas: performance, avoiding waste of entropy, better
        tracking of entropy estimates, support for non-x86 platforms that have
        a register which can't be used for fine-grained timekeeping, but which
        might be good enough for the random driver.
      
        Also add some printk's so that we can see how quickly /dev/urandom can
        get initialized, and when programs try to use /dev/urandom before it
        is fully initialized (since this could be a security issue).  This
        shouldn't be an issue on x86 desktop/laptops --- a test on my Lenovo
        T430s laptop shows that /dev/urandom is getting fully initialized
        approximately two seconds before the root file system is mounted
        read/write --- this may be an issue with ARM and MIPS embedded/mobile
        systems, though.  These printk's will be a useful canary before
        potentially adding a future change to start blocking processes which
        try to read from /dev/urandom before it is initialized, which is
        something FreeBSD does already for security reasons, and which
        security folks have been agitating for Linux to also adopt"
      
      * tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random:
        random: add debugging code to detect early use of get_random_bytes()
        random: initialize the last_time field in struct timer_rand_state
        random: don't zap entropy count in rand_initialize()
        random: printk notifications for urandom pool initialization
        random: make add_timer_randomness() fill the nonblocking pool first
        random: convert DEBUG_ENT to tracepoints
        random: push extra entropy to the output pools
        random: drop trickle mode
        random: adjust the generator polynomials in the mixing function slightly
        random: speed up the fast_mix function by a factor of four
        random: cap the rate which the /dev/urandom pool gets reseeded
        random: optimize the entropy_store structure
        random: optimize spinlock use in add_device_randomness()
        random: fix the tracepoint for get_random_bytes(_arch)
        random: account for entropy loss due to overwrites
        random: allow fractional bits to be tracked
        random: statically compute poolbitshift, poolbytes, poolbits
        random: mix in architectural randomness earlier in extract_buf()
      0891ad82
    • Takashi Iwai's avatar
      Merge tag 'asoc-v3.13-4' of... · abfe69dd
      Takashi Iwai authored
      Merge tag 'asoc-v3.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
      
      ASoC: Fixes for v3.13
      
      A few fixes in drivers, the i.MX and wm8962 fixes are for a pretty nasty
      issues for users of those drivers if they run into them.
      abfe69dd
    • Steve French's avatar
      [CIFS] Warn if SMB3 encryption required by server · 0cbaa53c
      Steve French authored
      We do not support SMB3 encryption yet, warn if server responds
      that SMB3 encryption is mandatory.
      Signed-off-by: default avatarSteve French <smfrench@gmail.com>
      0cbaa53c
    • Linus Torvalds's avatar
      Don't try to compile shmobile-iommu outside of ARM · f63c4824
      Linus Torvalds authored
      Commit 7d02c4d6 ("iommu/shmobile: Enable the driver on all ARM
      platforms") completely brokenly enabled the shmobile-iommu driver under
      COMPILE_TEST.
      
      It's bogus, because it won't compile anywhere else than ARM, since it
      tries to include <asm/dma-iommu.h>, which is very much ARM-only.
      
      So remove the bogus COMPILE_TEST dependency, which just causes
      allmodconfig to fail on non-ARM platforms.
      
      Cc: Joerg Roedel <joro@8bytes.org>
      Cc: iommu@lists.linux-foundation.org
      Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
      Cc: Simon Horman <horms@verge.net.au>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      f63c4824
    • Steve French's avatar
      setfacl removes part of ACL when setting POSIX ACLs to Samba · b1d93356
      Steve French authored
      setfacl over cifs mounts can remove the default ACL when setting the
      (non-default part of) the ACL and vice versa (we were leaving at 0
      rather than setting to -1 the count field for the unaffected
      half of the ACL.  For example notice the setfacl removed
      the default ACL in this sequence:
      
      steven@steven-GA-970A-DS3:~/cifs-2.6$ getfacl /mnt/test-dir ; setfacl
      -m default:user:test:rwx,user:test:rwx /mnt/test-dir
      getfacl: Removing leading '/' from absolute path names
      user::rwx
      group::r-x
      other::r-x
      default:user::rwx
      default:user:test:rwx
      default:group::r-x
      default:mask::rwx
      default:other::r-x
      
      steven@steven-GA-970A-DS3:~/cifs-2.6$ getfacl /mnt/test-dir
      getfacl: Removing leading '/' from absolute path names
      user::rwx
      user:test:rwx
      group::r-x
      mask::rwx
      other::r-x
      
      CC: Stable <stable@kernel.org>
      Signed-off-by: default avatarSteve French <smfrench@gmail.com>
      Acked-by: default avatarJeremy Allison <jra@samba.org>
      b1d93356
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid · e0da5c9a
      Linus Torvalds authored
      Pull HID updates from Jiri Kosina:
       - i2c-hid is not querying init reports any more, as it's not mandated
         by the spec, and annoys quite a few devices during enumeration, by
         Bibek Basu
       - a lot of fixes for Logitech devices, by Simon Wood
       - hid-apple now has an option to switch between Option and Command
         mode, by Nanno Langstraat
       - Some more workarounds for severely broken ELO devices, by Oliver
         Neukum
       - more devm conversions, by Benjamin Tissoires
       - wiimote correctness fixes, by David Herrmann
       - a lot of added support for various new device IDs and random small
         fixes here and there"
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid: (34 commits)
        HID: enable Mayflash USB Gamecube Adapter
        HID: sony: Add force feedback support for Dualshock3 USB
        Input: usbtouchscreen: ignore eGalax/D-Wav/EETI HIDs
        HID: don't ignore eGalax/D-Wav/EETI HIDs
        HID: roccat: add missing special driver declarations
        HID:hid-lg4ff: Correct Auto-center strength for wheels other than MOMO and MOMO2
        HID:hid-lg4ff: Initialize device properties before we touch autocentering.
        HID:hid-lg4ff: ensure ConstantForce is disabled when set to 0
        HID:hid-lg4ff: Switch autocentering off when strength is set to zero.
        HID:hid-lg4ff: Scale autocentering force properly on Logitech wheel
        HID: roccat: fix Coverity CID 141438
        HID: multitouch: add manufacturer to Kconfig help text
        HID: logitech-dj: small cleanup in rdcat()
        HID: remove self-assignment from hid_input_report
        HID: hid-sensor-hub: fix report size
        HID: i2c-hid: Stop querying for init reports
        HID: roccat: add support for Ryos MK keyboards
        HID: roccat: generalize some common code
        HID: roccat: add new device return value
        HID: wiimote: add pro-controller analog stick calibration
        ...
      e0da5c9a