From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752440AbbLIUPJ (ORCPT ); Wed, 9 Dec 2015 15:15:09 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:42480 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751421AbbLIUPF (ORCPT ); Wed, 9 Dec 2015 15:15:05 -0500 Date: Wed, 9 Dec 2015 15:15:04 -0500 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.14.58 Message-ID: <20151209201504.GA11096@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 3.14.58 kernel. All users of the 3.14 kernel series must upgrade. The updated 3.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linu= x-3.14.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 ------------ Makefile | 2=20 arch/arm/common/edma.c | 6 - arch/arm/mm/dma-mapping.c | 7 + arch/arm/plat-orion/common.c | 2=20 arch/arm64/include/asm/ptrace.h | 16 +-- arch/x86/kernel/cpu/common.c | 3=20 arch/x86/kernel/head_64.S | 8 + arch/x86/kernel/setup.c | 8 + arch/x86/kernel/verify_cpu.S | 12 +- drivers/bluetooth/ath3k.c | 4=20 drivers/bluetooth/btusb.c | 2=20 drivers/net/can/sja1000/sja1000.c | 3=20 drivers/net/ethernet/marvell/mvneta.c | 2=20 drivers/net/ethernet/mellanox/mlx4/cmd.c | 2=20 drivers/net/ethernet/mellanox/mlx4/eq.c | 2=20 drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c | 7 + drivers/net/macvtap.c | 2=20 drivers/net/ppp/pppoe.c | 2=20 drivers/net/virtio_net.c | 4=20 drivers/net/wireless/mwifiex/debugfs.c | 14 +-- drivers/staging/rtl8712/usb_intf.c | 1=20 drivers/usb/class/usblp.c | 2=20 drivers/usb/musb/musb_core.c | 10 +- drivers/usb/serial/option.c | 11 ++ drivers/usb/serial/ti_usb_3410_5052.c | 2=20 drivers/usb/serial/ti_usb_3410_5052.h | 4=20 include/net/inet_common.h | 3=20 net/bluetooth/hidp/core.c | 14 +++ net/core/dst.c | 2=20 net/ipv4/ipmr.c | 6 - net/irda/irlmp.c | 2=20 net/mac80211/mlme.c | 2=20 net/packet/af_packet.c | 80 +++++++++++---= ----- net/rds/connection.c | 6 + net/rds/tcp_recv.c | 11 ++ sound/usb/midi.c | 46 ++++++++++ sound/usb/quirks-table.h | 11 ++ sound/usb/quirks.c | 1=20 sound/usb/usbaudio.h | 1=20 39 files changed, 242 insertions(+), 81 deletions(-) Aleksander Morgado (1): USB: serial: option: add support for Novatel MiFi USB620L Andrew Cooper (1): x86/cpu: Fix SMAP check in PVOPS environments Ani Sinha (1): ipmr: fix possible race resulting from improper usage of IP_INC_STATS= _BH() in preemptible context. Bj=F8rn Mork (1): USB: option: add XS Stick W100-2 from 4G Systems Borislav Petkov (1): x86/cpu: Call verify_cpu() after having entered long mode too Carol L Soto (1): net/mlx4: Copy/set only sizeof struct mlx4_eqe bytes Clemens Ladisch (3): ALSA: usb-audio: add packet size quirk for the Medeli DD305 ALSA: usb-audio: prevent CH345 multiport output SysEx corruption ALSA: usb-audio: work around CH345 input SysEx corruption Dan Carpenter (2): irda: precedence bug in irlmp_seq_hb_idx() mwifiex: fix mwifiex_rdeeprom_read() David Herrmann (1): Bluetooth: hidp: fix device disconnect on idle timeout David Woodhouse (1): USB: ti_usb_3410_5052: Add Honeywell HGI80 ID Dmitry Tunin (2): Bluetooth: ath3k: Add new AR3012 0930:021c id Bluetooth: ath3k: Add support of AR3012 0cf3:817b device Eric Dumazet (2): net: avoid NULL deref in inet_ctl_sock_destroy() net: fix a race in dst_release() Florian Fainelli (1): ARM: orion: Fix DSA platform device after mvmdio conversion Francesco Ruggeri (1): packet: race condition in packet_bind Greg Kroah-Hartman (1): Linux 3.14.58 Guillaume Nault (1): ppp: fix pppoe_dev deletion condition in pppoe_release() Jason Wang (2): macvtap: unbreak receiving of gro skb with frag list virtio-net: drop NETIF_F_FRAGLIST Jiri Slaby (1): usblp: do not set TASK_INTERRUPTIBLE before lock Johannes Berg (1): mac80211: fix driver RSSI event calculations Krzysztof Mazur (1): x86/setup: Fix low identity map for >=3D 2GB kernel range Larry Finger (1): staging: rtl8712: Add device ID for Sitecom WLA2100 Marek Szyprowski (2): ARM: 8426/1: dma-mapping: add missing range check in dma_mmap() ARM: 8427/1: dma-mapping: add support for offset parameter in dma_mma= p() Maxime Ripard (1): net: mvneta: Fix CPU_MAP registers initialisation Mirza Krak (1): can: sja1000: clear interrupts on start Paolo Bonzini (1): x86/setup: Extend low identity map to cover whole kernel range Peter Ujfalusi (1): ARM: common: edma: Fix channel parameter for irq callbacks Phil Reid (1): stmmac: Correctly report PTP capabilities. Robin Murphy (1): arm64: Fix compat register mappings Sasha Levin (1): RDS: verify the underlying transport exists before creating a connect= ion Sowmini Varadhan (1): RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rd= s_tcp_data_recv Uwe Kleine-K=F6nig (1): usb: musb: core: fix order of arguments to ulpi write callback --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWaIvHAAoJEDjbvchgkmk+dG0P/1wa/ChYq3PyBXxSSs1rnzsh zVe0a64Bo1hX5TrYMf/cWyDh+ZA5F1kObY5okEuHerlEaqaSNhTly1a27WeefuLr eVrSND2/hPJY00kxgnILrUKIsf1zvGOr2TUoA75axJvlDu3IsDzHJk0eOldn351V oPwpxGJ/yby3n9XiSn6rHD5oTzsmeP+Rq0Nip8JvUSVjIB3bGHk4Vf0Z38VcL/lV J76dFdOkNu/vz7zn7jtmZEMf6GqiOslXlCkZH19sd+M8EhQg8guLqh/EVULJwTYs YT61TYRRCniU6uNhq5Dn/FXo8lEwTervonhicgI+ZpP7znvx6ffw5JWby8PueKFZ YiIvO/okThHiWivawTTSnbtPqddhsOnkY9luSU4yN/N33W09JrCYaVOAO0hpIsF5 3R7A0fwu57eOA416gCBhmnl5//k2XNaw58FiIZn3qj7KpoeiyuqwlEPhUNd/Sw+M asC0xITHmgs+b6nvDnkeSMa1zCYrCklkM48RNsl/oFu/XpLV1f+HSiWghXZCIr/O ZnZHOsXtZmnOo7oGDjdd1DB1eOcoOxw2egSF4l9pujStT+f9OgUedjTflTI/t4l0 k156vGWSNGgk6Jck3cNed5Rvd8NSJtQ7Mlif6H9eYM9SZKS7JRaOlqRn1+FhTcig IhqM+veSWb5zD6Dch2Mu =02La -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE--