[PATCH 3.4 00/44] 3.4.98-stable review

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is the start of the stable review cycle for the 3.4.98 release.
There are 44 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 Wed Jul  9 23:58:50 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.4.98-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

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

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Linux 3.4.98-rc1

Madhavan Srinivasan <maddy@xxxxxxxxxxxxxxxxxx>
    powerpc/sysfs: Disable writing to PURR in guest mode

Gustavo Maciel Dias Vieira <gustavo@xxxxxxxxx>
    ACPI video: ignore BIOS backlight value for HP dm4

Anton Blanchard <anton@xxxxxxxxx>
    powerpc/pseries: Duplicate dtl entries sometimes sent to userspace

Chen Gang <gang.chen@xxxxxxxxxxx>
    powerpc/pseries/lparcfg: Fix possible overflow are more than 1026

Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx>
    powerpc: Restore registers on error exit from csum_partial_copy_generic()

Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
    powerpc: Don't Oops when accessing /proc/powerpc/lparcfg without hypervisor

Chen Gang <gang.chen@xxxxxxxxxxx>
    powerpc/smp: Section mismatch from smp_release_cpus to __initdata spinning_secondaries

Paul Mackerras <paulus@xxxxxxxxx>
    powerpc: Fix emulation of illegal instructions on PowerNV platform

Kevin McKinney <klmckinney1@xxxxxxxxx>
    Staging: bcm: Add two products and remove an existing product.

Kevin McKinney <klmckinney1@xxxxxxxxx>
    Staging: bcm: Create and initialize new device id in InterfaceInit

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
    staging: wlags49_h2: buffer overflow setting station name

Ian Abbott <abbotti@xxxxxxxxx>
    staging: comedi: fix a race between do_cmd_ioctl() and read/write

Ian Abbott <abbotti@xxxxxxxxx>
    staging: comedi: das08: Correct AI encoding for das08jr-16-ao

Alex Hung <alex.hung@xxxxxxxxxxxxx>
    ACPI video: ignore BIOS initial backlight value for HP 1000

Bastian Triller <bastian.triller@xxxxxxxxx>
    ACPI / video: Add "Asus UL30A" to ACPI video detect blacklist

Lan Tianyu <tianyu.lan@xxxxxxxxx>
    ACPI / video: Add "Asus UL30VT" to ACPI video detect blacklist

Corentin Chary <corentin.chary@xxxxxxxxx>
    acpi/video_detect: blacklist samsung x360

Mikulas Patocka <mpatocka@xxxxxxxxxx>
    sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue

NeilBrown <neilb@xxxxxxx>
    md: flush writes before starting a recovery.

Michal Nazarewicz <mina86@xxxxxxxxxx>
    tools: ffs-test: fix header values endianess

J. Bruce Fields <bfields@xxxxxxxxxx>
    nfsd: fix rare symlink decoding bug

Paolo Bonzini <pbonzini@xxxxxxxxxx>
    KVM: x86: preserve the high 32-bits of the PAT register

Nadav Amit <namit@xxxxxxxxxxxxxxxxx>
    KVM: x86: Increase the number of fixed MTRR regs to 10

Steve French <smfrench@xxxxxxxxx>
    CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars option

Rafał Miłecki <zajec5@xxxxxxxxx>
    b43: fix frequency reported on G-PHY with /new/ firmware

David R. Piegdon <lkml@xxxxxxxx>
    ARM: OMAP2+: Fix parser-bug in platform muxing code

Arik Nemtsov <arik@xxxxxxxxxx>
    mac80211: don't check netdev state for debugfs read/write

Syam Sidhardhan <s.syam@xxxxxxxxxxx>
    Bluetooth: Remove unused hci_le_ltk_reply()

Johan Hedberg <johan.hedberg@xxxxxxxxx>
    Bluetooth: Fix SSP acceptor just-works confirmation without MITM

Thomas Hellstrom <thellstrom@xxxxxxxxxx>
    drm/vmwgfx: Fix incorrect write to read-only register v2:

Alex Deucher <alexander.deucher@xxxxxxx>
    drm/radeon/atom: fix dithering on certain panels

Alex Deucher <alexander.deucher@xxxxxxx>
    drm/radeon: fix typo in radeon_connector_is_dp12_capable()

Alex Deucher <alexander.deucher@xxxxxxx>
    drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmi

Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx>
    mtd: pxa3xx_nand: make the driver work on big-endian systems

Stanislaw Gruszka <stf_xl@xxxxx>
    rt2x00: fix rfkill regression on rt2500pci

Stanislaw Gruszka <sgruszka@xxxxxxxxxx>
    rt2x00: disable TKIP on USB

Michal Nazarewicz <mina86@xxxxxxxxxx>
    usb: gadget: f_fs: fix NULL pointer dereference when there are no strings

Johan Hovold <johan@xxxxxxxxxx>
    USB: ftdi_sio: fix null deref at port probe

Bjørn Mork <bjorn@xxxxxxx>
    usb: option: add/modify Olivetti Olicard modems

Oliver Neukum <oneukum@xxxxxxx>
    USB: option: add device ID for SpeedUp SU9800 usb 3g modem

Bjørn Mork <bjorn@xxxxxxx>
    USB: add USB_DEVICE_INTERFACE_CLASS macro

Wang, Yu <yu.y.wang@xxxxxxxxx>
    xhci: Fix runtime suspended xhci from blocking system suspend.

Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
    xhci: correct burst count field for isoc transfers on 1.0 xhci hosts

Brian King <brking@xxxxxxxxxxxxxxxxxx>
    ibmvscsi: Abort init sequence during error recovery


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

Diffstat:

 Makefile                                   |  4 +--
 arch/arm/mach-omap2/mux.c                  |  6 ++--
 arch/powerpc/kernel/exceptions-64s.S       |  2 +-
 arch/powerpc/kernel/lparcfg.c              | 24 ++++++-------
 arch/powerpc/kernel/setup_64.c             |  2 +-
 arch/powerpc/kernel/sysfs.c                | 18 ++++++++--
 arch/powerpc/kernel/time.c                 |  4 +--
 arch/powerpc/kernel/traps.c                | 10 ++++++
 arch/powerpc/lib/checksum_64.S             | 54 ++++++++++++++++++++++--------
 arch/x86/include/asm/kvm_host.h            |  4 +--
 drivers/acpi/video.c                       | 16 +++++++++
 drivers/acpi/video_detect.c                | 45 +++++++++++++++++++++++++
 drivers/gpu/drm/radeon/atombios_crtc.c     | 48 ++++++++++++++------------
 drivers/gpu/drm/radeon/atombios_encoders.c |  5 ++-
 drivers/gpu/drm/radeon/radeon_connectors.c |  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c         |  1 -
 drivers/md/md.c                            | 13 +++++++
 drivers/mtd/nand/pxa3xx_nand.c             |  4 +--
 drivers/net/wireless/b43/xmit.c            | 10 ++++--
 drivers/net/wireless/rt2x00/rt2500pci.c    |  7 +++-
 drivers/net/wireless/rt2x00/rt2x00.h       |  1 +
 drivers/net/wireless/rt2x00/rt2x00dev.c    | 24 +++++++++++--
 drivers/net/wireless/rt2x00/rt2x00mac.c    |  2 ++
 drivers/scsi/ibmvscsi/ibmvscsi.c           |  3 +-
 drivers/scsi/sym53c8xx_2/sym_hipd.c        |  4 +++
 drivers/staging/bcm/InterfaceInit.c        |  4 ++-
 drivers/staging/bcm/InterfaceInit.h        |  5 +--
 drivers/staging/comedi/comedi_fops.c       | 25 ++++++++------
 drivers/staging/comedi/drivers/das08.c     |  2 +-
 drivers/staging/wlags49_h2/wl_priv.c       |  9 +++--
 drivers/usb/gadget/f_fs.c                  | 12 ++++---
 drivers/usb/host/xhci-ring.c               |  2 +-
 drivers/usb/host/xhci.c                    | 10 ++++--
 drivers/usb/serial/ftdi_sio.c              |  7 ++--
 drivers/usb/serial/option.c                | 26 ++++++++++----
 fs/cifs/cifs_unicode.c                     |  7 ++--
 fs/nfsd/nfs4proc.c                         |  9 -----
 fs/nfsd/nfs4xdr.c                          | 13 ++++++-
 include/linux/usb.h                        | 16 +++++++++
 include/net/bluetooth/hci_core.h           |  1 -
 net/bluetooth/hci_conn.c                   | 16 ---------
 net/bluetooth/hci_event.c                  |  7 ++--
 net/mac80211/debugfs_netdev.c              |  6 ++--
 tools/usb/ffs-test.c                       |  4 +--
 44 files changed, 347 insertions(+), 147 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]