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, shuahkh@osg.samsung.com,
patches@kernelci.org, ben.hutchings@codethink.co.uk,
stable@vger.kernel.org
Subject: [PATCH 4.9 00/64] 4.9.53-stable review
Date: Tue, 3 Oct 2017 14:22:52 +0200 [thread overview]
Message-ID: <20171003114228.884821129@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 4.9.53 release.
There are 64 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 Thu Oct 5 11:42:06 UTC 2017.
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.9.53-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.9.53-rc1
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
swiotlb-xen: implement xen_swiotlb_dma_mmap callback
Vladis Dronov <vdronov@redhat.com>
video: fbdev: aty: do not leak uninitialized padding in clk to userspace
Paolo Bonzini <pbonzini@redhat.com>
KVM: VMX: use cmpxchg64
Frederic Barrat <fbarrat@linux.vnet.ibm.com>
cxl: Fix driver use count
Haozhong Zhang <haozhong.zhang@intel.com>
KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
Haozhong Zhang <haozhong.zhang@intel.com>
KVM: VMX: do not change SN bit in vmx_update_pi_irte()
Myungho Jung <mhjungk@gmail.com>
timer/sysclt: Restrict timer migration sysctl values to 0 and 1
Andreas Gruenbacher <agruenba@redhat.com>
gfs2: Fix debugfs glocks dump
Eric Biggers <ebiggers@google.com>
x86/fpu: Don't let userspace set bogus xcomp_bv
Laurent Dufour <ldufour@linux.vnet.ibm.com>
x86/mm: Fix fault error path using unsafe vma pointer
satoru takeuchi <satoru.takeuchi@gmail.com>
btrfs: prevent to set invalid default subvolid
Naohiro Aota <naohiro.aota@wdc.com>
btrfs: propagate error to btrfs_cmp_data_prepare caller
Naohiro Aota <naohiro.aota@wdc.com>
btrfs: fix NULL pointer dereference from free_reloc_roots()
Nicolai Stange <nstange@suse.de>
PCI: Fix race condition with driver_override
Lucas Stach <l.stach@pengutronix.de>
etnaviv: fix gem object list corruption
Ross Zwisler <ross.zwisler@linux.intel.com>
xfs: validate bdev support for DAX inode flag
Jim Mattson <jmattson@google.com>
kvm: nVMX: Don't allow L2 to access the hardware CR8
Jan H. Schönherr <jschoenh@amazon.de>
KVM: VMX: Do not BUG() on out-of-bounds guest IRQ
Boqun Feng <boqun.feng@gmail.com>
kvm/x86: Handle async PF in RCU read-side critical sections
Paolo Bonzini <pbonzini@redhat.com>
KVM: VMX: simplify and fix vmx_vcpu_pi_load
Paolo Bonzini <pbonzini@redhat.com>
KVM: VMX: avoid double list add with VT-d posted interrupts
Paolo Bonzini <pbonzini@redhat.com>
KVM: VMX: extract __pi_post_block
Will Deacon <will.deacon@arm.com>
arm64: fault: Route pte translation faults via do_translation_fault
Marc Zyngier <marc.zyngier@arm.com>
arm64: Make sure SPsel is always set
Oleg Nesterov <oleg@redhat.com>
seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()
Kees Cook <keescook@chromium.org>
selftests/seccomp: Support glibc 2.26 siginfo_t.h
Steve Wise <swise@opengridcomputing.com>
iw_cxgb4: put ep reference in pass_accept_req()
Steve Wise <swise@opengridcomputing.com>
iw_cxgb4: remove the stid on listen create failure
Christoph Hellwig <hch@lst.de>
bsg-lib: don't free job in bsg_prepare_job
Vladis Dronov <vdronov@redhat.com>
nl80211: check for the required netlink attributes presence
Andreas Gruenbacher <agruenba@redhat.com>
vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets
Steve French <smfrench@gmail.com>
SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
Steve French <smfrench@gmail.com>
SMB: Validate negotiate (to protect against downgrade) even if signing off
Steve French <smfrench@gmail.com>
SMB3: Warn user if trying to sign connection that authenticated as guest
Steve French <smfrench@gmail.com>
Fix SMB3.1.1 guest authentication to Samba
Rafael J. Wysocki <rafael.j.wysocki@intel.com>
PM: core: Fix device_pm_check_callbacks()
Gerald Schaefer <gerald.schaefer@de.ibm.com>
s390/mm: fix write access check in gup_huge_pmd()
Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
powerpc/ftrace: Pass the correct stack pointer for DYNAMIC_FTRACE_WITH_REGS
Gustavo Romero <gromero@linux.vnet.ibm.com>
powerpc/tm: Flush TM only if CPU has TM feature
Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
powerpc/pseries: Fix parent_dn reference leak in add_dt_node()
Eric Biggers <ebiggers@google.com>
KEYS: prevent KEYCTL_READ on negative key
Eric Biggers <ebiggers@google.com>
KEYS: prevent creating a different user's keyrings
Eric Biggers <ebiggers@google.com>
KEYS: fix writing past end of user-supplied buffer in keyring_read()
Jason A. Donenfeld <Jason@zx2c4.com>
security/keys: rewrite all of big_key crypto
Jason A. Donenfeld <Jason@zx2c4.com>
security/keys: properly zero out sensitive key material in big_key
LEROY Christophe <christophe.leroy@c-s.fr>
crypto: talitos - fix hashing
LEROY Christophe <christophe.leroy@c-s.fr>
crypto: talitos - fix sha224
LEROY Christophe <christophe.leroy@c-s.fr>
crypto: talitos - Don't provide setkey for non hmac hashing algs.
Stephan Mueller <smueller@chronox.de>
crypto: drbg - fix freeing of resources
Alex Deucher <alexander.deucher@amd.com>
drm/radeon: disable hard reset in hibernate for APUs
Xin Long <lucien.xin@gmail.com>
scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse nlmsg properly
Dennis Yang <dennisyang@qnap.com>
md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_list
Shaohua Li <shli@fb.com>
md/raid5: fix a race condition in stripe batch
Bo Yan <byan@nvidia.com>
tracing: Erase irqsoff trace with empty write
Tahsin Erdogan <tahsin@google.com>
tracing: Fix trace_pipe behavior for instance traces
Paul Mackerras <paulus@ozlabs.org>
KVM: PPC: Book3S HV: Protect updates to spapr_tce_tables list
Paul Mackerras <paulus@ozlabs.org>
KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
Thomas Gleixner <tglx@linutronix.de>
genirq: Make sparse_irq_lock protect what it should protect
Avraham Stern <avraham.stern@intel.com>
mac80211: flush hw_roc_start work before cancelling the ROC
Beni Lev <beni.lev@intel.com>
mac80211_hwsim: Use proper TX power
Johannes Berg <johannes.berg@intel.com>
mac80211: fix VLAN handling with TXQs
John Ogness <john.ogness@linutronix.de>
fs/proc: Report eip/esp in /prod/PID/stat for coredumping
Shu Wang <shuwang@redhat.com>
cifs: release auth_key.response for reconnect.
Shu Wang <shuwang@redhat.com>
cifs: release cifs root_cred after exit_cifs
-------------
Diffstat:
Makefile | 4 +-
arch/arm/xen/mm.c | 1 +
arch/arm64/kernel/head.S | 1 +
arch/arm64/mm/fault.c | 2 +-
arch/powerpc/kernel/entry_64.S | 20 ++-
arch/powerpc/kernel/ptrace.c | 2 +-
arch/powerpc/kvm/book3s_64_vio.c | 57 +++---
arch/powerpc/platforms/pseries/mobility.c | 4 +-
arch/s390/mm/gup.c | 7 +-
arch/x86/kernel/fpu/regset.c | 9 +-
arch/x86/kernel/fpu/signal.c | 4 +
arch/x86/kernel/kvm.c | 3 +-
arch/x86/kvm/vmx.c | 240 ++++++++++++++------------
arch/x86/mm/fault.c | 47 ++---
block/bsg-lib.c | 1 -
crypto/drbg.c | 8 +-
drivers/base/power/main.c | 9 +-
drivers/crypto/talitos.c | 9 +-
drivers/gpu/drm/etnaviv/etnaviv_gem.c | 3 +
drivers/gpu/drm/radeon/radeon_device.c | 2 +-
drivers/infiniband/hw/cxgb4/cm.c | 4 +-
drivers/md/raid5.c | 13 +-
drivers/misc/cxl/api.c | 4 +
drivers/misc/cxl/file.c | 8 +-
drivers/net/wireless/mac80211_hwsim.c | 2 -
drivers/pci/pci-sysfs.c | 11 +-
drivers/scsi/scsi_transport_iscsi.c | 2 +-
drivers/video/fbdev/aty/atyfb_base.c | 2 +-
drivers/xen/swiotlb-xen.c | 19 ++
fs/btrfs/ioctl.c | 6 +-
fs/btrfs/relocation.c | 2 +-
fs/cifs/cifsfs.c | 2 +-
fs/cifs/connect.c | 8 +
fs/cifs/file.c | 7 +
fs/cifs/smb2pdu.c | 21 ++-
fs/gfs2/glock.c | 16 +-
fs/proc/array.c | 9 +
fs/read_write.c | 4 +-
fs/xfs/xfs_ioctl.c | 3 +-
include/linux/key.h | 2 +
include/net/mac80211.h | 15 +-
include/xen/swiotlb-xen.h | 5 +
kernel/irq/irqdesc.c | 24 +--
kernel/seccomp.c | 23 ++-
kernel/sysctl.c | 2 +
kernel/time/timer.c | 2 +-
kernel/trace/trace.c | 12 +-
net/mac80211/iface.c | 17 +-
net/mac80211/offchannel.c | 2 +
net/mac80211/tx.c | 36 +++-
net/wireless/nl80211.c | 3 +
security/keys/Kconfig | 4 +-
security/keys/big_key.c | 138 +++++++--------
security/keys/internal.h | 2 +-
security/keys/key.c | 2 +
security/keys/keyctl.c | 5 +
security/keys/keyring.c | 37 ++--
security/keys/process_keys.c | 6 +-
tools/testing/selftests/seccomp/seccomp_bpf.c | 18 +-
59 files changed, 549 insertions(+), 382 deletions(-)
next reply other threads:[~2017-10-03 12:23 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-03 12:22 Greg Kroah-Hartman [this message]
2017-10-03 12:22 ` [PATCH 4.9 01/64] cifs: release cifs root_cred after exit_cifs Greg Kroah-Hartman
2017-10-03 12:22 ` [PATCH 4.9 02/64] cifs: release auth_key.response for reconnect Greg Kroah-Hartman
2017-10-03 12:22 ` [PATCH 4.9 03/64] fs/proc: Report eip/esp in /prod/PID/stat for coredumping Greg Kroah-Hartman
2017-10-03 12:22 ` [PATCH 4.9 04/64] mac80211: fix VLAN handling with TXQs Greg Kroah-Hartman
2017-10-03 12:22 ` [PATCH 4.9 05/64] mac80211_hwsim: Use proper TX power Greg Kroah-Hartman
2017-10-03 12:22 ` [PATCH 4.9 06/64] mac80211: flush hw_roc_start work before cancelling the ROC Greg Kroah-Hartman
2017-10-03 12:22 ` [PATCH 4.9 07/64] genirq: Make sparse_irq_lock protect what it should protect Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 08/64] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce() Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 09/64] KVM: PPC: Book3S HV: Protect updates to spapr_tce_tables list Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 10/64] tracing: Fix trace_pipe behavior for instance traces Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 11/64] tracing: Erase irqsoff trace with empty write Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 12/64] md/raid5: fix a race condition in stripe batch Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 13/64] md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_list Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 14/64] scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesnt parse nlmsg properly Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 15/64] drm/radeon: disable hard reset in hibernate for APUs Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 16/64] crypto: drbg - fix freeing of resources Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 17/64] crypto: talitos - Dont provide setkey for non hmac hashing algs Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 18/64] crypto: talitos - fix sha224 Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 19/64] crypto: talitos - fix hashing Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 20/64] security/keys: properly zero out sensitive key material in big_key Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 21/64] security/keys: rewrite all of big_key crypto Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 22/64] KEYS: fix writing past end of user-supplied buffer in keyring_read() Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 23/64] KEYS: prevent creating a different users keyrings Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 24/64] KEYS: prevent KEYCTL_READ on negative key Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 25/64] powerpc/pseries: Fix parent_dn reference leak in add_dt_node() Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 26/64] powerpc/tm: Flush TM only if CPU has TM feature Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 27/64] powerpc/ftrace: Pass the correct stack pointer for DYNAMIC_FTRACE_WITH_REGS Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 28/64] s390/mm: fix write access check in gup_huge_pmd() Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 29/64] PM: core: Fix device_pm_check_callbacks() Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 30/64] Fix SMB3.1.1 guest authentication to Samba Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 31/64] SMB3: Warn user if trying to sign connection that authenticated as guest Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 32/64] SMB: Validate negotiate (to protect against downgrade) even if signing off Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 33/64] SMB3: Dont ignore O_SYNC/O_DSYNC and O_DIRECT flags Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 34/64] vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 35/64] nl80211: check for the required netlink attributes presence Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 36/64] bsg-lib: dont free job in bsg_prepare_job Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 37/64] iw_cxgb4: remove the stid on listen create failure Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 38/64] iw_cxgb4: put ep reference in pass_accept_req() Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 39/64] selftests/seccomp: Support glibc 2.26 siginfo_t.h Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 40/64] seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter() Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 41/64] arm64: Make sure SPsel is always set Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 42/64] arm64: fault: Route pte translation faults via do_translation_fault Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 46/64] kvm/x86: Handle async PF in RCU read-side critical sections Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 48/64] kvm: nVMX: Dont allow L2 to access the hardware CR8 Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 49/64] xfs: validate bdev support for DAX inode flag Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 50/64] etnaviv: fix gem object list corruption Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 51/64] PCI: Fix race condition with driver_override Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 52/64] btrfs: fix NULL pointer dereference from free_reloc_roots() Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 53/64] btrfs: propagate error to btrfs_cmp_data_prepare caller Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 54/64] btrfs: prevent to set invalid default subvolid Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 55/64] x86/mm: Fix fault error path using unsafe vma pointer Greg Kroah-Hartman
2017-10-03 12:23 ` Greg Kroah-Hartman
2017-10-03 12:23 ` [kernel-hardening] [PATCH 4.9 56/64] x86/fpu: Dont let userspace set bogus xcomp_bv Greg Kroah-Hartman
2017-10-03 12:23 ` Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 57/64] gfs2: Fix debugfs glocks dump Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 58/64] timer/sysclt: Restrict timer migration sysctl values to 0 and 1 Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 61/64] cxl: Fix driver use count Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 62/64] KVM: VMX: use cmpxchg64 Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 63/64] video: fbdev: aty: do not leak uninitialized padding in clk to userspace Greg Kroah-Hartman
2017-10-03 12:23 ` [PATCH 4.9 64/64] swiotlb-xen: implement xen_swiotlb_dma_mmap callback Greg Kroah-Hartman
2017-10-03 19:27 ` [PATCH 4.9 00/64] 4.9.53-stable review Shuah Khan
2017-10-03 20:29 ` Tom Gall
2017-10-04 7:56 ` Greg Kroah-Hartman
2017-10-03 20:42 ` Guenter Roeck
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=20171003114228.884821129@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=ben.hutchings@codethink.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=patches@kernelci.org \
--cc=shuahkh@osg.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.