From: Sasha Levin <sasha.levin@oracle.com>
To: LKML <linux-kernel@vger.kernel.org>, stable <stable@vger.kernel.org>
Cc: lwn@lwn.net
Subject: Linux 3.18.32
Date: Thu, 28 Apr 2016 12:42:34 -0400 [thread overview]
Message-ID: <57223D7A.4030404@oracle.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 7812 bytes --]
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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
reply other threads:[~2016-04-28 16:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=57223D7A.4030404@oracle.com \
--to=sasha.levin@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.