lkml.org 
[lkml]   [2016]   [Feb]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectLinux 3.14.62
Date
I'm announcing the release of the 3.14.62 kernel.

All users of the 3.14 kernel series must upgrade.

The updated 3.14.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.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

thanks,

greg k-h

------------

Makefile | 2
arch/arm/boot/dts/kirkwood-ts219.dtsi | 2
arch/arm/common/icst.c | 9 ++
arch/arm/mm/proc-v7.S | 4 -
arch/m32r/kernel/setup.c | 3
arch/powerpc/kvm/book3s_hv_rmhandlers.S | 2
arch/x86/mm/pageattr.c | 4 -
block/blk-core.c | 12 +++
drivers/gpu/drm/i915/i915_gem.c | 8 ++
drivers/iio/adc/ad7793.c | 2
drivers/iio/dac/ad5064.c | 91 ++++++++++++++++++---------
drivers/iio/dac/mcp4725.c | 1
drivers/iio/imu/adis_buffer.c | 2
drivers/iio/industrialio-buffer.c | 2
drivers/iio/industrialio-core.c | 2
drivers/input/mouse/elantech.c | 9 ++
drivers/input/serio/i8042-x86ia64io.h | 7 ++
drivers/iommu/dmar.c | 2
drivers/iommu/intel_irq_remapping.c | 2
drivers/net/wan/x25_asy.c | 6 -
drivers/phy/phy-twl4030-usb.c | 1
drivers/platform/x86/intel_scu_ipcutil.c | 2
drivers/scsi/device_handler/scsi_dh_rdac.c | 4 -
drivers/scsi/hosts.c | 11 +++
drivers/scsi/scsi_devinfo.c | 1
drivers/scsi/scsi_pm.c | 20 ++---
drivers/scsi/scsi_sysfs.c | 22 ++----
drivers/scsi/sd.c | 7 +-
drivers/scsi/sg.c | 2
drivers/scsi/sr.c | 4 +
drivers/staging/iio/adc/lpc32xx_adc.c | 4 -
drivers/staging/speakup/selection.c | 5 +
drivers/target/iscsi/iscsi_target.c | 13 +++
drivers/target/iscsi/iscsi_target_configfs.c | 16 ++++
drivers/target/iscsi/iscsi_target_nego.c | 1
drivers/tty/pty.c | 21 +++++-
drivers/tty/serial/8250/8250_pci.c | 22 +++++-
drivers/usb/host/xhci.c | 4 -
fs/aio.c | 9 ++
fs/btrfs/backref.c | 10 +-
fs/btrfs/delayed-inode.c | 3
fs/btrfs/delayed-inode.h | 2
fs/btrfs/inode.c | 14 +++-
fs/cifs/cifsencrypt.c | 2
fs/cifs/readdir.c | 1
fs/devpts/inode.c | 20 +++++
fs/ext4/resize.c | 2
fs/fuse/file.c | 2
fs/nfs/nfs4proc.c | 2
fs/proc/array.c | 2
fs/proc/base.c | 20 ++---
fs/proc/namespaces.c | 4 -
fs/udf/inode.c | 15 ++++
fs/udf/unicode.c | 21 +++++-
include/linux/compiler.h | 2
include/linux/devpts_fs.h | 4 +
include/linux/ptrace.h | 24 ++++++-
include/linux/radix-tree.h | 22 +++++-
kernel/events/core.c | 6 +
kernel/futex.c | 7 +-
kernel/futex_compat.c | 2
kernel/kcmp.c | 4 -
kernel/module.c | 26 ++++---
kernel/ptrace.c | 39 +++++++++--
lib/dma-debug.c | 6 -
lib/dump_stack.c | 7 +-
lib/klist.c | 6 -
lib/radix-tree.c | 12 ++-
mm/memcontrol.c | 11 +--
mm/memory-failure.c | 2
mm/memory_hotplug.c | 31 +++++----
mm/process_vm_access.c | 2
net/ipv6/ip6mr.c | 2
scripts/bloat-o-meter | 8 +-
security/commoncap.c | 7 +-
sound/core/seq/seq_ports.c | 13 ++-
tools/lib/traceevent/event-parse.c | 5 -
tools/perf/Documentation/perf-trace.txt | 1
78 files changed, 519 insertions(+), 191 deletions(-)

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

Andrew Banman (1):
mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()

Andrew Elble (1):
nfs: Fix race in __update_open_stateid()

Andrew Gabbasov (2):
udf: Prevent buffer overrun with multi-byte characters
udf: Check output buffer length when converting name to CS0

Anson Huang (1):
ARM: 8471/1: need to save/restore arm register(r11) when it is corrupted

Anton Protopopov (1):
cifs: fix erroneous return value

Arnd Bergmann (1):
tracing: Fix freak link error caused by branch tracer

Aurélien Francillon (1):
Input: i8042 - add Fujitsu Lifebook U745 to the nomux list

Bart Van Assche (1):
Fix a memory leak in scsi_host_dev_release()

Benjamin Tissoires (1):
Input: elantech - mark protocols v2 and v3 as semi-mt

CQ Tang (1):
iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG

Christoph Hellwig (1):
scsi: restart list search after unlock in scsi_remove_target

Dan Carpenter (2):
iio: fix some warning messages
intel_scu_ipcutil: underflow in scu_reg_access()

Daniel Mentz (1):
dma-debug: Fix dma_debug_entry offset calculation

David Sterba (1):
btrfs: properly set the termination value of ctx->pos in readdir

Eric Dumazet (1):
dump_stack: avoid potential deadlocks

Filipe Manana (1):
Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl

Greg Kroah-Hartman (2):
AIO: properly check iovec sizes
Linux 3.14.62

Hannes Reinecke (1):
scsi_dh_rdac: always retry MODE SELECT on command lock violation

Helmut Klein (1):
ARM: dts: Kirkwood: Fix QNAP TS219 power-off

Herton R. Krzesinski (2):
pty: fix possible use after free of tty->driver_data
pty: make sure super_block is still valid in final /dev/tty close

Imre Deak (1):
drm/i915: get runtime PM reference around GEM set_caching IOCTL

Insu Yun (1):
ext4: fix potential integer overflow

James Bottomley (2):
klist: fix starting point removed bug in klist iterators
scsi: fix soft lockup in scsi_remove_target() on module removal

Jann Horn (1):
ptrace: use fsuid, fsgid, effective creds for fs access checks

Ken Xue (2):
SCSI: Fix NULL pointer dereference in runtime PM
Revert "SCSI: Fix NULL pointer dereference in runtime PM"

Kirill A. Shutemov (1):
drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration

Konstantin Khlebnikov (1):
radix-tree: fix oops after radix_tree_iter_retry

Lars-Peter Clausen (3):
iio:ad7793: Fix ad7785 product ID
iio: ad5064: Fix ad5629/ad5669 shift
iio: adis_buffer: Fix out-of-bounds memory access

Laura Abbott (1):
dma-debug: switch check from _text to _stext

Linus Walleij (2):
ARM: 8519/1: ICST: try other dividends than 1
ARM: 8517/1: ICST: avoid arithmetic overflow in icst_hz()

Martijn Coenen (1):
memcg: only free spare array when readers are done

Mathias Nyman (1):
xhci: Fix list corruption in urb dequeue at host removal

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

Matthew Wilcox (1):
radix-tree: fix race in gang lookup

Michael Hennerich (1):
iio:ad5064: Make sure ad5064_i2c_write() returns 0 on success

Mika Westerberg (1):
SCSI: Add Marvell Console to VPD blacklist

Naoya Horiguchi (1):
mm: soft-offline: check return value in second __get_any_page() call

Nicholas Bellinger (2):
iscsi-target: Fix rx_login_comp hang after login failure
iscsi-target: Fix potential dead-lock during node acl delete

Peter Feiner (1):
perf trace: Fix documentation for -i

Peter Hurley (2):
wan/x25: Fix use-after-free in x25_asy_open_tty()
staging/speakup: Use tty_ldisc_ref() for paste kworker

Peter Oberparleiter (1):
scsi_sysfs: Fix queue_ramp_up_period return code

Peter Zijlstra (1):
perf: Fix inherited events vs. tracepoint filters

Roman Gushchin (1):
fuse: break infinite loop in fuse_fill_write_pages()

Rusty Russell (1):
module: wrapper for symbol name.

Sergey Senozhatsky (1):
scripts/bloat-o-meter: fix python3 syntax error

Soeren Grunewald (1):
serial: 8250_pci: Correct uartclk for xr17v35x expansion chips

Steven Rostedt (1):
tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines

Sudip Mukherjee (1):
m32r: fix m32104ut_defconfig build fail

Takashi Iwai (2):
ALSA: seq: Fix double port list deletion
Input: elantech - add Fujitsu Lifebook U745 to force crc_enabled

Thomas Gleixner (1):
futex: Drop refcount if requeue_pi() acquired the rtmutex

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

Tony Lindgren (1):
phy: twl4030-usb: Relase usb phy on unload

Vasily Averin (1):
cifs_dbg() outputs an uninitialized buffer in cifs_readdir()

Vegard Nossum (1):
udf: limit the maximum number of indirect extents in a row

Vladimir Zapolskiy (1):
iio: lpc32xx_adc: fix warnings caused by enabling unprepared clock

WANG Cong (1):
ip6mr: call del_timer_sync() in ip6mr_free_table()

Yong Li (1):
iio: dac: mcp4725: set iio name property in sysfs



[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2016-02-26 07:01    [W:0.044 / U:1.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site