1. 17 Feb, 2012 2 commits
  2. 09 Feb, 2012 1 commit
  3. 03 Feb, 2012 3 commits
    • Trond Myklebust's avatar
      NFSv4: Fix an Oops in the NFSv4 getacl code · 331818f1
      Trond Myklebust authored
      Commit bf118a34 (NFSv4: include bitmap
      in nfsv4 get acl data) introduces the 'acl_scratch' page for the case
      where we may need to decode multi-page data. However it fails to take
      into account the fact that the variable may be NULL (for the case where
      we're not doing multi-page decode), and it also attaches it to the
      encoding xdr_stream rather than the decoding one.
      
      The immediate result is an Oops in nfs4_xdr_enc_getacl due to the
      call to page_address() with a NULL page pointer.
      Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
      Cc: Andy Adamson <andros@netapp.com>
      Cc: stable@vger.kernel.org
      331818f1
    • Linus Torvalds's avatar
      Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux · 7c7ed8ec
      Linus Torvalds authored
      Trivial kmemleak bug-fixes:
      
       - Early logging doesn't stop when kmemleak is off by default.
       - Zero-size scanning areas should be ignored (currently it prints a
         warning).
      
      * tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux:
        kmemleak: Disable early logging when kmemleak is off by default
        kmemleak: Only scan non-zero-size areas
      7c7ed8ec
    • Linus Torvalds's avatar
      Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · 7f06db34
      Linus Torvalds authored
      sound fixes for 3.3-rc3
      
      Most of commits are either regression fixes for varioud HD-audio
      codecs or small ASoC fixes.  Also a trivial build fix is included.
      
      * tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
        ALSA: hda - Disable dynamic-power control for VIA as default
        ALSA: hda - Allow analog low-current mode when dynamic power-control is on
        ALSA: hda - Fix the logic to detect VIA analog low-current mode
        ALSA: hda - Check power-state before changing in patch_via.c
        ALSA: HDA: Fix duplicated output to more than one codec
        ALSA: hda - Fix calling cs_automic twice for Cirrus codecs.
        ALSA: HDA: Remove quirk for Toshiba Qosmio G50
        ALSA: HDA: Fix jack creation for codecs with front and rear Line In
        ALSA: hda - Apply 0x0f-VREF fix to all ASUS laptops with ALC861/660
        ASoC: neo1973_wm8753: remove references to the neo1973-gta01 machine
        ALSA: Add #ifdef CONFIG_PCI guard for snd_pci_quirk_* functions
        ASoC: wm_hubs: fix wrong bits for LINEOUT2 N/P mixer
        ALSA: HDA: Remove quirk for Asus N53Jq
        ASoC: wm_hubs: Enable line out VMID buffer for single ended line outputs
        ASoC: wm5100: Mark register cache as dirty when regulators are disabled
        ASoC: wm8962: Mark register cache as dirty when regulators are disabled
        ASoC: wm8996: Mark register cache as dirty when regulators are disabled
        ASoC: wm5100: Fix microphone configuration
        ASoC: wm5100: Make sure we switch to button reporting mode
      7f06db34
  4. 02 Feb, 2012 23 commits
  5. 01 Feb, 2012 11 commits