Linux 4.10.17
From: Greg KH
Date: Sat May 20 2017 - 09:13:10 EST
------------------
Note, this is the LAST 4.10.y kernel to be released, it is now
end-of-life. You must move to the 4.11.y kernel series now.
------------------
I'm announcing the release of the 4.10.17 kernel.
All users of the 4.10 kernel series must upgrade.
The updated 4.10.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.10.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/kvm/psci.c | 8 +
arch/arm64/include/asm/kvm_emulate.h | 6 +
arch/arm64/kvm/sys_regs.c | 8 -
arch/powerpc/kernel/nvram_64.c | 1
arch/x86/boot/boot.h | 2
arch/x86/events/intel/rapl.c | 2
arch/x86/include/asm/pmem.h | 2
arch/x86/kvm/x86.c | 12 ++
arch/x86/um/ptrace_64.c | 2
arch/x86/xen/mmu.c | 7 -
block/blk-integrity.c | 3
crypto/algif_aead.c | 157 +++++++++++++++++++++++++--
drivers/Makefile | 1
drivers/bluetooth/hci_bcm.c | 5
drivers/bluetooth/hci_intel.c | 13 ++
drivers/char/ipmi/ipmi_ssif.c | 4
drivers/crypto/ccp/ccp-dev-v3.c | 120 ++++++++++++--------
drivers/crypto/ccp/ccp-dev-v5.c | 114 +++++++++++--------
drivers/crypto/ccp/ccp-dev.h | 8 -
drivers/crypto/ccp/ccp-pci.c | 2
drivers/crypto/s5p-sss.c | 5
drivers/dax/dax.c | 55 +++------
drivers/infiniband/core/sysfs.c | 2
drivers/infiniband/core/verbs.c | 8 +
drivers/infiniband/hw/hfi1/ruc.c | 26 ++--
drivers/infiniband/hw/hfi1/verbs.c | 4
drivers/infiniband/hw/hfi1/verbs.h | 6 -
drivers/infiniband/hw/mlx4/main.c | 1
drivers/infiniband/hw/mlx4/mcg.c | 3
drivers/infiniband/ulp/ipoib/ipoib_fs.c | 3
drivers/infiniband/ulp/ipoib/ipoib_main.c | 44 ++++++-
drivers/infiniband/ulp/ipoib/ipoib_vlan.c | 3
drivers/md/dm-crypt.c | 8 +
drivers/md/dm-era-target.c | 8 -
drivers/md/dm-rq.c | 6 -
drivers/md/dm-thin.c | 1
drivers/md/raid1.c | 2
drivers/nvdimm/btt_devs.c | 2
drivers/nvdimm/claim.c | 23 ++-
drivers/nvdimm/dax_devs.c | 2
drivers/nvdimm/pfn_devs.c | 8 -
drivers/nvdimm/pmem.c | 37 ++++--
drivers/nvdimm/region_devs.c | 11 +
drivers/staging/comedi/drivers/jr3_pci.c | 13 +-
drivers/staging/gdm724x/gdm_mux.c | 3
drivers/staging/vt6656/usbpipe.c | 31 ++++-
drivers/staging/wilc1000/linux_wlan.c | 3
drivers/target/iscsi/iscsi_target.c | 1
drivers/target/iscsi/iscsi_target_configfs.c | 1
drivers/target/iscsi/iscsi_target_login.c | 1
drivers/target/target_core_file.c | 3
drivers/target/target_core_sbc.c | 5
drivers/tty/pty.c | 7 -
drivers/tty/serial/omap-serial.c | 9 +
drivers/tty/serial/samsung.c | 9 -
drivers/usb/class/cdc-wdm.c | 103 -----------------
drivers/usb/core/driver.c | 21 +++
drivers/usb/core/file.c | 9 +
drivers/usb/core/hub.c | 11 +
drivers/usb/gadget/Kconfig | 1
drivers/usb/host/xhci-mem.c | 13 ++
drivers/usb/host/xhci-pci.c | 3
drivers/usb/host/xhci.h | 1
drivers/usb/misc/usbtest.c | 1
drivers/usb/serial/ftdi_sio.c | 1
drivers/usb/serial/ftdi_sio_ids.h | 6 +
drivers/vfio/vfio_iommu_type1.c | 110 ++++++++----------
fs/block_dev.c | 11 -
fs/ceph/xattr.c | 3
fs/cifs/cifs_unicode.c | 6 +
fs/cifs/cifs_unicode.h | 5
fs/cifs/cifsfs.c | 15 ++
fs/cifs/cifsglob.h | 1
fs/cifs/cifssmb.c | 3
fs/cifs/connect.c | 14 +-
fs/cifs/ioctl.c | 4
fs/cifs/misc.c | 2
fs/cifs/smb2misc.c | 5
fs/cifs/smb2ops.c | 1
fs/cifs/smb2pdu.c | 14 +-
fs/crypto/policy.c | 87 +++++++++++---
fs/dax.c | 31 -----
fs/ext4/inode.c | 5
fs/f2fs/inode.c | 2
fs/f2fs/namei.c | 20 +--
fs/jbd2/journal.c | 2
fs/orangefs/inode.c | 3
fs/orangefs/namei.c | 2
fs/orangefs/xattr.c | 26 +---
fs/overlayfs/dir.c | 2
fs/pstore/platform.c | 10 +
fs/xattr.c | 2
include/linux/dax.h | 1
kernel/padata.c | 2
mm/page_alloc.c | 3
mm/truncate.c | 20 ++-
net/bluetooth/hci_sock.c | 3
net/core/datagram.c | 13 +-
tools/perf/arch/s390/annotate/instructions.c | 30 +++++
tools/perf/util/annotate.c | 8 +
tools/perf/util/auxtrace.c | 4
tools/testing/selftests/x86/ldt_gdt.c | 46 +++++++
103 files changed, 981 insertions(+), 538 deletions(-)
Aditya Shankar (1):
staging: wilc1000: Fix problem with wrong vif index
Adrian Hunter (1):
perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()
Ajay Kaher (1):
USB: Proper handling of Race Condition when two USB class drivers try to call init_usb_class simultaneously
Alex Williamson (1):
vfio/type1: Remove locked page accounting workqueue
Alexey Brodkin (1):
usb: Make sure usb/phy/of gets built-in
Amir Goldstein (1):
ovl: do not set overlay.opaque on non-dir create
Andrew Jones (1):
KVM: arm/arm64: fix races in kvm_psci_vcpu_on
Andrey Ryabinin (1):
fs/block_dev: always invalidate cleancache in invalidate_bdev()
Andy Lutomirski (1):
selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug
Ankit Kumar (1):
pstore: Fix flags to enable dumps on powerpc
Ashish Kalra (1):
x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup
Bart Van Assche (2):
target/fileio: Fix zero-length READ and WRITE handling
dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()
Ben Hutchings (1):
x86, pmem: Fix cache flushing for iovec write < 8 bytes
Björn Jacke (2):
CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
CIFS: add misssing SFM mapping for doublequote
Bjørn Mork (1):
USB: Revert "cdc-wdm: fix "out-of-sync" due to missing notifications"
Christian Borntraeger (2):
perf annotate s390: Fix perf annotate error -95 (4.10 regression)
perf annotate s390: Implement jump types for perf annotate
Dan Williams (5):
device-dax: fix cdev leak
device-dax: fix sysfs attribute deadlock
libnvdimm, region: fix flush hint detection crash
libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering
libnvdimm, pfn: fix 'npfns' vs section alignment
David Disseldorp (3):
cifs: fix leak in FSCTL_ENUM_SNAPS response handling
cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops
cifs: fix CIFS_IOC_GET_MNT_INFO oops
David Hildenbrand (1):
KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
Dennis Yang (1):
dm thin: fix a memory leak when passing discard bio down
Ding Tianhong (1):
iov_iter: don't revert iov buffer if csum error
Eric Biggers (2):
ext4: evict inline data when writing to memory map
fscrypt: fix context consistency check when key(s) unavailable
Gary R Hook (4):
crypto: ccp - Use only the relevant interrupt bits
crypto: ccp - Disable interrupts early on unload
crypto: ccp - Change ISR handler method for a v3 CCP
crypto: ccp - Change ISR handler method for a v5 CCP
Greg Kroah-Hartman (1):
Linux 4.10.17
Guenter Roeck (2):
usb: hub: Fix error loop seen after hub communication errors
usb: hub: Do not attempt to autosuspend disconnected devices
Gustavo A. R. Silva (1):
usb: misc: add missing continue in switch
Ian Abbott (2):
staging: comedi: jr3_pci: fix possible null pointer dereference
staging: comedi: jr3_pci: cope with jiffies wraparound
Jack Morgenstein (3):
IB/core: Fix sysfs registration error flow
IB/mlx4: Fix ib device initialization error flow
IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug level
Jaegeuk Kim (1):
f2fs: fix fs corruption due to zero inode page
Jan Kara (2):
jbd2: fix dbench4 performance regression for 'nobarrier' mounts
mm: fix data corruption due to stale mmap reads
Jason A. Donenfeld (1):
padata: free correct variable
Joeseph Chang (1):
ipmi: Fix kernel panic at ipmi_ssif_thread()
Johan Hovold (5):
staging: gdm724x: gdm_mux: fix use-after-free on module unload
serial: omap: fix runtime-pm handling on unbind
serial: omap: suspend device on probe errors
Bluetooth: hci_bcm: add missing tty-device sanity check
Bluetooth: hci_intel: add missing tty-device sanity check
Juergen Gross (1):
xen: adjust early dom0 p2m handling to xen hypervisor behavior
Kees Cook (1):
pstore: Shut down worker when unregistering
Krzysztof Kozlowski (1):
crypto: s5p-sss - Close possible race for completed requests
Luis Henriques (1):
ceph: fix memory leak in __ceph_setxattr()
Malcolm Priestley (2):
staging: vt6656: use off stack for in buffer USB transfers.
staging: vt6656: use off stack for out buffer USB transfers.
Marc Zyngier (1):
arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
Marek Szyprowski (1):
serial: samsung: Use right device for DMA-mapping calls
Marek Vasut (1):
USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev Kit
Martin Brandenburg (4):
orangefs: fix bounds check for listxattr
orangefs: clean up oversize xattr validation
orangefs: do not set getattr_time on orangefs_lookup
orangefs: do not check possibly stale size on truncate
Michael J. Ruhl (1):
IB/core: For multicast functions, verify that LIDs are multicast LIDs
Michal Hocko (1):
fs/xattr.c: zero out memory copied to userspace in getxattr
Mike Marciniszyn (1):
IB/hfi1: Prevent kernel QP post send hard lockups
Mike Snitzer (1):
block: fix blk_integrity_register to use template's interval_exp if not 0
NeilBrown (1):
md/raid1: avoid reusing a resync bio after error handling.
Nicholas Bellinger (2):
target: Fix compare_and_write_callback handling for non GOOD status
iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement
Ondrej Kozina (1):
dm crypt: rewrite (wipe) key in crypto layer using random data
Peter Chen (1):
usb: host: xhci: print correct command ring address
Rabin Vincent (1):
CIFS: fix oplock break deadlocks
Richard Weinberger (1):
um: Fix PTRACE_POKEUSER on x86_64
Roger Quadros (1):
usb: xhci: bInterval quirk for TI TUSB73x0
Romain Izard (1):
usb: gadget: legacy gadgets are optional
Ross Zwisler (1):
dax: prevent invalidation of mapped DAX entries
Sachin Prabhu (1):
Fix match_prepath()
Shamir Rabinovitch (1):
IB/IPoIB: ibX: failed to create mcg debug file
Somasundaram Krishnasamy (1):
dm era: save spacemap metadata root after the pre-commit
Stephan Mueller (1):
crypto: algif_aead - Require setkey before accept(2)
Steve French (2):
Set unicode flag on cifs echo request to avoid Mac error
SMB3: Work around mount failure when using SMB3 dialect to Macs
Szymon Janc (1):
Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
Toshi Kani (1):
libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify
Vince Weaver (1):
perf/x86: Fix Broadwell-EP DRAM RAPL events
Vlastimil Babka (1):
mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC
Wang YanQing (1):
tty: pty: Fix ldisc flush after userspace become aware of the data already
Attachment:
signature.asc
Description: PGP signature