From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753586AbbJWRq1 (ORCPT ); Fri, 23 Oct 2015 13:46:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40907 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753043AbbJWRpc (ORCPT ); Fri, 23 Oct 2015 13:45:32 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah.kh@samsung.com, stable@vger.kernel.org Subject: [PATCH 4.2 00/54] 4.2.5-stable review Date: Fri, 23 Oct 2015 10:44:36 -0700 Message-Id: <20151023174519.086915553@linuxfoundation.org> X-Mailer: git-send-email 2.6.1 MIME-Version: 1.0 User-Agent: quilt/0.64 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.2.5 release. There are 54 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Sun Oct 25 17:45:07 UTC 2015. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.2.5-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.2.5-rc1 Steve Wise svcrdma: handle rdma read with a non-zero initial page offset Steve Capper arm64: Fix THP protection change logic Uwe Kleine-König pinctrl: imx25: ensure that a pin with id i is at position i in the info array Thomas Gleixner timekeeping: Increment clock_was_set_seq in timekeeping_init() Ilya Dryomov rbd: fix double free on rbd_dev->header_name Mike Snitzer dm thin: fix missing pool reference count decrement in pool_ctr error path Michel Dänzer drm/amdgpu: Keep the pflip interrupts always enabled v7 Alex Deucher drm/amdgpu: check before checking pci bridge registers Alex Deucher drm/amdgpu: fix num_crtc on CZ Alex Deucher drm/amdgpu: add pm sysfs files late Alex Deucher drm/radeon: add pm sysfs files late Dave Airlie drm/radeon: attach tile property to mst connector Dave Airlie drm/dp/mst: make mst i2c transfer code more robust. Ben Skeggs drm/nouveau/fbcon: take runpm reference when userspace has an open fd Gerd Hoffmann drm/qxl: fix framebuffer dirty rectangle tracking. Paolo Bonzini KVM: x86: fix RSM into 64-bit protected mode Paolo Bonzini KVM: x86: fix SMI to halted VCPU Paolo Bonzini KVM: x86: clean up kvm_arch_vcpu_runnable Shaohua Li workqueue: make sure delayed work run in local cpu Wolfram Sang i2c: designware-platdrv: enable RuntimePM before registering to the core Mika Westerberg i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348 Wolfram Sang i2c: s3c2410: enable RuntimePM before registering to the core Wolfram Sang i2c: rcar: enable RuntimePM before registering to the core Javier Martinez Canillas mfd: max77843: Fix max77843_chg_init() return on error Christoph Hellwig nfsd/blocklayout: accept any minlength Linus Walleij ARM: ux500: simplify secondary CPU boot Will Deacon arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419 Chris Mason btrfs: fix use after free iterating extrefs David Sterba btrfs: check unsupported filters in balance arguments Shaohua Li memcg: convert threshold to bytes Russell King crypto: ahash - ensure statesize is non-zero Ben Hutchings crypto: camellia_aesni_avx - Fix CPU feature checks Dave Kleikamp crypto: sparc - initialize blkcipher.ivsize Daniel Vetter drm: Fix locking for sysfs dpms file Arad, Ronen netlink: Trim skb to alloc size to avoid MSG_TRUNC Jon Paul Maloy tipc: move fragment importance field to new header position Joe Perches ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings Eric W. Biederman ipv6: Don't call with rt6_uncached_list_flush_dev Alexei Starovoitov bpf: clear sender_cpu before xmit WANG Cong act_mirred: clear sender cpu before sending to tx Konstantin Khlebnikov ovs: do not allocate memory from offline numa node Daniel Borkmann bpf: fix panic in SO_GET_FILTER with native ebpf programs Eric Dumazet inet: fix race in reqsk_queue_unlink() Guillaume Nault ppp: don't override sk->sk_state in pppoe_flush_dev() Eric Dumazet net: add pfmemalloc check in sk_add_backlog() Eric Dumazet inet: fix races in reqsk_queue_hash_req() Vivien Didelot net: dsa: fix preparation of a port STP update Pravin B Shelar skbuff: Fix skb checksum partial check. Pravin B Shelar skbuff: Fix skb checksum flag on skb pull Andrey Vagin net/unix: fix logic about sk_peek_offset Aaron Conole af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag Aaron Conole af_unix: Convert the unix_sk macro to an inline function for type safety Alexander Couzens l2tp: protect tunnel->del_work by ref_count Ivan Mikhaylov net/ibm/emac: bump version numbers for correct work with ethtool ------------- Diffstat: Makefile | 4 +- arch/arm/mach-ux500/Makefile | 2 +- arch/arm/mach-ux500/cpu-db8500.c | 1 - arch/arm/mach-ux500/headsmp.S | 37 -------- arch/arm/mach-ux500/platsmp.c | 132 ++++++++-------------------- arch/arm/mach-ux500/setup.h | 1 - arch/arm64/Makefile | 2 +- arch/arm64/include/asm/pgtable.h | 4 +- arch/sparc/crypto/aes_glue.c | 2 + arch/sparc/crypto/camellia_glue.c | 1 + arch/sparc/crypto/des_glue.c | 2 + arch/x86/crypto/camellia_aesni_avx_glue.c | 5 ++ arch/x86/kvm/emulate.c | 10 ++- arch/x86/kvm/x86.c | 42 ++++++--- crypto/ahash.c | 3 +- drivers/block/rbd.c | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 - drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 8 +- drivers/gpu/drm/amd/amdgpu/cik.c | 3 + drivers/gpu/drm/amd/amdgpu/cz_dpm.c | 10 ++- drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 30 ++++++- drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 32 ++++++- drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 30 ++++++- drivers/gpu/drm/amd/amdgpu/kv_dpm.c | 9 +- drivers/gpu/drm/amd/amdgpu/vi.c | 3 + drivers/gpu/drm/drm_dp_mst_topology.c | 3 +- drivers/gpu/drm/drm_sysfs.c | 12 +-- drivers/gpu/drm/nouveau/nouveau_fbcon.c | 24 +++++ drivers/gpu/drm/qxl/qxl_fb.c | 19 ++-- drivers/gpu/drm/radeon/radeon_display.c | 14 +-- drivers/gpu/drm/radeon/radeon_dp_mst.c | 1 + drivers/gpu/drm/radeon/radeon_pm.c | 63 +++++++------ drivers/i2c/busses/i2c-designware-platdrv.c | 33 +++++-- drivers/i2c/busses/i2c-rcar.c | 7 +- drivers/i2c/busses/i2c-s3c2410.c | 8 +- drivers/md/dm-thin.c | 2 +- drivers/mfd/max77843.c | 2 +- drivers/net/ethernet/ibm/emac/core.h | 6 +- drivers/net/ppp/pppoe.c | 1 - drivers/pinctrl/freescale/pinctrl-imx25.c | 4 +- fs/btrfs/backref.c | 8 +- fs/btrfs/ioctl.c | 5 ++ fs/btrfs/volumes.h | 8 ++ fs/nfsd/blocklayout.c | 8 -- include/drm/drm_dp_mst_helper.h | 3 +- include/linux/skbuff.h | 3 + include/net/af_unix.h | 6 +- include/net/sock.h | 8 ++ kernel/time/timekeeping.c | 2 +- kernel/workqueue.c | 8 +- mm/memcontrol.c | 1 + net/core/ethtool.c | 2 +- net/core/filter.c | 7 +- net/core/skbuff.c | 9 +- net/dsa/slave.c | 11 ++- net/ipv4/inet_connection_sock.c | 27 +++--- net/ipv6/route.c | 12 +-- net/l2tp/l2tp_core.c | 11 ++- net/netlink/af_netlink.c | 34 ++++--- net/openvswitch/flow_table.c | 3 +- net/sched/act_mirred.c | 1 + net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 6 +- net/tipc/msg.h | 4 +- net/unix/af_unix.c | 17 +++- 64 files changed, 466 insertions(+), 313 deletions(-)