From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
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 [thread overview]
Message-ID: <20151023174519.086915553@linuxfoundation.org> (raw)
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 <gregkh@linuxfoundation.org>
Linux 4.2.5-rc1
Steve Wise <swise@opengridcomputing.com>
svcrdma: handle rdma read with a non-zero initial page offset
Steve Capper <steve.capper@linaro.org>
arm64: Fix THP protection change logic
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
pinctrl: imx25: ensure that a pin with id i is at position i in the info array
Thomas Gleixner <tglx@linutronix.de>
timekeeping: Increment clock_was_set_seq in timekeeping_init()
Ilya Dryomov <idryomov@gmail.com>
rbd: fix double free on rbd_dev->header_name
Mike Snitzer <snitzer@redhat.com>
dm thin: fix missing pool reference count decrement in pool_ctr error path
Michel Dänzer <michel.daenzer@amd.com>
drm/amdgpu: Keep the pflip interrupts always enabled v7
Alex Deucher <alexander.deucher@amd.com>
drm/amdgpu: check before checking pci bridge registers
Alex Deucher <alexander.deucher@amd.com>
drm/amdgpu: fix num_crtc on CZ
Alex Deucher <alexander.deucher@amd.com>
drm/amdgpu: add pm sysfs files late
Alex Deucher <alexander.deucher@amd.com>
drm/radeon: add pm sysfs files late
Dave Airlie <airlied@redhat.com>
drm/radeon: attach tile property to mst connector
Dave Airlie <airlied@gmail.com>
drm/dp/mst: make mst i2c transfer code more robust.
Ben Skeggs <bskeggs@redhat.com>
drm/nouveau/fbcon: take runpm reference when userspace has an open fd
Gerd Hoffmann <kraxel@redhat.com>
drm/qxl: fix framebuffer dirty rectangle tracking.
Paolo Bonzini <pbonzini@redhat.com>
KVM: x86: fix RSM into 64-bit protected mode
Paolo Bonzini <pbonzini@redhat.com>
KVM: x86: fix SMI to halted VCPU
Paolo Bonzini <pbonzini@redhat.com>
KVM: x86: clean up kvm_arch_vcpu_runnable
Shaohua Li <shli@fb.com>
workqueue: make sure delayed work run in local cpu
Wolfram Sang <wsa+renesas@sang-engineering.com>
i2c: designware-platdrv: enable RuntimePM before registering to the core
Mika Westerberg <mika.westerberg@linux.intel.com>
i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348
Wolfram Sang <wsa+renesas@sang-engineering.com>
i2c: s3c2410: enable RuntimePM before registering to the core
Wolfram Sang <wsa+renesas@sang-engineering.com>
i2c: rcar: enable RuntimePM before registering to the core
Javier Martinez Canillas <javier@osg.samsung.com>
mfd: max77843: Fix max77843_chg_init() return on error
Christoph Hellwig <hch@lst.de>
nfsd/blocklayout: accept any minlength
Linus Walleij <linus.walleij@linaro.org>
ARM: ux500: simplify secondary CPU boot
Will Deacon <will.deacon@arm.com>
arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419
Chris Mason <clm@fb.com>
btrfs: fix use after free iterating extrefs
David Sterba <dsterba@suse.com>
btrfs: check unsupported filters in balance arguments
Shaohua Li <shli@fb.com>
memcg: convert threshold to bytes
Russell King <rmk+kernel@arm.linux.org.uk>
crypto: ahash - ensure statesize is non-zero
Ben Hutchings <ben@decadent.org.uk>
crypto: camellia_aesni_avx - Fix CPU feature checks
Dave Kleikamp <dave.kleikamp@oracle.com>
crypto: sparc - initialize blkcipher.ivsize
Daniel Vetter <daniel.vetter@ffwll.ch>
drm: Fix locking for sysfs dpms file
Arad, Ronen <ronen.arad@intel.com>
netlink: Trim skb to alloc size to avoid MSG_TRUNC
Jon Paul Maloy <jon.maloy@ericsson.com>
tipc: move fragment importance field to new header position
Joe Perches <joe@perches.com>
ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings
Eric W. Biederman <ebiederm@xmission.com>
ipv6: Don't call with rt6_uncached_list_flush_dev
Alexei Starovoitov <ast@plumgrid.com>
bpf: clear sender_cpu before xmit
WANG Cong <xiyou.wangcong@gmail.com>
act_mirred: clear sender cpu before sending to tx
Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
ovs: do not allocate memory from offline numa node
Daniel Borkmann <daniel@iogearbox.net>
bpf: fix panic in SO_GET_FILTER with native ebpf programs
Eric Dumazet <edumazet@google.com>
inet: fix race in reqsk_queue_unlink()
Guillaume Nault <g.nault@alphalink.fr>
ppp: don't override sk->sk_state in pppoe_flush_dev()
Eric Dumazet <edumazet@google.com>
net: add pfmemalloc check in sk_add_backlog()
Eric Dumazet <edumazet@google.com>
inet: fix races in reqsk_queue_hash_req()
Vivien Didelot <vivien.didelot@savoirfairelinux.com>
net: dsa: fix preparation of a port STP update
Pravin B Shelar <pshelar@nicira.com>
skbuff: Fix skb checksum partial check.
Pravin B Shelar <pshelar@nicira.com>
skbuff: Fix skb checksum flag on skb pull
Andrey Vagin <avagin@openvz.org>
net/unix: fix logic about sk_peek_offset
Aaron Conole <aconole@bytheb.org>
af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag
Aaron Conole <aconole@bytheb.org>
af_unix: Convert the unix_sk macro to an inline function for type safety
Alexander Couzens <lynxis@fe80.eu>
l2tp: protect tunnel->del_work by ref_count
Ivan Mikhaylov <ivan@ru.ibm.com>
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(-)
next reply other threads:[~2015-10-23 17:46 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-23 17:44 Greg Kroah-Hartman [this message]
2015-10-23 17:44 ` [PATCH 4.2 01/54] net/ibm/emac: bump version numbers for correct work with ethtool Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 02/54] l2tp: protect tunnel->del_work by ref_count Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 03/54] af_unix: Convert the unix_sk macro to an inline function for type safety Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 04/54] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 05/54] net/unix: fix logic about sk_peek_offset Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 06/54] skbuff: Fix skb checksum flag on skb pull Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 07/54] skbuff: Fix skb checksum partial check Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 08/54] net: dsa: fix preparation of a port STP update Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 09/54] inet: fix races in reqsk_queue_hash_req() Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 10/54] net: add pfmemalloc check in sk_add_backlog() Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 11/54] ppp: dont override sk->sk_state in pppoe_flush_dev() Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 12/54] inet: fix race in reqsk_queue_unlink() Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 13/54] bpf: fix panic in SO_GET_FILTER with native ebpf programs Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 14/54] ovs: do not allocate memory from offline numa node Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 15/54] act_mirred: clear sender cpu before sending to tx Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 16/54] bpf: clear sender_cpu before xmit Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 17/54] ipv6: Dont call with rt6_uncached_list_flush_dev Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 18/54] ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 19/54] tipc: move fragment importance field to new header position Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 20/54] netlink: Trim skb to alloc size to avoid MSG_TRUNC Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 21/54] drm: Fix locking for sysfs dpms file Greg Kroah-Hartman
2015-10-23 17:44 ` [PATCH 4.2 22/54] crypto: sparc - initialize blkcipher.ivsize Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 24/54] crypto: ahash - ensure statesize is non-zero Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 25/54] memcg: convert threshold to bytes Greg Kroah-Hartman
2015-10-24 5:46 ` Ben Hutchings
2015-10-25 16:32 ` Michal Hocko
2015-10-25 16:32 ` Michal Hocko
2015-10-27 10:31 ` Michal Hocko
2015-10-27 10:31 ` Michal Hocko
2015-10-23 17:45 ` [PATCH 4.2 26/54] btrfs: check unsupported filters in balance arguments Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 27/54] btrfs: fix use after free iterating extrefs Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 28/54] arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419 Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 29/54] ARM: ux500: simplify secondary CPU boot Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 30/54] nfsd/blocklayout: accept any minlength Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 31/54] mfd: max77843: Fix max77843_chg_init() return on error Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 32/54] i2c: rcar: enable RuntimePM before registering to the core Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 33/54] i2c: s3c2410: " Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 34/54] i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348 Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 35/54] i2c: designware-platdrv: enable RuntimePM before registering to the core Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 36/54] workqueue: make sure delayed work run in local cpu Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 38/54] KVM: x86: fix SMI to halted VCPU Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 39/54] KVM: x86: fix RSM into 64-bit protected mode Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 40/54] drm/qxl: fix framebuffer dirty rectangle tracking Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 41/54] drm/nouveau/fbcon: take runpm reference when userspace has an open fd Greg Kroah-Hartman
2015-10-24 6:12 ` Ben Hutchings
2015-10-23 17:45 ` [PATCH 4.2 42/54] drm/dp/mst: make mst i2c transfer code more robust Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 43/54] drm/radeon: attach tile property to mst connector Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 44/54] drm/radeon: add pm sysfs files late Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 45/54] drm/amdgpu: " Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 46/54] drm/amdgpu: fix num_crtc on CZ Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 49/54] dm thin: fix missing pool reference count decrement in pool_ctr error path Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 50/54] rbd: fix double free on rbd_dev->header_name Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 51/54] timekeeping: Increment clock_was_set_seq in timekeeping_init() Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 53/54] arm64: Fix THP protection change logic Greg Kroah-Hartman
2015-10-23 17:45 ` [PATCH 4.2 54/54] svcrdma: handle rdma read with a non-zero initial page offset Greg Kroah-Hartman
2015-10-23 21:54 ` [PATCH 4.2 00/54] 4.2.5-stable review Shuah Khan
2015-10-23 23:22 ` Greg Kroah-Hartman
2015-10-24 2:04 ` Guenter Roeck
2015-10-24 13:20 ` Greg Kroah-Hartman
[not found] ` <562ba038.8608b40a.39b42.ffffbb49@mx.google.com>
2015-10-24 15:18 ` Kevin Hilman
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=20151023174519.086915553@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=shuah.kh@samsung.com \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.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.