lkml.org 
[lkml]   [2016]   [Feb]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[3.19.y-ckt stable] Linux 3.19.8-ckt15
Date
I am announcing the release of the Linux 3.19.8-ckt15 kernel.

The updated 3.19.y-ckt tree can be found at:
git://kernel.ubuntu.com/ubuntu/linux.git linux-3.19.y
and can be browsed at:
http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.19.y

The diff from v3.19.8-ckt14 is posted as a follow-up to this email.

The 3.19.y-ckt extended stable tree is maintained by the Canonical Kernel Team.
For more info, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

-Kamal

--
Makefile | 2 +-
arch/arm64/Makefile | 1 +
arch/arm64/kernel/head.S | 5 +++
arch/arm64/mm/pageattr.c | 3 ++
arch/arm64/mm/proc-macros.S | 12 +++++++
arch/arm64/mm/proc.S | 4 +--
arch/powerpc/kernel/eeh_pe.c | 33 +++++++++----------
arch/powerpc/kvm/book3s_hv_rmhandlers.S | 2 +-
arch/powerpc/kvm/powerpc.c | 20 ++++++------
arch/powerpc/perf/power8-pmu.c | 2 +-
arch/x86/include/asm/pgtable_types.h | 6 ++--
arch/x86/kernel/apic/io_apic.c | 6 +++-
arch/x86/mm/pageattr.c | 4 +--
arch/x86/xen/p2m.c | 19 ++++++++++-
drivers/acpi/video_detect.c | 8 -----
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 7 ++++
drivers/iio/imu/adis_buffer.c | 2 +-
drivers/irqchip/irq-atmel-aic-common.c | 2 +-
drivers/media/usb/usbvision/usbvision-video.c | 47 ++++++++++++++++++++++-----
drivers/pci/hotplug/acpiphp_glue.c | 4 ++-
drivers/scsi/sd.c | 7 ++--
drivers/scsi/sr.c | 4 +++
drivers/staging/speakup/selection.c | 5 ++-
drivers/staging/speakup/serialio.c | 13 +++++++-
drivers/tty/n_tty.c | 7 ++--
drivers/tty/serial/8250/8250_pci.c | 29 +++++++++++++++++
drivers/tty/tty_io.c | 24 +++++++++++++-
drivers/usb/class/cdc-acm.c | 14 +++++++-
drivers/usb/class/cdc-acm.h | 1 +
drivers/usb/core/hub.c | 8 +++--
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/ftdi_sio.c | 1 +
drivers/usb/serial/ftdi_sio_ids.h | 1 +
drivers/usb/serial/option.c | 18 +++++++++-
drivers/usb/serial/visor.c | 11 +++++--
kernel/seccomp.c | 22 ++++++-------
lib/asn1_decoder.c | 5 ++-
security/keys/process_keys.c | 1 +
sound/core/compress_offload.c | 11 +++++++
sound/core/seq/oss/seq_oss_init.c | 2 +-
sound/core/seq/oss/seq_oss_synth.c | 2 +-
sound/drivers/dummy.c | 2 +-
sound/firewire/bebob/bebob_stream.c | 14 +++++---
sound/usb/quirks.c | 14 +++++++-
tools/perf/ui/browsers/annotate.c | 4 +--
tools/perf/util/hist.c | 2 ++
46 files changed, 310 insertions(+), 102 deletions(-)

Alan Stern (1):
SCSI: fix crashes in sd and sr runtime PM

Alexey Khoroshilov (1):
[media] usbvision: fix leak of usb_dev on failure paths in usbvision_probe()

Daniele Palmas (1):
USB: serial: option: Adding support for Telit LE922

David Howells (1):
ASN.1: Fix non-match detection failure on data overrun

David Vrabel (1):
x86/xen/p2m: hint at the last populated P2M entry

Du, Changbin (1):
usb: hub: do not clear BOS field during reset device

Gavin Shan (1):
powerpc/eeh: Fix PE location code

Greg Kroah-Hartman (1):
USB: serial: ftdi_sio: add support for Yaesu SCU-18 cable

Greg Kurz (1):
KVM: PPC: Fix ONE_REG AltiVec support

Guillaume Fougnies (1):
ALSA: usb-audio: Fix TEAC UD-501/UD-503/NT-503 usb delay

Hans de Goede (1):
ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"

Insu Yun (1):
ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()

Jan Beulich (1):
x86/mm: Fix types used in pgprot cacheability flags translations

Jann Horn (1):
seccomp: always propagate NO_NEW_PRIVS on tsync

Jiri Olsa (1):
perf hists: Fix HISTC_MEM_DCACHELINE width setting

Johan Hovold (1):
USB: visor: fix null-deref at probe

John Ernberg (1):
USB: option: fix Cinterion AHxx enumeration

Kamal Mostafa (1):
Linux 3.19.8-ckt15

Lars-Peter Clausen (1):
iio: adis_buffer: Fix out-of-bounds memory access

Lorenzo Pieralisi (1):
arm64: kernel: fix architected PMU registers unconditional access

Lu Baolu (2):
usb: cdc-acm: handle unlinked urb in acm read callback
usb: cdc-acm: send zero packet for intel 7260 modem

Lucas Tanure (1):
ALSA: bebob: Use a signed return type for get_formation_index

Madhavan Srinivasan (1):
powerpc/perf: Remove PPMU_HAS_SSLOT flag for Power8

Markus Trippelsdorf (1):
perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed

Matt Fleming (1):
x86/mm/pat: Avoid truncation when converting cpa->numpages to address

Mika Penttilä (1):
arm64: mm: avoid calling apply_to_page_range on empty range

Mika Westerberg (1):
serial: 8250_pci: Add Intel Broadwell ports

Milo Kim (1):
irqchip/atmel-aic: Fix wrong bit operation for IRQ priority

Oliver Neukum (2):
cdc-acm:exclude Samsung phone 04e8:685d
[media] usbvision fix overflow of interfaces array

Peter Dedecker (1):
USB: cp210x: add ID for IAI USB to RS485 adaptor

Peter Hurley (3):
tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)
n_tty: Fix unsafe reference to "other" ldisc
staging/speakup: Use tty_ldisc_ref() for paste kworker

Rob Clark (1):
drm/vmwgfx: respect 'nomodeset'

Samuel Thibault (1):
Staging: speakup: Fix getting port information

Takashi Iwai (4):
ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()
ALSA: seq: Degrade the error message for too many opens
ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architectures
ALSA: dummy: Disable switching timer backend via sysfs

Thomas Gleixner (1):
x86/irq: Call chip->irq_set_affinity in proper context

Thomas Huth (1):
KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8

Vladis Dronov (2):
USB: serial: visor: fix crash on detecting device without write_urbs
[media] usbvision: fix crash on detecting device with invalid configuration

Yevgeny Pats (1):
KEYS: Fix keyring ref leak in join_session_keyring()

dann frazier (1):
arm64: errata: Add -mpc-relative-literal-loads to build flags

\
 
 \ /
  Last update: 2016-02-12 23:21    [W:0.049 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site