lkml.org 
[lkml]   [2016]   [Feb]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[4.2.y-ckt stable] Linux 4.2.8-ckt4 stable review
Date
This is the start of the review cycle for the Linux 4.2.8-ckt4 stable
kernel.

This version contains 64 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-4.2.y-review

git://kernel.ubuntu.com/ubuntu/linux.git linux-4.2.y-review

The review period for version 4.2.8-ckt4 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 4.2.y-ckt extended stable kernel
series, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable .

-Kamal

--
Documentation/DMA-API.txt | 7 ++++
arch/arm64/Makefile | 1 +
arch/arm64/kernel/head.S | 5 +++
arch/arm64/mm/mmu.c | 12 +++----
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/kernel/misc_64.S | 28 ---------------
arch/powerpc/kernel/module_64.c | 12 +++++--
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 +--
drivers/acpi/video_detect.c | 8 -----
drivers/cpufreq/cpufreq_governor.c | 11 ++++--
drivers/cpufreq/pxa2xx-cpufreq.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 7 ++--
drivers/gpu/drm/amd/amdgpu/tonga_dpm.c | 17 ++-------
drivers/gpu/drm/radeon/dce6_afmt.c | 12 ++-----
drivers/gpu/drm/radeon/evergreen_hdmi.c | 10 ++++++
drivers/gpu/drm/radeon/evergreend.h | 5 +++
drivers/gpu/drm/radeon/radeon.h | 2 +-
drivers/gpu/drm/radeon/radeon_atombios.c | 49 +++++++++++++++++++-------
drivers/gpu/drm/radeon/radeon_audio.c | 20 +++++++----
drivers/gpu/drm/radeon/radeon_audio.h | 1 +
drivers/gpu/drm/radeon/vce_v1_0.c | 12 +++----
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 7 ++++
drivers/hwmon/dell-smm-hwmon.c | 11 ++++++
drivers/iio/imu/adis_buffer.c | 2 +-
drivers/irqchip/irq-atmel-aic-common.c | 2 +-
drivers/net/xen-netback/netback.c | 7 ++--
drivers/net/xen-netfront.c | 21 +++++++-----
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 ++++--
drivers/virtio/virtio_pci_common.c | 2 ++
fs/timerfd.c | 2 +-
include/linux/dmapool.h | 6 ++++
include/linux/hrtimer.h | 34 ++++++++++++++++--
kernel/seccomp.c | 22 ++++++------
kernel/time/hrtimer.c | 55 ++++++++++++++++++++----------
kernel/time/itimer.c | 2 +-
kernel/time/posix-timers.c | 2 +-
kernel/time/tick-sched.c | 4 +--
kernel/time/timer_list.c | 2 +-
net/sctp/sm_sideeffect.c | 42 ++++++++++++-----------
scripts/mod/modpost.c | 3 +-
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 ++
tools/perf/util/session.c | 2 +-
73 files changed, 497 insertions(+), 246 deletions(-)

Alan Modra (1):
powerpc: Simplify module TOC handling

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

Alex Deucher (2):
drm/amdgpu: fix tonga smu resume
drm/radeon: properly byte swap vce firmware setup

Arnd Bergmann (1):
cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype

Christian König (1):
drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2

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

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

Joe Jin (1):
xen-netfront: update num_queues to real created

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

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

Kamal Mostafa (1):
[4.2-stable only] Revert "arm64: mm: use correct mapping granularity under DEBUG_RODATA"

Karl Heiss (1):
sctp: Prevent soft lockup when sctp_accept() is called during a timeout event

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

Michael S. Tsirkin (1):
virtio_pci: fix use after free on release

Michel Dänzer (1):
drm/amdgpu: Use drm_calloc_large for VM page_tables array

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 (1):
cdc-acm:exclude Samsung phone 04e8:685d

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

Ravi Bangoria (1):
perf kvm record/report: 'unprocessable sample' error while recording/reporting guest data

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

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

Sean O. Stalley (1):
mm: add dma_pool_zalloc() call to DMA API

Slava Grigorev (3):
drm/radeon: cleaned up VCO output settings for DP audio
drm/radeon: Add a common function for DFS handling
drm/radeon: fix DP audio support for APU with DCE4.1 display engine

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 (5):
x86/irq: Call chip->irq_set_affinity in proper context
hrtimer: Handle remaining time proper for TIME_LOW_RES
timerfd: Handle relative timers with CONFIG_TIME_LOW_RES proper
posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES proper
itimers: Handle relative timers with CONFIG_TIME_LOW_RES proper

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

Thorsten Leemhuis (1):
hwmon: (dell-smm) Blacklist Dell Studio XPS 8000

Viresh Kumar (1):
cpufreq: Fix NULL reference crash while accessing policy->governor_data

Vladis Dronov (1):
USB: serial: visor: fix crash on detecting device without write_urbs

Wanpeng Li (1):
tick/nohz: Set the correct expiry when switching to nohz/lowres mode

Wei Liu (2):
xen-netback: respect user provided max_queues
xen-netfront: respect user provided max_queues

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

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