Linux 4.13.5

From: Greg KH
Date: Thu Oct 05 2017 - 04:13:43 EST


I'm announcing the release of the 4.13.5 kernel.

All users of the 4.13 kernel series must upgrade.

The updated 4.13.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.13.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/arm64/include/asm/pgtable.h | 2
arch/arm64/kernel/head.S | 1
arch/arm64/mm/fault.c | 2
arch/mips/kernel/perf_event_mipsxx.c | 3
arch/powerpc/kernel/eeh.c | 4
arch/powerpc/kernel/eeh_dev.c | 18 -
arch/powerpc/kernel/ptrace.c | 2
arch/powerpc/kvm/book3s_hv.c | 2
arch/powerpc/kvm/book3s_hv_rm_xive.c | 1
arch/powerpc/kvm/book3s_hv_rmhandlers.S | 17 +
arch/powerpc/kvm/book3s_xive.c | 1
arch/powerpc/kvm/book3s_xive_template.c | 7
arch/powerpc/platforms/pseries/mobility.c | 4
arch/s390/include/asm/pgtable.h | 4
arch/s390/kernel/perf_cpum_sf.c | 9
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 | 256 +++++++++++++-------------
arch/x86/mm/fault.c | 47 ++--
block/bsg-lib.c | 1
crypto/drbg.c | 8
drivers/base/power/main.c | 9
drivers/base/power/opp/core.c | 7
drivers/block/brd.c | 2
drivers/crypto/talitos.c | 9
drivers/dax/super.c | 21 +-
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 189 +++++++++++++++++++
drivers/gpu/drm/etnaviv/etnaviv_gem.c | 3
drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c | 6
drivers/gpu/drm/exynos/exynos_drm_drv.c | 4
drivers/gpu/drm/i915/gvt/cfg_space.c | 113 ++++-------
drivers/gpu/drm/i915/intel_dsi.c | 11 -
drivers/gpu/drm/radeon/radeon_device.c | 2
drivers/infiniband/hw/cxgb4/cm.c | 9
drivers/infiniband/ulp/ipoib/ipoib_ib.c | 13 -
drivers/md/dm-integrity.c | 6
drivers/md/dm-linear.c | 15 -
drivers/md/dm-stripe.c | 20 --
drivers/md/dm.c | 19 -
drivers/md/md.c | 72 ++++---
drivers/md/md.h | 1
drivers/md/raid5.c | 13 +
drivers/mmc/core/queue.c | 7
drivers/mmc/host/sdhci-pci-core.c | 15 +
drivers/mtd/mtdpart.c | 8
drivers/mtd/nand/atmel/pmecc.c | 2
drivers/net/wireless/mac80211_hwsim.c | 2
drivers/nvdimm/namespace_devs.c | 9
drivers/nvdimm/pmem.c | 7
drivers/nvme/host/pci.c | 66 ++++--
drivers/pci/pci-sysfs.c | 11 -
drivers/platform/x86/fujitsu-laptop.c | 10 -
drivers/scsi/aacraid/aachba.c | 12 -
drivers/scsi/aacraid/aacraid.h | 5
drivers/scsi/aacraid/src.c | 2
drivers/scsi/scsi_transport_fc.c | 2
drivers/scsi/scsi_transport_iscsi.c | 2
drivers/video/fbdev/aty/atyfb_base.c | 2
fs/btrfs/inode.c | 20 ++
fs/btrfs/ioctl.c | 6
fs/btrfs/relocation.c | 2
fs/cifs/cifsfs.c | 2
fs/cifs/cifsglob.h | 6
fs/cifs/connect.c | 32 ++-
fs/cifs/file.c | 7
fs/cifs/inode.c | 15 +
fs/cifs/smb2ops.c | 40 ++++
fs/cifs/smb2pdu.c | 111 +++++++++--
fs/cifs/smb2pdu.h | 2
fs/dax.c | 4
fs/gfs2/glock.c | 14 -
fs/proc/array.c | 9
fs/read_write.c | 4
fs/xfs/xfs_ioctl.c | 3
include/linux/dax.h | 5
include/linux/device-mapper.h | 3
include/linux/key.h | 2
include/net/mac80211.h | 15 -
kernel/exit.c | 23 +-
kernel/extable.c | 45 +++-
kernel/futex.c | 33 ++-
kernel/irq/chip.c | 2
kernel/irq/generic-chip.c | 1
kernel/irq/irqdesc.c | 24 --
kernel/irq/msi.c | 5
kernel/rcu/tree.c | 10 +
kernel/seccomp.c | 23 +-
kernel/sysctl.c | 3
kernel/trace/trace.c | 12 -
kernel/trace/trace_stack.c | 15 -
net/ceph/osdmap.c | 35 ++-
net/mac80211/agg-rx.c | 32 ++-
net/mac80211/ht.c | 6
net/mac80211/ieee80211_i.h | 4
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 +
109 files changed, 1242 insertions(+), 723 deletions(-)

Adrian Hunter (2):
mmc: block: Fix incorrectly initialized requests
mmc: sdhci-pci: Fix voltage switch for some Intel host controllers

Akinobu Mita (1):
nvme-pci: use appropriate initial chunk size for HMB allocation

Al Viro (1):
fix infoleak in waitid(2)

Alex Deucher (1):
drm/radeon: disable hard reset in hibernate for APUs

Alex Estrin (1):
Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"

Andreas Gruenbacher (2):
vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets
gfs2: Fix debugfs glocks dump

Avraham Stern (1):
mac80211: flush hw_roc_start work before cancelling the ROC

Beni Lev (1):
mac80211_hwsim: Use proper TX power

Benjamin Herrenschmidt (2):
KVM: PPC: Book3S HV: Don't access XIVE PIPR register using byte accesses
powerpc/eeh: Create PHB PEs after EEH is initialized

Bo Yan (1):
tracing: Erase irqsoff trace with empty write

Boqun Feng (1):
kvm/x86: Handle async PF in RCU read-side critical sections

Boris Brezillon (1):
mtd: Fix partition alignment check on multi-erasesize devices

Changbin Du (1):
drm/i915/gvt: Fix incorrect PCI BARs reporting

Christoph Hellwig (4):
nvme-pci: fix host memory buffer allocation fallback
nvme-pci: propagate (some) errors from host memory buffer setup
scsi: scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeout
bsg-lib: don't free job in bsg_prepare_job

Dan Williams (1):
libnvdimm, namespace: fix btt claim class crash

Dave Carroll (1):
scsi: aacraid: Fix 2T+ drives on SmartIOC-2000

Dennis Yang (1):
md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_list

Eric Biggers (4):
KEYS: fix writing past end of user-supplied buffer in keyring_read()
KEYS: prevent creating a different user's keyrings
KEYS: prevent KEYCTL_READ on negative key
x86/fpu: Don't let userspace set bogus xcomp_bv

Ethan Zhao (1):
sched/sysctl: Check user input value of sysctl_sched_time_avg

Gerald Schaefer (2):
s390/mm: make pmdp_invalidate() do invalidation only
s390/mm: fix write access check in gup_huge_pmd()

Greg Kroah-Hartman (1):
Linux 4.13.5

Guilherme G. Piccoli (1):
scsi: aacraid: Add a small delay after IOP reset

Gustavo Romero (1):
powerpc/tm: Flush TM only if CPU has TM feature

Haozhong Zhang (2):
KVM: VMX: do not change SN bit in vmx_update_pi_irte()
KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt

Hyunchul Lee (1):
dm integrity: do not check integrity for failed read operations

Ilya Dryomov (1):
libceph: don't allow bidirectional swap of pg-upmap-items

Jan H. Schönherr (1):
KVM: VMX: Do not BUG() on out-of-bounds guest IRQ

Jason A. Donenfeld (2):
security/keys: properly zero out sensitive key material in big_key
security/keys: rewrite all of big_key crypto

Jean Delvare (1):
drm/amdgpu: revert tile table update for oland

Jeffy Chen (1):
irq/generic-chip: Don't replace domain's name

Jim Mattson (1):
kvm: nVMX: Don't allow L2 to access the hardware CR8

Johannes Berg (2):
mac80211: fix VLAN handling with TXQs
mac80211: fix deadlock in driver-managed RX BA session start

John Keeping (1):
genirq/msi: Fix populating multiple interrupts

John Ogness (1):
fs/proc: Report eip/esp in /prod/PID/stat for coredumping

Kees Cook (1):
selftests/seccomp: Support glibc 2.26 siginfo_t.h

LEROY Christophe (3):
crypto: talitos - Don't provide setkey for non hmac hashing algs.
crypto: talitos - fix sha224
crypto: talitos - fix hashing

Ladi Prosek (1):
KVM: nVMX: fix HOST_CR3/HOST_CR4 cache

Laurent Dufour (1):
x86/mm: Fix fault error path using unsafe vma pointer

Lucas Stach (2):
etnaviv: fix submit error path
etnaviv: fix gem object list corruption

Marc Zyngier (1):
arm64: Make sure SPsel is always set

Marek Szyprowski (1):
drm/exynos: Fix locking in the suspend/resume paths

Mikulas Patocka (2):
dax: remove the pmem_dax_ops->flush abstraction
brd: fix overflow in __brd_direct_access

Naohiro Aota (4):
btrfs: fix NULL pointer dereference from free_reloc_roots()
btrfs: clear ordered flag on cleaning up ordered extents
btrfs: finish ordered extent cleaning if no progress is found
btrfs: propagate error to btrfs_cmp_data_prepare caller

Nicolai Stange (1):
PCI: Fix race condition with driver_override

Oleg Nesterov (1):
seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()

Paolo Bonzini (4):
KVM: VMX: extract __pi_post_block
KVM: VMX: avoid double list add with VT-d posted interrupts
KVM: VMX: simplify and fix vmx_vcpu_pi_load
KVM: VMX: use cmpxchg64

Paul Burton (1):
MIPS: Fix perf event init

Paul E. McKenney (1):
rcu: Allow for page faults in NMI handlers

Paul Mackerras (2):
KVM: PPC: Book3S HV: Hold kvm->lock around call to kvmppc_update_lpcr
KVM: PPC: Book3S HV: Fix bug causing host SLB to be restored incorrectly

Peter Zijlstra (1):
futex: Fix pi_state->owner serialization

Pu Hou (1):
s390/perf: fix bug when creating per-thread event

Rafael J. Wysocki (1):
PM: core: Fix device_pm_check_callbacks()

Richard Genoud (1):
mtd: nand: atmel: fix buffer overflow in atmel_pmecc_user

Ronnie Sahlberg (1):
cifs: check rsp for NULL before dereferencing in SMB2_open

Ross Zwisler (1):
xfs: validate bdev support for DAX inode flag

Shaohua Li (3):
md/raid5: fix a race condition in stripe batch
md: fix a race condition for flush request handling
md: separate request handling

Shu Wang (2):
cifs: release cifs root_cred after exit_cifs
cifs: release auth_key.response for reconnect.

Stephan Mueller (1):
crypto: drbg - fix freeing of resources

Steve French (7):
SMB3: Add support for multidialect negotiate (SMB2.1 and later)
Fix SMB3.1.1 guest authentication to Samba
SMB3: Fix endian warning
SMB3: Warn user if trying to sign connection that authenticated as guest
SMB: Validate negotiate (to protect against downgrade) even if signing off
SMB3: handle new statx fields
SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags

Steve Wise (3):
iw_cxgb4: drop listen destroy replies if no ep found
iw_cxgb4: remove the stid on listen create failure
iw_cxgb4: put ep reference in pass_accept_req()

Steven Rostedt (VMware) (3):
tracing: Remove RCU work arounds from stack tracer
extable: Consolidate *kernel_text_address() functions
extable: Enable RCU if it is not watching in kernel_text_address()

Tahsin Erdogan (1):
tracing: Fix trace_pipe behavior for instance traces

Thomas Gleixner (2):
genirq: Make sparse_irq_lock protect what it should protect
genirq: Fix cpumask check in __irq_startup_managed()

Tyrel Datwyler (1):
powerpc/pseries: Fix parent_dn reference leak in add_dt_node()

Uma Shankar (1):
Revert "drm/i915/bxt: Disable device ready before shutdown command"

Ville Syrjälä (1):
platform/x86: fujitsu-laptop: Don't oops when FUJ02E3 is not presnt

Viresh Kumar (1):
PM / OPP: Call notifier without holding opp_table->lock

Vladis Dronov (2):
nl80211: check for the required netlink attributes presence
video: fbdev: aty: do not leak uninitialized padding in clk to userspace

Will Deacon (2):
arm64: mm: Use READ_ONCE when dereferencing pointer to pte table
arm64: fault: Route pte translation faults via do_translation_fault

Xin Long (1):
scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse nlmsg properly

satoru takeuchi (1):
btrfs: prevent to set invalid default subvolid

Attachment: signature.asc
Description: PGP signature