From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:40682 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751637AbdGENMI (ORCPT ); Wed, 5 Jul 2017 09:12:08 -0400 Date: Wed, 5 Jul 2017 15:12:07 +0200 From: Greg KH To: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, Jiri Slaby Subject: Linux 3.18.60 Message-ID: <20170705131207.GA13125@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline Sender: stable-owner@vger.kernel.org List-ID: --T4sUOijqQbZv57TR Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 3.18.60 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 linu= x-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=3Dlinux/kernel/git/stable/linux-stable.git;a=3Dsu= mmary thanks, greg k-h ------------ Documentation/sysctl/kernel.txt | 15 ++++----- Makefile | 2 - arch/arm/boot/dts/bcm5301x.dtsi | 4 +- arch/arm/mm/mmu.c | 8 ++-- arch/arm64/kernel/setup.c | 3 + arch/mips/kernel/entry.S | 3 + arch/mips/kernel/pm-cps.c | 9 ----- arch/mips/kernel/traps.c | 2 + arch/x86/kvm/vmx.c | 2 - arch/x86/kvm/x86.c | 2 + drivers/cpufreq/s3c2416-cpufreq.c | 1=20 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c | 1=20 drivers/iommu/amd_iommu_v2.c | 2 - drivers/iommu/intel-iommu.c | 2 - drivers/mtd/bcm47xxpart.c | 4 +- drivers/net/ethernet/korina.c | 8 ++-- drivers/usb/gadget/function/f_fs.c | 8 +++- drivers/usb/host/xhci-ring.c | 11 ------ drivers/usb/host/xhci.c | 13 -------- drivers/watchdog/bcm_kona_wdt.c | 3 + include/net/xfrm.h | 10 ------ kernel/sysctl.c | 2 - mm/huge_memory.c | 7 ++++ net/8021q/vlan.c | 3 + net/caif/cfpkt_skbuff.c | 6 --- net/core/dev.c | 3 + net/core/dst.c | 14 ++++++++ net/decnet/dn_route.c | 14 ++------ net/decnet/netfilter/dn_rtmsg.c | 4 +- net/ipv4/igmp.c | 22 ++++++++----- net/ipv6/addrconf.c | 6 +-- net/ipv6/ip6_output.c | 6 ++- net/key/af_key.c | 17 ++++++++-- net/netfilter/nf_conntrack_netlink.c | 4 ++ net/netfilter/xt_TCPMSS.c | 6 +++ net/xfrm/xfrm_policy.c | 47 ------------------------= ----- sound/pci/hda/hda_generic.c | 1=20 37 files changed, 120 insertions(+), 155 deletions(-) Alexander Potapenko (1): net: don't call strlen on non-terminated string in dev_set_alias() Baolin Wang (1): usb: gadget: f_fs: Fix possibe deadlock Dan Carpenter (3): xfrm: NULL dereference on allocation failure xfrm: Oops on error in pfkey_msg2xfrm_state() cpufreq: s3c2416: double free on driver init error path David Dillow (1): iommu/vt-d: Don't over-free page table directories Deepak Rawat (1): drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr Doug Berger (1): ARM: 8685/1: ensure memblock-limit is pmd-aligned Eric Anholt (1): watchdog: bcm281xx: Fix use of uninitialized spinlock. Eric Dumazet (1): netfilter: xt_TCPMSS: add more sanity tests on tcph->doff Eric Leblond (1): netfilter: synproxy: fix conntrackd interaction Florian Fainelli (1): net: korina: Fix NAPI versus resources freeing Gao Feng (1): net: 8021q: Fix one possible panic caused by BUG_ON in free_netdev Greg Kroah-Hartman (1): Linux 3.18.60 Hui Wang (1): ALSA: hda - set input_path bitmap to zero after moving it to new place James Hogan (1): MIPS: Avoid accidental raw backtrace Jia-Ju Bai (1): net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfx Jon Mason (1): ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags Julien Grall (1): arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str Kees Cook (1): sysctl: enable strict writes Krister Johansen (1): Fix an intermittent pr_emerg warning about lo becoming free. Mark Rutland (1): mm: numa: avoid waiting on freed migrated pages Mateusz Jurczyk (1): decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_= user_skb Mathias Nyman (1): xhci: fix deadlock at host remove by running watchdog correctly Pan Bian (1): iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid() Paul Burton (2): MIPS: pm-cps: Drop manual cache-line alignment of ready_count MIPS: Fix IRQ tracing & lockdep when rescheduling Radim Kr=C4=8Dm=C3=A1=C5=99 (1): KVM: x86: zero base3 of unusable segments Rafa=C5=82 Mi=C5=82ecki (1): mtd: bcm47xxpart: limit scanned flash area on BCM47XX (MIPS) only Sabrina Dubroca (1): xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY WANG Cong (2): igmp: acquire pmc lock for ip_mc_clear_src() igmp: add a missing spin_lock_init() Wanpeng Li (1): KVM: nVMX: Fix exception injection Wei Wang (1): decnet: always not take dst->__refcnt when inserting dst into hash ta= ble Willem de Bruijn (1): ipv6: release dst on error in ip6_dst_lookup_tail Xin Long (1): ipv6: fix calling in6_ifa_hold incorrectly for dad work --T4sUOijqQbZv57TR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAllc5aMACgkQONu9yGCS aT7z8g/+MxnVj8cNgF11hp3NE/R115yZv8Gur1evH7Sbi3dynDx6nhskZu5nt+vM 0EL8D/VDD82PUVd0HdyLqa7YNBoLbgbNSpl/L9tUXBNlqlIyvivbWbx6Tm0ALgB6 w/OKaLw9gEeAx/S1Iz+NVZC5VFdQYeHrcNIWFLZng2VVwl8f45Qz3QBWYtQcTTRP fkz3e6aQmxZ1sWd0KK19Uu1RwtSfw16TuaT7nbFpQ2qFppD2FNBd1XenkN7HxDPb z3eJBmg6aCVK2dn1tiXniDqRU1GOSYFcfyUh3OP9MmwP5J5UXSZo6puIC0EqdPWD J8mPCw1M9ib50uLnF/f+1phHJs6lRgLKn/18eOxE/RDtD4KceoSYzIUx6/8N5Q16 hlT2iUh20RV+7aM46Cv42zZdxz8CDR9EvgZ9xLC+9lth7VQvsNbzyxWJrczU7ghw EUcu3e2UCSW13KhPICPraT1h3hWLswB0fGHMLVn/Jp66XdjRxYU8jnPhJbQBef1G 9EmClofQFGOIzOCQBFoIiV+8p7D8kz0DHjrRVYwEIXZyh86wMuHdCGaIB5V7A2eX 72XLPOv//uDXG78CUm/zS3LWpY6sQdO8lLzlyvg64bl4z87rxngOKbgJKa+o3xht pv786aRFpDKflhlhSRPpQF0u7xAAJ+JHBZ7cmaxKTungETDkuUk= =guRh -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR--