This is the start of the review cycle for the Linux v3.19.8-ckt17 stable kernel. This version contains 70 new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch: http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.19.y-review git://kernel.ubuntu.com/ubuntu/linux.git linux-3.19.y-review The review period for version v3.19.8-ckt17 will be open for the next three days. To report a problem, please reply to the relevant follow-up patch message. For more information about the Linux 3.19.y-ckt extended stable kernel series, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable . -Kamal -- .../devicetree/bindings/arm/omap/omap.txt | 1 + Documentation/virtual/kvm/mmu.txt | 3 +- arch/arm/boot/dts/dra7.dtsi | 10 +++ arch/arm/kvm/guest.c | 2 +- arch/arm/mach-omap2/omap_hwmod.c | 9 ++- arch/arm/mach-omap2/omap_hwmod.h | 3 + arch/arm64/kvm/guest.c | 2 +- arch/mips/Kconfig | 7 +- arch/mips/kernel/traps.c | 13 ++-- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 14 ++++ arch/x86/kernel/acpi/sleep.c | 7 ++ arch/x86/kvm/vmx.c | 43 +++++++---- drivers/ata/ahci.c | 16 ++++ drivers/ata/libata-scsi.c | 11 ++- drivers/gpio/gpio-rcar.c | 42 ++++++++++ drivers/gpu/drm/ast/ast_main.c | 2 +- drivers/gpu/drm/radeon/radeon_device.c | 1 - drivers/gpu/drm/radeon/radeon_pm.c | 8 +- drivers/infiniband/core/sa_query.c | 2 +- drivers/input/tablet/aiptek.c | 9 +++ drivers/iommu/amd_iommu_init.c | 63 ++++++++++++--- drivers/media/i2c/adv7604.c | 3 +- drivers/mtd/ubi/upd.c | 2 +- drivers/net/can/usb/gs_usb.c | 24 +++--- drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 2 +- drivers/net/ethernet/moxa/moxart_ether.c | 4 +- drivers/net/ethernet/qualcomm/qca_spi.c | 1 - drivers/net/usb/cdc_ncm.c | 21 ++--- drivers/net/wireless/iwlwifi/mvm/tx.c | 9 +++ drivers/target/target_core_tmr.c | 1 - drivers/usb/chipidea/otg.c | 2 +- drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/option.c | 5 ++ drivers/usb/serial/qcserial.c | 7 +- drivers/vfio/pci/vfio_pci.c | 9 ++- drivers/vfio/vfio_iommu_type1.c | 6 +- fs/aio.c | 9 ++- fs/cifs/cifsfs.h | 12 +-- fs/cifs/cifssmb.c | 21 ++++- fs/cifs/smb2pdu.c | 24 +++--- fs/ext4/move_extent.c | 1 + fs/jffs2/README.Locking | 5 +- fs/jffs2/build.c | 75 +++++++++++++----- fs/jffs2/dir.c | 11 ++- fs/jffs2/file.c | 39 +++++----- fs/jffs2/gc.c | 17 ++-- fs/jffs2/nodelist.h | 6 +- fs/overlayfs/dir.c | 3 +- fs/overlayfs/inode.c | 2 + include/linux/ata.h | 4 +- include/linux/libata.h | 2 +- include/linux/skbuff.h | 24 ++++++ include/linux/tracepoint.h | 17 ++-- include/net/iw_handler.h | 6 ++ net/ipv4/igmp.c | 3 +- net/ipv4/tcp_metrics.c | 2 +- net/ipv6/exthdrs_core.c | 6 +- net/ipv6/mcast.c | 3 +- net/mac80211/agg-rx.c | 2 +- net/mac80211/rc80211_minstrel_ht.c | 2 +- net/mac80211/rx.c | 1 + net/wireless/core.c | 2 + net/wireless/wext-core.c | 52 ++++++++++--- sound/core/control_compat.c | 90 ++++++++++++++++++---- sound/core/rawmidi_compat.c | 53 +++++++++++++ sound/core/seq/oss/seq_oss.c | 2 - sound/core/seq/oss/seq_oss_device.h | 1 - sound/core/seq/oss/seq_oss_init.c | 16 ---- sound/core/timer_compat.c | 18 ++++- sound/pci/hda/patch_realtek.c | 1 + sound/pci/rme9652/hdsp.c | 4 +- sound/pci/rme9652/hdspm.c | 16 +++- sound/soc/codecs/wm8958-dsp2.c | 8 +- sound/soc/codecs/wm8994.c | 4 +- sound/soc/codecs/wm_adsp.c | 8 +- 75 files changed, 679 insertions(+), 258 deletions(-) Al Viro (1): jffs2: reduce the breakage on recovery from halfway failed rename() Alex Deucher (1): drm/radeon/pm: update current crtc info after setting the powerstate Alexandra Yates (3): ahci: add new Intel device IDs ahci: Order SATA device IDs for codename Lewisburg Adding Intel Lewisburg device IDs for SATA Arnd Bergmann (1): libata: fix HDIO_GET_32BIT ioctl Benjamin Poirier (1): mld, igmp: Fix reserved tailroom calculation Bjørn Mork (2): USB: qcserial: add Sierra Wireless EM74xx device ID cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind Chris Bainbridge (1): mac80211: fix use of uninitialised values in RX aggregation Dan Carpenter (1): net: moxa: fix an error code Daniele Palmas (1): USB: serial: option: add support for Telit LE922 PID 0x1045 David Woodhouse (2): jffs2: Fix page lock / f->sem deadlock Fix directory hardlinks from deleted directories Eryu Guan (1): ext4: iterate over buffer heads correctly in move_extent_per_page() Felix Fietkau (1): mac80211: minstrel_ht: set default tx aggregation timeout to 0 Florian Westphal (1): ipv6: re-enable fragment header matching in ipv6_find_hdr Geert Uytterhoeven (1): gpio: rcar: Add Runtime PM handling for interrupts Greg Kroah-Hartman (1): [stable-only] AIO: properly check iovec sizes Hans Verkuil (1): [media] adv7604: fix tx 5v detect regression Harvey Hunt (1): libata: Align ata_device's id on a cacheline Hauke Mehrtens (1): MIPS: Fix build error when SMP is used without GIC Jack Morgenstein (1): net/mlx4_core: Allow resetting VF admin mac to zero Jay Cornwall (1): iommu/amd: Apply workaround for ATS write permission check Johannes Berg (2): wext: fix message delay/ordering cfg80211/wext: fix message ordering Jouni Malinen (1): mac80211: Fix Public Action frame RX in AP mode Justin Maggard (1): cifs: fix out-of-bounds access in lease parsing Konstantin Khlebnikov (2): ovl: copy new uid/gid into overlayfs runtime inode tcp: convert cached rtt from usec to jiffies when feeding initial rto Liad Kaufman (1): iwlwifi: mvm: inc pending frames counter also when txing non-sta Linus Torvalds (1): Revert "drm/radeon: call hpd_irq_event on resume" Lokesh Vutla (1): ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property Maciej W. Rozycki (1): MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp' Maximilain Schneider (1): can: gs_usb: fixed disconnect bug by removing erroneous use of kfree() Michael S. Tsirkin (2): vfio: fix ioctl error handling arm/arm64: KVM: Fix ioctl error handling Mugunthan V N (1): ARM: dts: dra7: do not gate cpsw clock due to errata i877 Nicholas Bellinger (1): target: Drop incorrect ABORT_TASK put for completed commands Or Gerlitz (1): IB/core: Use GRH when the path hop-limit > 0 Paolo Bonzini (1): KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo Patrik Halfar (1): USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3) Paul Mackerras (1): KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit Pavel Shilovsky (1): CIFS: Fix SMB2+ interim response processing for read requests Peter Chen (1): usb: chipidea: otg: change workqueue ci_otg as freezable Radim Krčmář (1): KVM: VMX: disable PEBS before a guest entry Richard Weinberger (1): ubi: Fix out of bounds write in volume update code Rui Wang (1): ovl: fix getcwd() failure after unsuccessful rmdir Simon South (1): ALSA: hda - Fix mic issues on Acer Aspire E1-472 Stefan Wahren (1): net: qca_spi: Don't clear IFF_BROADCAST Steven Rostedt (Red Hat) (1): tracing: Fix check for cpu online when event is disabled Suravee Suthikulpanit (1): iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered Takashi Iwai (11): ALSA: ctl: Fix ioctls for X32 ABI ALSA: rawmidi: Fix ioctls X32 ABI ALSA: timer: Fix broken compat timer user status ioctl ALSA: timer: Fix ioctls for X32 ABI ALSA: hdspm: Fix wrong boolean ctl value accesses ALSA: hdspm: Fix zero-division ALSA: hdsp: Fix wrong boolean ctl value accesses ASoC: wm8958: Fix enum ctl accesses in a wrong type ASoC: wm8994: Fix enum ctl accesses in a wrong type ASoC: wm_adsp: Fix enum ctl accesses in a wrong type ALSA: seq: oss: Don't drain at closing a client Thomas Betker (1): Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin" Timothy Pearson (1): drm/ast: Fix incorrect register check for DRAM width Todd E Brandt (1): PM / sleep / x86: Fix crash on graph trace through x86 suspend Vittorio Alfieri (1): USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder Vladis Dronov (1): Input: aiptek - fix crash on detecting device without endpoints Yadan Fan (1): Fix cifs_uniqueid_to_ino_t() function for s390x Yegor Yefremov (1): USB: serial: option: add support for Quectel UC20 -- 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