stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3.12 000/133] 3.12.10-stable review
@ 2014-02-04 21:06 Greg Kroah-Hartman
  2014-02-04 21:06 ` [PATCH 3.12 002/133] md/raid5: fix long-standing problem with bitmap handling on write failure Greg Kroah-Hartman
                   ` (127 more replies)
  0 siblings, 128 replies; 136+ messages in thread
From: Greg Kroah-Hartman @ 2014-02-04 21:06 UTC (permalink / raw)
  To: linux-kernel; +Cc: Greg Kroah-Hartman, torvalds, akpm, stable

This is the start of the stable review cycle for the 3.12.10 release.
There are 133 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Thu Feb  6 21:07:17 UTC 2014.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.12.10-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 3.12.10-rc1

Paul Mackerras <paulus@samba.org>
    powerpc: Make sure "cache" directory is removed when offlining cpu

Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
    powerpc: Fix the setup of CPU-to-Node mappings during CPU online

David Sterba <dsterba@suse.cz>
    btrfs: restrict snapshotting to own subvolumes

Wang Shilong <wangsl.fnst@cn.fujitsu.com>
    Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()

Andy Grover <agrover@redhat.com>
    target/iscsi: Fix network portal creation race

Nicholas Bellinger <nab@linux-iscsi.org>
    iscsi-target: Pre-allocate more tags to avoid ack starvation

Asias He <asias.hejun@gmail.com>
    virtio-scsi: Fix hotcpu_notifier use-after-free with virtscsi_freeze

Vijaya Mohan Guvva <vmohan@brocade.com>
    SCSI: bfa: Chinook quad port 16G FC HBA claim issue

Thomas Pugliese <thomas.pugliese@gmail.com>
    usb: core: get config and string descriptors for unauthorized devices

Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
    hpfs: remember free space

Stephen Warren <swarren@nvidia.com>
    ALSA: hda/hdmi - allow PIN_OUT to be dynamically enabled

Anssi Hannula <anssi.hannula@iki.fi>
    ALSA: hda - hdmi: introduce patch_nvhdmi()

Takashi Iwai <tiwai@suse.de>
    ALSA: hda - Don't set indep_hp flag for old AD codecs

Mihai Caraman <mihai.caraman@freescale.com>
    KVM: PPC: e500: Fix bad address type in deliver_tlb_misss()

Andreas Schwab <schwab@linux-m68k.org>
    KVM: PPC: Book3S HV: use xics_wake_cpu only when defined

Helge Deller <deller@gmx.de>
    parisc: fix cache-flushing

Mikulas Patocka <mpatocka@redhat.com>
    alpha: fix broken network checksum

Neal Cardwell <ncardwell@google.com>
    inet_diag: fix inet_diag_dump_icsk() timewait socket state logic

Duan Jiong <duanj.fnst@cn.fujitsu.com>
    net: gre: use icmp_hdr() to get inner ip header

Annie Li <annie.li@oracle.com>
    xen-netfront: fix resource leak in netfront

Holger Eitzenberger <holger@eitzenberger.org>
    net: Fix memory leak if TPROXY used with TCP early demux

Oliver Hartkopp <socketcan@hartkopp.net>
    fib_frontend: fix possible NULL pointer dereference

Or Gerlitz <ogerlitz@mellanox.com>
    net/vxlan: Share RX skb de-marking and checksum checks with ovs

Duan Jiong <duanj.fnst@cn.fujitsu.com>
    ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is called

Heiko Carstens <heiko.carstens@de.ibm.com>
    s390/bpf,jit: fix 32 bit divisions, use unsigned divide instructions

Eric Dumazet <edumazet@google.com>
    bpf: do not use reciprocal divide

Christoph Paasch <christoph.paasch@uclouvain.be>
    tcp: metrics: Avoid duplicate entries with the same destination-IP

Gerald Schaefer <gerald.schaefer@de.ibm.com>
    net: rds: fix per-cpu helper usage

Richard Weinberger <richard@nod.at>
    net,via-rhine: Fix tx_timeout handling

Hannes Frederic Sowa <hannes@stressinduktion.org>
    net: avoid reference counter overflows on fib_rules in multicast forwarding

Christian Engelmayer <cengelma@gmx.at>
    ieee802154: Fix memory leak in ieee802154_add_iface()

Bjørn Mork <bjorn@mork.no>
    net: usbnet: fix SG initialisation

Michal Schmidt <mschmidt@redhat.com>
    bnx2x: fix DMA unmapping of TSO split BDs

Shane Huang <shane.huang@amd.com>
    i2c: piix4: Add support for AMD ML and CZ SMBus changes

Gregory CLEMENT <gregory.clement@free-electrons.com>
    i2c: mv64xxx: Document the newly introduced Armada XP A0 compatible

Gregory CLEMENT <gregory.clement@free-electrons.com>
    i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCs

Gregory CLEMENT <gregory.clement@free-electrons.com>
    ARM: mvebu: Add quirk for i2c for the OpenBlocks AX3-4 board

Gregory CLEMENT <gregory.clement@free-electrons.com>
    ARM: mvebu: Add support to get the ID and the revision of a SoC

Takashi Iwai <tiwai@suse.de>
    hp_accel: Add a new PnP ID HPQ6007 for new HP laptops

Minchan Kim <minchan@kernel.org>
    zram: fix race between reset and flushing pending work

Kent Overstreet <kmo@daterainc.com>
    bcache: Data corruption fix

Eric W. Biederman <ebiederm@xmission.com>
    vfs: Is mounted should be testing mnt_ns for NULL or error.

Eric W. Biederman <ebiederm@xmission.com>
    vfs: Remove second variable named error in __dentry_path

Theodore Ts'o <tytso@mit.edu>
    ext4: avoid clearing beyond i_blocks when truncating an inline data file

Tejun Heo <tj@kernel.org>
    libata: disable LPM for some WD SATA-I devices

Simon Guinot <simon.guinot@sequanux.org>
    ARM: mvebu: update the SATA compatible string for Armada 370/XP

Lior Amsalem <alior@marvell.com>
    ata: sata_mv: fix disk hotplug for Armada 370/XP SoCs

Simon Guinot <simon.guinot@sequanux.org>
    ata: sata_mv: introduce compatible string "marvell, armada-370-sata"

Peter Huewe <PeterHuewe@gmx.de>
    tpm/tpm_ppi: Do not compare strcmp(a,b) == -1

Peter Huewe <PeterHuewe@gmx.de>
    tpm/tpm_i2c_stm_st33: Check return code of get_burstcount

Adrien Vergé <adrienverge@gmail.com>
    ALSA: hda - Fix silent output on MacBook Air 1,1

Dan Carpenter <dan.carpenter@oracle.com>
    ALSA: bits vs bytes bug in snd_card_create()

Takashi Iwai <tiwai@suse.de>
    ALSA: Enable CONFIG_ZONE_DMA for smaller PCI DMA masks

Takashi Iwai <tiwai@suse.de>
    ALSA: hda - Don't create duplicated ctls for loopback paths

Takashi Iwai <tiwai@suse.de>
    ALSA: hda - Correct AD1986A 3stack pin configs

Takashi Iwai <tiwai@suse.de>
    ALSA: rme9652: fix a missing comma in channel_map_9636_ds[]

Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
    ASoC: wm5110: Extend SYSCLK patch file for rev D

Lars-Peter Clausen <lars@metafoo.de>
    ASoC: adau1701: Fix ADAU1701_SEROCTL_WORD_LEN_16 constant

Krzysztof Kozlowski <k.kozlowski@samsung.com>
    mfd: max77686: Fix regmap resource leak on driver remove

Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
    perf kvm: Fix kvm report without guestmount.

Chen-Yu Tsai <wens@csie.org>
    pinctrl: sunxi: Honor GPIO output initial vaules

Stephen Warren <swarren@nvidia.com>
    rtc: max8907: weekday encoding fixes

Borislav Petkov <bp@alien8.de>
    rtc-cmos: Add an alarm disable quirk

Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    parport: parport_pc: remove double PCI ID for NetMos

Heiko Carstens <heiko.carstens@de.ibm.com>
    s390/uapi: fix struct statfs64 definition

Dominik Dingel <dingel@linux.vnet.ibm.com>
    KVM: s390: ioeventfd: ignore leftmost bits

Heiko Carstens <heiko.carstens@de.ibm.com>
    KVM: s390: fix diagnose code extraction

Stephen Warren <swarren@nvidia.com>
    serial: 8250: enable UART_BUG_NOMSR for Tegra

Jonathan Woithe <jwoithe@just42.net>
    serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chip

Yegor Yefremov <yegorslists@googlemail.com>
    serial: add support for 200 v3 series Titan card

Sarah Sharp <sarah.a.sharp@linux.intel.com>
    xhci: Set scatter-gather limit to avoid failed block writes.

Ben Hutchings <ben@decadent.org.uk>
    xhci: Avoid infinite loop when sg urb requires too many trbs

Phil Pokorny <ppokorny@penguincomputing.com>
    hwmon: (k10temp) Add support for Kaveri CPUs

Jean-Jacques Hiblot <jjhiblot@traphandler.com>
    ARM: at91: smc: bug fix in sam9_smc_cs_read()

Ludovic Desroches <ludovic.desroches@atmel.com>
    ARM: at91: at91sam9g45: set default mmc pinctrl-names

Marek Roszko <mark.roszko@gmail.com>
    tty/serial: at91: disable uart timer at start of shutdown

Mark Deneen <mdeneen@gmail.com>
    tty/serial: at91: reset rx_ring when port is shutdown

Marek Roszko <mark.roszko@gmail.com>
    tty/serial: at91: fix race condition in atmel_serial_remove

Marek Roszko <mark.roszko@gmail.com>
    tty/serial: at91: Handle shutdown more safely

Tomas Winkler <tomas.winkler@intel.com>
    mei: use hbm idle state to prevent spurious resets

Malcolm Priestley <tvboxspy@gmail.com>
    staging: vt6656: CARDqGetNextTBTT correct uLowNextTBTT

Malcolm Priestley <tvboxspy@gmail.com>
    staging: vt6656: [BUG] BBvUpdatePreEDThreshold Always set sensitivity on bScanning

Larry Finger <Larry.Finger@lwfinger.net>
    staging: r8712u: Set device type to wlan

Amir Shehata <amir.shehata@intel.com>
    staging/lustre/ptlrpc: Fix a crash when dereferencing NULL pointer

Sujith Manoharan <c_manoha@qca.qualcomm.com>
    ath9k: Disable cross-band FCC

Sujith Manoharan <c_manoha@qca.qualcomm.com>
    ath9k: Use correct channel for RX packets

ZHAO Gang <gamerh2o@gmail.com>
    b43: fix the wrong assignment of status.freq in b43_rx()

Larry Finger <Larry.Finger@lwfinger.net>
    b43legacy: Fix unload oops if firmware is not available

Larry Finger <Larry.Finger@lwfinger.net>
    b43: Fix unload oops if firmware is not available

Larry Finger <Larry.Finger@lwfinger.net>
    b43: Fix lockdep splat

Eliad Peller <eliadx.peller@intel.com>
    iwlwifi: mvm: fix missing cleanup in .start() error path

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    iwlwifi: pcie: enable oscillator for L1 exit

Bing Zhao <bzhao@marvell.com>
    mwifiex: fix wrong 11ac bits setting in fw_cap_info

Amitkumar Karwar <akarwar@marvell.com>
    mwifiex: add missing endian conversion for fw_tsf

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: rtl8188ee: Fix typo in code

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: Add missing code to PWDB statics routine

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: rtl8192cu: Fix some code in RF handling

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: rtl8192cu: Update the power index registers

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: rtl8192c: Add routines to save/restore power index registers

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: Increase the RX queue length for USB drivers

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: rtl8192c: Add new definitions in the dm_common header

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: Set the link state

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: Redo register save locations

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: rtl8192cu: Add new firmware

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: rtl8192c: Prevent reconnect attempts if not connected

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: Update beacon statistics for USB driver

Larry Finger <Larry.Finger@lwfinger.net>
    rtlwifi: rtl8192cu: Add new device ID

Peter Chen <peter.chen@freescale.com>
    usb: ehci: add freescale imx28 special write register method

Alan Stern <stern@rowland.harvard.edu>
    USB: fix race between hub_disconnect and recursively_mark_NOTATTACHED

Jack Pham <jackp@codeaurora.org>
    usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()

Mikhail Zolotaryov <lebon@lebon.org.ua>
    USB: Nokia 502 is an unusual device

Colin Leitner <colin.leitner@googlemail.com>
    USB: ftdi_sio: added CS5 quirk for broken smartcard readers

Johan Hovold <jhovold@gmail.com>
    USB: cypress_m8: fix ring-indicator detection and reporting

Rahul Bedarkar <rahulbedarkar89@gmail.com>
    USB: serial: add support for iBall 3.5G connect usb modem

张君 <zjn77777@163.com>
    usb: option: add new zte 3g modem pids to option driver

Johan Hovold <jhovold@gmail.com>
    USB: pl2303: fix data corruption on termios updates

Peter Chen <peter.chen@freescale.com>
    usb: chipidea: udc: using MultO at TD as real mult value for ISO-TX

Peter Chen <peter.chen@freescale.com>
    usb: chipidea: need to mask INT_STATUS when write otgsc

Peter Chen <peter.chen@freescale.com>
    usb: chipidea: imx: set CI_HDRC_IMX28_WRITE_FIX for imx28

Peter Chen <peter.chen@freescale.com>
    usb: chipidea: add freescale imx28 special write register method

Paolo Bonzini <pbonzini@redhat.com>
    x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101

Paolo Bonzini <pbonzini@redhat.com>
    x86, kvm: cache the base of the KVM cpuid leaves

Marcelo Tosatti <mtosatti@redhat.com>
    KVM: x86: limit PIT timer frequency

Prarit Bhargava <prarit@redhat.com>
    x86: Add check for number of available vectors before CPU down

Dave Young <dyoung@redhat.com>
    x86/efi: Fix off-by-one bug in EFI Boot Services reservation

PaX Team <pageexec@freemail.hu>
    x86, x32: Correct invalid use of user timespec in the kernel

David Rientjes <rientjes@google.com>
    mm/mempolicy.c: fix mempolicy printing in numa_maps

David Ertman <davidx.m.ertman@intel.com>
    e1000e: fix compiler warnings

Aristeu Rozanski <aris@redhat.com>
    e752x_edac: Fix pci_dev usage count

Andrea Arcangeli <aarcange@redhat.com>
    mm: hugetlbfs: fix hugetlbfs optimization

Ilia Mirkin <imirkin@alum.mit.edu>
    drm/nouveau/bios: fix offset calculation for BMPv1 bioses

NeilBrown <neilb@suse.de>
    md/raid5: fix long-standing problem with bitmap handling on write failure.

Andrew Jones <drjones@redhat.com>
    kvm: x86: fix apic_base enable check


-------------

Diffstat:

 Documentation/devicetree/bindings/ata/marvell.txt  |   2 +-
 .../devicetree/bindings/i2c/i2c-mv64xxx.txt        |   6 +-
 Documentation/i2c/busses/i2c-piix4                 |   2 +-
 Makefile                                           |   4 +-
 arch/alpha/lib/csum_partial_copy.c                 |   9 +-
 arch/arm/boot/dts/armada-370-xp.dtsi               |   2 +-
 arch/arm/boot/dts/at91sam9g45.dtsi                 |   2 +
 arch/arm/mach-at91/sam9_smc.c                      |   2 +-
 arch/arm/mach-mvebu/Makefile                       |   2 +-
 arch/arm/mach-mvebu/armada-370-xp.c                |  32 +++++
 arch/arm/mach-mvebu/mvebu-soc-id.c                 | 119 +++++++++++++++++
 arch/arm/mach-mvebu/mvebu-soc-id.h                 |  32 +++++
 arch/arm/net/bpf_jit_32.c                          |   6 +-
 arch/parisc/include/asm/cacheflush.h               |   2 -
 arch/parisc/include/asm/page.h                     |   3 +-
 arch/parisc/kernel/cache.c                         |  14 ++
 arch/powerpc/include/asm/topology.h                |  10 +-
 arch/powerpc/kernel/cacheinfo.c                    |   3 +
 arch/powerpc/kvm/book3s_hv.c                       |   7 +-
 arch/powerpc/kvm/e500_mmu.c                        |   2 +-
 arch/powerpc/mm/numa.c                             |  70 +++++++++-
 arch/powerpc/net/bpf_jit_comp.c                    |   7 +-
 arch/s390/include/uapi/asm/statfs.h                |  10 +-
 arch/s390/kvm/diag.c                               |   4 +-
 arch/s390/net/bpf_jit_comp.c                       |  29 +++--
 arch/sparc/net/bpf_jit_comp.c                      |  17 ++-
 arch/x86/include/asm/irq.h                         |   1 +
 arch/x86/include/asm/kvm_para.h                    |  33 ++---
 arch/x86/kernel/irq.c                              |  70 ++++++++++
 arch/x86/kernel/kvm.c                              |  32 +++++
 arch/x86/kernel/smpboot.c                          |   6 +
 arch/x86/kvm/i8254.c                               |  18 +++
 arch/x86/kvm/lapic.c                               |   5 +-
 arch/x86/kvm/x86.c                                 |   3 +
 arch/x86/kvm/x86.h                                 |   2 +
 arch/x86/net/bpf_jit_comp.c                        |  14 +-
 arch/x86/platform/efi/efi.c                        |   2 +-
 drivers/ata/libata-core.c                          |  27 ++++
 drivers/ata/libata-scsi.c                          |  18 ++-
 drivers/ata/sata_mv.c                              |  25 ++++
 drivers/char/tpm/tpm_i2c_stm_st33.c                |   7 +-
 drivers/char/tpm/tpm_ppi.c                         |   8 +-
 drivers/edac/e752x_edac.c                          |   4 +-
 drivers/gpu/drm/nouveau/core/subdev/bios/init.c    |   8 +-
 drivers/hwmon/k10temp.c                            |   1 +
 drivers/i2c/busses/Kconfig                         |   1 +
 drivers/i2c/busses/i2c-mv64xxx.c                   |   5 +
 drivers/i2c/busses/i2c-piix4.c                     |  28 +++-
 drivers/md/bcache/bset.c                           |  26 +++-
 drivers/md/raid5.c                                 |   1 +
 drivers/mfd/max77686.c                             |   2 +-
 drivers/misc/mei/hbm.c                             |  19 +++
 drivers/misc/mei/hbm.h                             |   1 +
 drivers/misc/mei/init.c                            |  12 +-
 drivers/misc/mei/interrupt.c                       |  25 ++--
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c    |  13 +-
 drivers/net/ethernet/intel/e1000e/phy.c            |  10 +-
 drivers/net/ethernet/via/via-rhine.c               |   1 +
 drivers/net/usb/usbnet.c                           |   2 +-
 drivers/net/vxlan.c                                |  20 ++-
 drivers/net/wireless/ath/ath9k/hw.c                |   7 -
 drivers/net/wireless/ath/ath9k/recv.c              |  25 ++--
 drivers/net/wireless/b43/b43.h                     |   4 +-
 drivers/net/wireless/b43/main.c                    |  27 ++--
 drivers/net/wireless/b43/xmit.c                    |   4 +-
 drivers/net/wireless/b43legacy/main.c              |   1 +
 drivers/net/wireless/iwlwifi/iwl-prph.h            |   4 +
 drivers/net/wireless/iwlwifi/mvm/ops.c             |   1 +
 drivers/net/wireless/iwlwifi/pcie/trans.c          |  22 ++++
 drivers/net/wireless/mwifiex/fw.h                  |   2 +-
 drivers/net/wireless/mwifiex/scan.c                |   4 +-
 drivers/net/wireless/rtlwifi/base.c                |   3 +-
 drivers/net/wireless/rtlwifi/core.c                |  11 ++
 drivers/net/wireless/rtlwifi/rtl8188ee/dm.c        |   2 +-
 drivers/net/wireless/rtlwifi/rtl8192c/dm_common.c  |  36 ++++++
 drivers/net/wireless/rtlwifi/rtl8192c/dm_common.h  |  14 ++
 drivers/net/wireless/rtlwifi/rtl8192cu/dm.c        |   9 ++
 drivers/net/wireless/rtlwifi/rtl8192cu/dm.h        |   3 +
 drivers/net/wireless/rtlwifi/rtl8192cu/rf.c        |  29 +++--
 drivers/net/wireless/rtlwifi/rtl8192cu/sw.c        |  17 ++-
 drivers/net/wireless/rtlwifi/stats.c               |  14 ++
 drivers/net/wireless/rtlwifi/usb.c                 |   4 +-
 drivers/net/wireless/rtlwifi/wifi.h                |  33 ++---
 drivers/net/xen-netfront.c                         |  88 ++++---------
 drivers/parport/parport_pc.c                       |  10 +-
 drivers/pinctrl/pinctrl-sunxi.c                    |  13 +-
 drivers/platform/x86/hp_accel.c                    |   1 +
 drivers/rtc/rtc-cmos.c                             |  52 +++++++-
 drivers/rtc/rtc-max8907.c                          |  11 +-
 drivers/scsi/bfa/bfad.c                            |   6 +-
 drivers/scsi/virtio_scsi.c                         |  15 ++-
 drivers/staging/lustre/lustre/ptlrpc/niobuf.c      |   6 +-
 drivers/staging/rtl8712/usb_intf.c                 |   5 +
 drivers/staging/vt6656/baseband.c                  |   3 -
 drivers/staging/vt6656/card.c                      |   2 +-
 drivers/staging/zram/zram_drv.c                    |   4 +-
 drivers/target/iscsi/iscsi_target.c                |  34 +++--
 drivers/target/iscsi/iscsi_target_nego.c           |   2 +-
 drivers/tty/serial/8250/8250_core.c                |   4 +
 drivers/tty/serial/8250/8250_pci.c                 |   8 +-
 drivers/tty/serial/atmel_serial.c                  |  45 ++++---
 drivers/usb/chipidea/ci.h                          |  26 +++-
 drivers/usb/chipidea/ci_hdrc_imx.c                 |  32 ++++-
 drivers/usb/chipidea/core.c                        |   2 +
 drivers/usb/chipidea/host.c                        |   1 +
 drivers/usb/chipidea/otg.h                         |   6 +-
 drivers/usb/chipidea/udc.c                         |  19 ++-
 drivers/usb/core/config.c                          |   7 -
 drivers/usb/core/hub.c                             |  54 +++-----
 drivers/usb/host/ehci.h                            |  18 ++-
 drivers/usb/host/xhci-ring.c                       |   2 +-
 drivers/usb/host/xhci.c                            |   7 +-
 drivers/usb/host/xhci.h                            |   2 +-
 drivers/usb/serial/cypress_m8.h                    |   2 +-
 drivers/usb/serial/ftdi_sio.c                      |  17 ++-
 drivers/usb/serial/option.c                        |  15 +++
 drivers/usb/serial/pl2303.c                        |  34 +++--
 drivers/usb/storage/unusual_devs.h                 |   7 +
 fs/btrfs/extent-tree.c                             |   2 +-
 fs/btrfs/ioctl.c                                   |   6 +
 fs/dcache.c                                        |   1 -
 fs/ext4/inline.c                                   |   8 +-
 fs/hpfs/alloc.c                                    |  66 +++++++++-
 fs/hpfs/hpfs_fn.h                                  |   2 +-
 fs/hpfs/super.c                                    |  29 ++++-
 fs/mount.h                                         |   2 +-
 include/linux/hugetlb.h                            |   6 +
 include/linux/libata.h                             |   2 +
 include/linux/usb/chipidea.h                       |   1 +
 mm/hugetlb.c                                       |  17 +++
 mm/mempolicy.c                                     |   2 +-
 mm/swap.c                                          | 143 ++++++++++++---------
 net/compat.c                                       |   9 +-
 net/core/filter.c                                  |  30 +----
 net/ieee802154/nl-phy.c                            |   6 +-
 net/ipv4/fib_frontend.c                            |   2 +
 net/ipv4/inet_diag.c                               |   4 +-
 net/ipv4/ip_gre.c                                  |   2 +-
 net/ipv4/ip_input.c                                |   2 +-
 net/ipv4/ip_tunnel.c                               |   1 +
 net/ipv4/ipmr.c                                    |   7 +-
 net/ipv4/tcp_metrics.c                             |  51 +++++---
 net/ipv6/ip6_input.c                               |   2 +-
 net/ipv6/ip6mr.c                                   |   7 +-
 net/rds/ib_recv.c                                  |   7 +-
 sound/core/init.c                                  |   4 +-
 sound/pci/Kconfig                                  |  12 ++
 sound/pci/hda/hda_generic.c                        |   6 +-
 sound/pci/hda/patch_analog.c                       |  22 ++--
 sound/pci/hda/patch_hdmi.c                         | 100 ++++++++++----
 sound/pci/hda/patch_realtek.c                      |  19 ++-
 sound/pci/rme9652/rme9652.c                        |   2 +-
 sound/soc/codecs/adau1701.c                        |   2 +-
 sound/soc/codecs/wm5110.c                          |  48 +++++++
 tools/perf/util/session.c                          |   7 +-
 155 files changed, 1726 insertions(+), 597 deletions(-)



^ permalink raw reply	[flat|nested] 136+ messages in thread

end of thread, other threads:[~2014-02-17 17:40 UTC | newest]

Thread overview: 136+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-04 21:06 [PATCH 3.12 000/133] 3.12.10-stable review Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 002/133] md/raid5: fix long-standing problem with bitmap handling on write failure Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 003/133] drm/nouveau/bios: fix offset calculation for BMPv1 bioses Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 004/133] mm: hugetlbfs: fix hugetlbfs optimization Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 005/133] e752x_edac: Fix pci_dev usage count Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 006/133] e1000e: fix compiler warnings Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 007/133] mm/mempolicy.c: fix mempolicy printing in numa_maps Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 008/133] x86, x32: Correct invalid use of user timespec in the kernel Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 009/133] x86/efi: Fix off-by-one bug in EFI Boot Services reservation Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 010/133] x86: Add check for number of available vectors before CPU down Greg Kroah-Hartman
2014-02-04 22:46   ` Prarit Bhargava
2014-02-04 23:42     ` Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 011/133] KVM: x86: limit PIT timer frequency Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 012/133] x86, kvm: cache the base of the KVM cpuid leaves Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 013/133] x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101 Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 014/133] usb: chipidea: add freescale imx28 special write register method Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 015/133] usb: chipidea: imx: set CI_HDRC_IMX28_WRITE_FIX for imx28 Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 016/133] usb: chipidea: need to mask INT_STATUS when write otgsc Greg Kroah-Hartman
2014-02-04 21:06 ` [PATCH 3.12 017/133] usb: chipidea: udc: using MultO at TD as real mult value for ISO-TX Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 019/133] usb: option: add new zte 3g modem pids to option driver Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 021/133] USB: cypress_m8: fix ring-indicator detection and reporting Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 022/133] USB: ftdi_sio: added CS5 quirk for broken smartcard readers Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 023/133] USB: Nokia 502 is an unusual device Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 024/133] usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix() Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 025/133] USB: fix race between hub_disconnect and recursively_mark_NOTATTACHED Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 026/133] usb: ehci: add freescale imx28 special write register method Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 027/133] rtlwifi: rtl8192cu: Add new device ID Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 028/133] rtlwifi: Update beacon statistics for USB driver Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 029/133] rtlwifi: rtl8192c: Prevent reconnect attempts if not connected Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 030/133] rtlwifi: rtl8192cu: Add new firmware Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 031/133] rtlwifi: Redo register save locations Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 032/133] rtlwifi: Set the link state Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 033/133] rtlwifi: rtl8192c: Add new definitions in the dm_common header Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 034/133] rtlwifi: Increase the RX queue length for USB drivers Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 035/133] rtlwifi: rtl8192c: Add routines to save/restore power index registers Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 036/133] rtlwifi: rtl8192cu: Update the " Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 037/133] rtlwifi: rtl8192cu: Fix some code in RF handling Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 038/133] rtlwifi: Add missing code to PWDB statics routine Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 039/133] rtlwifi: rtl8188ee: Fix typo in code Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 040/133] mwifiex: add missing endian conversion for fw_tsf Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 041/133] mwifiex: fix wrong 11ac bits setting in fw_cap_info Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 042/133] iwlwifi: pcie: enable oscillator for L1 exit Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 043/133] iwlwifi: mvm: fix missing cleanup in .start() error path Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 044/133] b43: Fix lockdep splat Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 045/133] b43: Fix unload oops if firmware is not available Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 046/133] b43legacy: " Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 047/133] b43: fix the wrong assignment of status.freq in b43_rx() Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 048/133] ath9k: Use correct channel for RX packets Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 049/133] ath9k: Disable cross-band FCC Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 050/133] staging/lustre/ptlrpc: Fix a crash when dereferencing NULL pointer Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 051/133] staging: r8712u: Set device type to wlan Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 052/133] staging: vt6656: [BUG] BBvUpdatePreEDThreshold Always set sensitivity on bScanning Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 053/133] staging: vt6656: CARDqGetNextTBTT correct uLowNextTBTT Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 054/133] mei: use hbm idle state to prevent spurious resets Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 055/133] tty/serial: at91: Handle shutdown more safely Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 056/133] tty/serial: at91: fix race condition in atmel_serial_remove Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 057/133] tty/serial: at91: reset rx_ring when port is shutdown Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 058/133] tty/serial: at91: disable uart timer at start of shutdown Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 059/133] ARM: at91: at91sam9g45: set default mmc pinctrl-names Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 060/133] ARM: at91: smc: bug fix in sam9_smc_cs_read() Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 061/133] hwmon: (k10temp) Add support for Kaveri CPUs Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 062/133] xhci: Avoid infinite loop when sg urb requires too many trbs Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 063/133] xhci: Set scatter-gather limit to avoid failed block writes Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 064/133] serial: add support for 200 v3 series Titan card Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 065/133] serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chip Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 066/133] serial: 8250: enable UART_BUG_NOMSR for Tegra Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 067/133] KVM: s390: fix diagnose code extraction Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 068/133] KVM: s390: ioeventfd: ignore leftmost bits Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 069/133] s390/uapi: fix struct statfs64 definition Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 070/133] parport: parport_pc: remove double PCI ID for NetMos Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 071/133] rtc-cmos: Add an alarm disable quirk Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 072/133] rtc: max8907: weekday encoding fixes Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 073/133] pinctrl: sunxi: Honor GPIO output initial vaules Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 074/133] perf kvm: Fix kvm report without guestmount Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 075/133] mfd: max77686: Fix regmap resource leak on driver remove Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 076/133] ASoC: adau1701: Fix ADAU1701_SEROCTL_WORD_LEN_16 constant Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 077/133] ASoC: wm5110: Extend SYSCLK patch file for rev D Greg Kroah-Hartman
2014-02-04 21:07 ` [PATCH 3.12 078/133] ALSA: rme9652: fix a missing comma in channel_map_9636_ds[] Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 079/133] ALSA: hda - Correct AD1986A 3stack pin configs Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 080/133] ALSA: hda - Dont create duplicated ctls for loopback paths Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 081/133] ALSA: Enable CONFIG_ZONE_DMA for smaller PCI DMA masks Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 082/133] ALSA: bits vs bytes bug in snd_card_create() Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 084/133] tpm/tpm_i2c_stm_st33: Check return code of get_burstcount Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 085/133] tpm/tpm_ppi: Do not compare strcmp(a,b) == -1 Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 086/133] ata: sata_mv: introduce compatible string "marvell, armada-370-sata" Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 087/133] ata: sata_mv: fix disk hotplug for Armada 370/XP SoCs Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 088/133] ARM: mvebu: update the SATA compatible string for Armada 370/XP Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 089/133] libata: disable LPM for some WD SATA-I devices Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 090/133] ext4: avoid clearing beyond i_blocks when truncating an inline data file Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 091/133] vfs: Remove second variable named error in __dentry_path Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 092/133] vfs: Is mounted should be testing mnt_ns for NULL or error Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 093/133] bcache: Data corruption fix Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 094/133] zram: fix race between reset and flushing pending work Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 096/133] ARM: mvebu: Add support to get the ID and the revision of a SoC Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 097/133] ARM: mvebu: Add quirk for i2c for the OpenBlocks AX3-4 board Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 098/133] i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCs Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 099/133] i2c: mv64xxx: Document the newly introduced Armada XP A0 compatible Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 100/133] i2c: piix4: Add support for AMD ML and CZ SMBus changes Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 101/133] bnx2x: fix DMA unmapping of TSO split BDs Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 103/133] ieee802154: Fix memory leak in ieee802154_add_iface() Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 104/133] net: avoid reference counter overflows on fib_rules in multicast forwarding Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 105/133] net,via-rhine: Fix tx_timeout handling Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 106/133] net: rds: fix per-cpu helper usage Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 107/133] tcp: metrics: Avoid duplicate entries with the same destination-IP Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 108/133] bpf: do not use reciprocal divide Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 109/133] s390/bpf,jit: fix 32 bit divisions, use unsigned divide instructions Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 110/133] ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is called Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 111/133] net/vxlan: Share RX skb de-marking and checksum checks with ovs Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 112/133] fib_frontend: fix possible NULL pointer dereference Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 113/133] net: Fix memory leak if TPROXY used with TCP early demux Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 114/133] xen-netfront: fix resource leak in netfront Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 115/133] net: gre: use icmp_hdr() to get inner ip header Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 116/133] inet_diag: fix inet_diag_dump_icsk() timewait socket state logic Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 117/133] alpha: fix broken network checksum Greg Kroah-Hartman
2014-02-06  4:38   ` Michael Cree
2014-02-06  9:18     ` Mikulas Patocka
2014-02-17 17:40     ` Mikulas Patocka
2014-02-04 21:08 ` [PATCH 3.12 118/133] parisc: fix cache-flushing Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 119/133] KVM: PPC: Book3S HV: use xics_wake_cpu only when defined Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 120/133] KVM: PPC: e500: Fix bad address type in deliver_tlb_misss() Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 121/133] ALSA: hda - Dont set indep_hp flag for old AD codecs Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 122/133] ALSA: hda - hdmi: introduce patch_nvhdmi() Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 123/133] ALSA: hda/hdmi - allow PIN_OUT to be dynamically enabled Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 124/133] hpfs: remember free space Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 125/133] usb: core: get config and string descriptors for unauthorized devices Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 126/133] SCSI: bfa: Chinook quad port 16G FC HBA claim issue Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 127/133] virtio-scsi: Fix hotcpu_notifier use-after-free with virtscsi_freeze Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 128/133] iscsi-target: Pre-allocate more tags to avoid ack starvation Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 129/133] target/iscsi: Fix network portal creation race Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 130/133] Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot() Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 131/133] btrfs: restrict snapshotting to own subvolumes Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 132/133] powerpc: Fix the setup of CPU-to-Node mappings during CPU online Greg Kroah-Hartman
2014-02-04 21:08 ` [PATCH 3.12 133/133] powerpc: Make sure "cache" directory is removed when offlining cpu Greg Kroah-Hartman
2014-02-05  6:39 ` [PATCH 3.12 000/133] 3.12.10-stable review Guenter Roeck
2014-02-05 20:41   ` Shuah Khan
2014-02-05 21:05     ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).