I'm announcing the release of the 3.18.32 kernel. All users of the 3.18 kernel series must upgrade. The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary ---------------------------------------------------------------- Linux 3.18.32 ---------------------------------------------------------------- Alan Stern (1): HID: usbhid: fix inconsistent reset/resume/reset-resume behavior Andy Shevchenko (1): dmaengine: dw: fix master selection Anssi Hannula (1): ALSA: usb-audio: Add sample rate inquiry quirk for AudioQuest DragonFly Bin Liu (1): usb: musb: cppi41: correct the macro name EP_MODE_AUTOREG_* Bjørn Mork (1): USB: option: add "D-Link DWM-221 B1" device id Boris Ostrovsky (1): xen/events: Mask a moving irq Christoph Lameter (1): parisc: percpu: update comments referring to __get_cpu_var David Disseldorp (1): rbd: use GFP_NOIO consistently for request allocations David Matlack (1): kvm: x86: do not leak guest xcr0 into host interrupt handlers Dennis Kadioglu (1): ALSA: usb-audio: Add a quirk for Plantronics BT300 Eric Dumazet (2): tcp_cubic: better follow cubic curve after idle period tcp_cubic: do not set epoch_start in the future Eric Wong (1): ALSA: usb-audio: don't try to get Outlaw RR2150 sample rate Filipe Manana (5): Btrfs: fix fsync data loss after append write Btrfs: fix fsync xattr loss in the fast fsync path Btrfs: fix fsync after truncate when no_holes feature is enabled Btrfs: fix file/data loss caused by fsync after rename and new inode Btrfs: fix list transaction->pending_ordered corruption Hans de Goede (1): USB: uas: Add a new NO_REPORT_LUNS quirk Helge Deller (3): parisc: Avoid function pointers for kernel exception routines parisc: Fix kernel crash with reversed copy_from_user() parisc: Unbreak handling exceptions from kernel modules Hui Wang (1): ALSA: hda - fix front mic problem for a HP desktop Jerome Marchand (1): assoc_array: don't call compare_object() on a node Joe Perches (1): compiler-gcc: integrate the various compiler-gcc[345].h files John Keeping (1): drm/qxl: fix cursor position with non-zero hotspot Josh Boyer (1): USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices Kailang Yang (1): ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock Lokesh Vutla (1): ARM: OMAP2+: hwmod: Fix updating of sysconfig register Lu Baolu (1): usb: xhci: fix wild pointers in xhci_mem_cleanup Martin K. Petersen (1): sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytes Martyn Welch (1): USB: serial: cp210x: Adding GE Healthcare Device ID Mathias Nyman (2): xhci: resume USB 3 roothub first xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers Mike Galbraith (1): Correct backport of fa3c776 ("Thermal: Ignore invalid trip points") Oliver Neukum (3): USB: mct_u232: add sanity checking in probe USB: cypress_m8: add endpoint sanity check USB: digi_acceleport: do sanity checking for the number of ports Paolo Bonzini (1): compiler-gcc: disable -ftracer for __noclone functions Rafal Redzimski (1): usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host Robert Dobrowolski (1): usb: hcd: out of bounds access in for_each_companion Roger Quadros (1): usb: xhci: fix xhci locking up during hcd remove Rui Salvaterra (1): lib: lz4: fixed zram with lz4 on big endian machines Sasha Levin (1): Linux 3.18.32 Takashi Iwai (1): ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320 Theodore Ts'o (2): ext4: add lockdep annotations for i_data_sem ext4: ignore quota mount options if the quota feature is enabled Yong Li (1): gpio: pca953x: Use correct u16 value for register word write Yoshihiro Shimoda (5): usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler() usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer usb: renesas_usbhs: fix spinlock suspected in a gadget complete function usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done() usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORT Yuki Shibuya (1): KVM: x86: Inject pending interrupt even if pending nmi exist Documentation/kernel-parameters.txt | 2 + Makefile | 2 +- arch/arm/mach-omap2/omap_hwmod.c | 8 +- arch/parisc/include/asm/uaccess.h | 1 + arch/parisc/kernel/asm-offsets.c | 1 + arch/parisc/kernel/parisc_ksyms.c | 10 +- arch/parisc/kernel/traps.c | 3 + arch/parisc/lib/fixup.S | 10 +- arch/parisc/mm/fault.c | 1 + arch/x86/kvm/x86.c | 30 ++- drivers/block/rbd.c | 6 +- drivers/dma/dw/core.c | 34 +-- drivers/gpio/gpio-pca953x.c | 3 +- drivers/gpu/drm/qxl/qxl_display.c | 13 +- drivers/gpu/drm/qxl/qxl_drv.h | 2 + drivers/hid/usbhid/hid-core.c | 73 +++---- drivers/scsi/sd.c | 23 +-- drivers/scsi/sd.h | 7 +- drivers/thermal/thermal_core.c | 2 +- drivers/usb/core/hcd-pci.c | 9 + drivers/usb/host/xhci-mem.c | 6 + drivers/usb/host/xhci-pci.c | 5 +- drivers/usb/host/xhci-ring.c | 6 +- drivers/usb/host/xhci.c | 24 ++- drivers/usb/host/xhci.h | 2 + drivers/usb/musb/musb_cppi41.c | 12 +- drivers/usb/renesas_usbhs/fifo.c | 4 +- drivers/usb/renesas_usbhs/mod_gadget.c | 28 ++- drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/cypress_m8.c | 11 +- drivers/usb/serial/digi_acceleport.c | 19 ++ drivers/usb/serial/ftdi_sio.c | 4 + drivers/usb/serial/ftdi_sio_ids.h | 8 + drivers/usb/serial/mct_u232.c | 9 +- drivers/usb/serial/option.c | 2 + drivers/usb/storage/uas.c | 14 +- drivers/usb/storage/unusual_uas.h | 7 + drivers/usb/storage/usb.c | 5 +- drivers/xen/events/events_base.c | 28 ++- fs/btrfs/transaction.c | 4 +- fs/btrfs/tree-log.c | 363 ++++++++++++++++++++++++++++++++- fs/ext4/ext4.h | 23 +++ fs/ext4/move_extent.c | 11 +- fs/ext4/super.c | 47 +++-- include/linux/compiler-gcc.h | 120 ++++++++++- include/linux/compiler-gcc3.h | 23 --- include/linux/compiler-gcc4.h | 87 -------- include/linux/compiler-gcc5.h | 65 ------ include/linux/usb_usual.h | 2 + lib/assoc_array.c | 4 +- lib/lz4/lz4defs.h | 21 +- net/ipv4/tcp_cubic.c | 22 ++ sound/pci/hda/patch_realtek.c | 9 + sound/usb/mixer_maps.c | 14 ++ sound/usb/quirks.c | 4 + 55 files changed, 907 insertions(+), 347 deletions(-) delete mode 100644 include/linux/compiler-gcc3.h delete mode 100644 include/linux/compiler-gcc4.h delete mode 100644 include/linux/compiler-gcc5.h
Attachment:
signature.asc
Description: OpenPGP digital signature