Linux 3.18.64
From: Greg KH
Date: Fri Aug 11 2017 - 12:34:54 EST
I'm announcing the release of the 3.18.64 kernel.
All users of the 3.18 kernel series must upgrade.
The updated 3.18.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.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/alpha/include/asm/word-at-a-time.h | 2
arch/arc/include/asm/Kbuild | 1
arch/arm/boot/dts/omap3-n900.dts | 2
arch/arm/include/asm/ftrace.h | 18 ++
arch/avr32/include/asm/Kbuild | 1
arch/blackfin/include/asm/Kbuild | 1
arch/c6x/include/asm/Kbuild | 1
arch/cris/include/asm/Kbuild | 1
arch/frv/include/asm/Kbuild | 1
arch/hexagon/include/asm/Kbuild | 1
arch/ia64/include/asm/Kbuild | 1
arch/m32r/include/asm/Kbuild | 1
arch/metag/include/asm/Kbuild | 1
arch/microblaze/include/asm/Kbuild | 1
arch/mips/include/asm/Kbuild | 1
arch/mn10300/include/asm/Kbuild | 1
arch/powerpc/include/asm/Kbuild | 1
arch/powerpc/include/asm/topology.h | 14 -
arch/powerpc/include/asm/word-at-a-time.h | 5
arch/powerpc/kernel/setup_64.c | 4
arch/powerpc/kvm/book3s_hv.c | 29 +++
arch/powerpc/kvm/book3s_hv_rmhandlers.S | 37 ++++
arch/powerpc/platforms/pseries/reconfig.c | 1
arch/s390/include/asm/Kbuild | 1
arch/score/include/asm/Kbuild | 1
arch/tile/Kconfig | 2
arch/tile/gxio/mpipe.c | 33 ----
arch/tile/include/asm/Kbuild | 1
arch/tile/include/asm/uaccess.h | 66 +-------
arch/tile/include/asm/word-at-a-time.h | 42 +++++
arch/tile/lib/exports.c | 2
arch/tile/lib/usercopy_32.S | 46 -----
arch/tile/lib/usercopy_64.S | 46 -----
arch/um/include/asm/Kbuild | 1
arch/unicore32/include/asm/Kbuild | 1
arch/x86/boot/string.c | 1
arch/x86/boot/string.h | 9 +
arch/x86/kernel/cpu/mcheck/mce_amd.c | 3
arch/x86/kernel/kvm.c | 6
arch/xtensa/include/asm/Kbuild | 1
drivers/ata/libata-scsi.c | 6
drivers/char/ipmi/ipmi_watchdog.c | 7
drivers/char/tpm/tpm-sysfs.c | 2
drivers/gpu/drm/msm/adreno/adreno_gpu.c | 9 +
drivers/gpu/drm/msm/msm_gem_submit.c | 3
drivers/gpu/drm/msm/msm_ringbuffer.c | 3
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 2
drivers/isdn/i4l/isdn_common.c | 1
drivers/isdn/i4l/isdn_net.c | 5
drivers/isdn/i4l/isdn_ppp.c | 2
drivers/mailbox/mailbox.c | 13 +
drivers/md/raid5.c | 2
drivers/media/i2c/s5c73m3/s5c73m3-ctrls.c | 2
drivers/media/platform/davinci/vpfe_capture.c | 22 --
drivers/net/ethernet/broadcom/tg3.c | 3
drivers/net/ethernet/mellanox/mlx4/icm.c | 7
drivers/net/ethernet/realtek/r8169.c | 1
drivers/net/ethernet/renesas/sh_eth.c | 11 +
drivers/net/irda/mcs7780.c | 16 +-
drivers/net/phy/phy.c | 3
drivers/net/phy/phy_device.c | 4
drivers/net/usb/kaweth.c | 10 -
drivers/net/wireless/ath/wil6210/main.c | 15 +
drivers/net/xen-netback/common.h | 1
drivers/net/xen-netback/interface.c | 6
drivers/net/xen-netback/netback.c | 6
drivers/scsi/mpt3sas/mpt3sas_base.c | 33 ++--
drivers/scsi/qla2xxx/qla_attr.c | 18 +-
drivers/spi/spi-dw.c | 5
drivers/staging/comedi/comedi_fops.c | 6
drivers/target/iscsi/iscsi_target.c | 38 +++-
drivers/target/iscsi/iscsi_target_core.h | 1
drivers/target/iscsi/iscsi_target_erl0.c | 6
drivers/target/iscsi/iscsi_target_erl0.h | 2
drivers/target/iscsi/iscsi_target_login.c | 4
drivers/target/iscsi/iscsi_target_nego.c | 208 +++++++++++++++++---------
drivers/target/target_core_fabric_configfs.c | 5
drivers/target/target_core_tpg.c | 3
drivers/vfio/pci/vfio_pci_rdwr.c | 5
fs/dcache.c | 27 +++
fs/debugfs/inode.c | 10 -
fs/ext4/file.c | 3
fs/ext4/resize.c | 3
fs/f2fs/super.c | 16 ++
fs/namei.c | 8 -
fs/notify/fsnotify.c | 8 -
fs/pstore/ram.c | 5
fs/pstore/ram_core.c | 25 ++-
include/asm-generic/word-at-a-time.h | 80 +++++++++-
include/linux/dcache.h | 7
include/linux/fsnotify.h | 31 ---
include/linux/phy.h | 4
include/linux/pstore_ram.h | 11 +
include/linux/sched.h | 10 +
include/linux/slab.h | 4
include/linux/string.h | 3
include/linux/workqueue.h | 4
include/net/iw_handler.h | 3
include/net/sctp/sctp.h | 4
include/target/target_core_base.h | 1
kernel/signal.c | 4
kernel/workqueue.c | 23 ++
lib/Kconfig.debug | 2
lib/string.c | 89 +++++++++++
mm/page_alloc.c | 10 -
net/8021q/vlan.c | 5
net/8021q/vlan.h | 2
net/8021q/vlan_dev.c | 20 ++
net/bluetooth/bnep/core.c | 10 -
net/bluetooth/cmtp/core.c | 3
net/core/dev.c | 19 +-
net/core/dev_ioctl.c | 1
net/core/rtnetlink.c | 3
net/dccp/feat.c | 7
net/ipv4/fib_frontend.c | 9 -
net/ipv4/ip_output.c | 2
net/ipv6/ip6_flowlabel.c | 4
net/ipv6/ip6_output.c | 2
net/ipv6/output_core.c | 8 -
net/key/af_key.c | 46 ++++-
net/packet/af_packet.c | 2
net/sched/cls_api.c | 4
net/sctp/socket.c | 8 -
net/xfrm/xfrm_policy.c | 9 -
sound/pci/hda/patch_realtek.c | 1
sound/soc/codecs/tlv320aic3x.c | 13 +
sound/soc/soc-pcm.c | 4
128 files changed, 973 insertions(+), 490 deletions(-)
Al Viro (3):
Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l2cap socket
Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l2cap socket
dentry name snapshots
Alexander Potapenko (1):
sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()
Andrzej Hajda (1):
v4l: s5c73m3: fix negation operator
Annie Cherkaev (1):
isdn/i4l: fix buffer overflow
Ard Biesheuvel (1):
mm: don't dereference struct page fields of invalid pages
Arnd Bergmann (2):
vfio-pci: use 32-bit comparisons for register address for gcc-4.5
wext: handle NULL extra data in iwe_stream_add_point better
Banajit Goswami (1):
ASoC: do not close shared backend dailink
Ben Hutchings (1):
sh_eth: Fix ethtool operation crash when net device is down
Calvin Owens (1):
mpt3sas: Don't overreach ioc->reply_post[] during initialization
Cheah Kok Cheong (1):
Staging: comedi: comedi_fops: Avoid orphaned proc entry
Chris Metcalf (7):
string: provide strscpy()
strscpy: zero any trailing garbage bytes in the destination
tile: add <asm/word-at-a-time.h> and enable support functions
word-at-a-time.h: support zero_bytemask() on alpha and tile
Make asm/word-at-a-time.h available on all architectures
arch/powerpc: provide zero_bytemask() for big-endian
tile: use global strscpy() rather than private copy
Chun-Hao Lin (1):
r8169: add support for RTL8168 series add-on card.
Dan Carpenter (1):
libata: array underflow in ata_find_dev()
Daniel Borkmann (2):
net: sctp: fix race for one-to-many sockets in sendmsg's auto associate
net, sched: fix soft lockup in tc_classify
David S. Miller (1):
net: Zero terminate ifr_name in dev_ifname().
Eric Dumazet (2):
net: reduce skb_warn_bad_offload() noise
net: skb_needs_check() accepts CHECKSUM_NONE for tx
Florian Fainelli (3):
net: phy: Do not perform software reset for Generic PHY
net: phy: Correctly process PHY_HALTED in phy_stop_machine()
net: phy: Fix PHY unbind crash
Greg Kroah-Hartman (2):
Revert "powerpc/numa: Fix percpu allocations to be NUMA aware"
Linux 3.18.64
Jamie Iles (1):
signal: protect SIGNAL_UNKILLABLE from unintentional clearing.
Jan Kara (1):
ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
Jan Stancek (1):
ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gc
Jarkko Sakkinen (1):
tpm: fix a kernel memory leak in tpm-sysfs.c
Jerry Lee (1):
ext4: fix overflow caused by missing cast in ext4_resize_fs()
Jia-Ju Bai (1):
isdn: Fix a sleep-in-atomic bug
Jiang Yi (1):
iscsi-target: Always wait for kthread_should_stop() before kthread exit
Jin Qian (1):
f2fs: sanity check checkpoint segno and blkoff
Joel Fernandes (2):
pstore: Make spinlock per zone instead of global
pstore: Allow prz to control need for locking
Johan Hedberg (1):
Bluetooth: Fix potential NULL dereference
Jordan Crouse (2):
drm/msm: Ensure that the hardware write pointer is valid
drm/msm: Verify that MSM_SUBMIT_BO_FLAGS are set
Josh Poimboeuf (1):
mm/page_alloc: Remove kernel address exposure in free_reserved_area()
Kees Cook (2):
pstore: Correctly initialize spinlock and flags
pstore: Use dynamic spinlock initializer
Laurent Vivier (1):
powerpc/pseries: Fix of_node_put() underflow during reconfig remove
Leon Romanovsky (1):
net/mlx4: Remove BUG_ON from ICM allocation routine
Lior David (1):
wil6210: fix deadlock when using fw_no_recovery option
Mahesh Bandewar (1):
ipv4: initialize fib_trie prior to register_netdev_notifier call.
Michael Chan (1):
tg3: Fix race condition in tg3_get_stats64().
Michal Hocko (1):
mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDER
Mike Manning (1):
vlan: Propagate MAC address to VLANs
Milan P. Gandhi (1):
scsi: qla2xxx: Get mutex lock before checking optrom_state
Nicholas Bellinger (4):
target: Avoid mappedlun symlink creation during lun shutdown
iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY race
iscsi-target: Fix initial login PDU asynchronous socket close OOPs
iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMP
Nicholas Mc Guire (1):
x86/boot: Add missing declaration of string functions
Ofer Heifetz (1):
md/raid5: add thread_group worker async_tx_issue_pending_all
Oliver Neukum (2):
kaweth: fix firmware download
kaweth: fix oops upon failed memory allocation
Pali Rohár (1):
ARM: dts: n900: Mark eMMC slot with no-sdio and no-sd flags
Paul Mackerras (3):
KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit
KVM: PPC: Book3S HV: Reload HTM registers explicitly
KVM: PPC: Book3S HV: Save/restore host values of debug registers
Peter Ujfalusi (1):
ASoC: tlv320aic3x: Mark the RESET register as volatile
Phil Reid (1):
spi: dw: Make debugfs name unique between instances
Prabhakar Lad (1):
media: platform: davinci: return -EINVAL for VPFE_CMD_S_CCDC_RAW_PARAMS ioctl
Rabin Vincent (1):
ARM: 8632/1: ftrace: fix syscall name matching
Sabrina Dubroca (1):
ipv6: avoid overflow of offset in ip6_find_1stfragopt
Sergei A. Trusov (1):
ALSA: hda - Fix speaker output from VAIO VPCL14M1R
Sergei Shtylyov (1):
sh_eth: R8A7740 supports packet shecksumming
Sinclair Yeh (1):
drm/vmwgfx: Fix gcc-7.1.1 warning
Steffen Klassert (1):
xfrm: Don't use sk_family for socket policy lookups
Sudeep Holla (3):
mailbox: always wait in mbox_send_message for blocking Tx mode
mailbox: skip complete wait event if timer expired
mailbox: handle empty message in tx_tick
Sudip Mukherjee (1):
lib/Kconfig.debug: fix frv build failure
Tejun Heo (2):
workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
workqueue: implicit ordered attribute should be overridable
Thomas Gleixner (1):
x86/mce/AMD: Make the init code more robust
Thomas Jarosch (1):
mcs7780: Fix initialization when CONFIG_VMAP_STACK is enabled
Valentin Vidic (1):
ipmi/watchdog: fix watchdog timeout set on reboot
WANG Cong (2):
rtnetlink: allocate more memory for dev_set_mac_address()
packet: fix use-after-free in prb_retire_rx_blk_timer_expired()
Wanpeng Li (1):
KVM: async_pf: make rcu irq exit if not triggered from idle task
Wei Liu (1):
xen-netback: correctly schedule rate-limited queues
Xin Long (2):
dccp: fix a memleak for dccp_feat_init err process
sctp: fix the check for _sctp_walk_params and _sctp_walk_errors
Yuejie Shi (1):
af_key: Add lock to key dump
Zheng Li (1):
ipv6: Should use consistent conditional judgement for ip6 fragment between __ip6_append_data and ip6_finish_output
zheng li (1):
ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output
Attachment:
signature.asc
Description: PGP signature