From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754183AbcAWQrh (ORCPT ); Sat, 23 Jan 2016 11:47:37 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51612 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750759AbcAWQrb (ORCPT ); Sat, 23 Jan 2016 11:47:31 -0500 Date: Sat, 23 Jan 2016 08:47:30 -0800 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.59 Message-ID: <20160123164730.GA4496@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" 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 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 3.14.59 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 drivers/firewire/ohci.c | 5=20 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 7=20 drivers/net/ethernet/renesas/sh_eth.c | 4=20 drivers/net/phy/broadcom.c | 2=20 drivers/net/ppp/pptp.c | 6=20 drivers/net/usb/qmi_wwan.c | 1=20 drivers/usb/class/cdc-acm.c | 5=20 drivers/usb/core/config.c | 3=20 drivers/usb/core/hub.c | 7=20 drivers/usb/core/quirks.c | 6=20 drivers/usb/host/whci/qset.c | 4=20 drivers/usb/serial/cp210x.c | 1=20 drivers/usb/serial/usb-serial-simple.c | 1=20 fs/btrfs/file.c | 16 + fs/btrfs/inode.c | 10 - fs/ext4/ext4_jbd2.c | 6=20 fs/ext4/super.c | 12 + fs/jbd2/journal.c | 6=20 fs/nfs/inode.c | 6=20 fs/nfs/nfs4client.c | 2=20 fs/ocfs2/namei.c | 2=20 include/linux/jbd2.h | 1=20 include/linux/usb/quirks.h | 3=20 include/net/af_unix.h | 1=20 include/net/ip6_tunnel.h | 3=20 include/net/ip_tunnels.h | 3=20 include/net/ipv6.h | 1=20 include/net/sock.h | 3=20 net/ax25/af_ax25.c | 3=20 net/bluetooth/sco.c | 3=20 net/core/scm.c | 2=20 net/core/skbuff.c | 3=20 net/core/sock.c | 2=20 net/decnet/af_decnet.c | 3=20 net/ipv4/af_inet.c | 3=20 net/ipv4/ipmr.c | 15 - net/ipv4/tcp_input.c | 1=20 net/ipv4/tcp_ipv4.c | 3=20 net/ipv6/af_inet6.c | 3=20 net/ipv6/ip6_gre.c | 8=20 net/ipv6/ip6mr.c | 15 - net/ipv6/mcast.c | 2=20 net/ipv6/netfilter/nf_conntrack_reasm.c | 5=20 net/ipv6/reassembly.c | 10 - net/irda/af_irda.c | 3=20 net/packet/af_packet.c | 19 +- net/sctp/auth.c | 4=20 net/sctp/ipv6.c | 8=20 net/sctp/sm_make_chunk.c | 4=20 net/sctp/socket.c | 12 + net/unix/af_unix.c | 196 +++++++++++++++++++= +---- security/keys/gc.c | 10 - security/keys/keyctl.c | 18 +- security/keys/process_keys.c | 1=20 tools/net/Makefile | 7=20 56 files changed, 381 insertions(+), 111 deletions(-) Aaro Koskinen (1): broadcom: fix PHY_ID_BCM5481 entry in the id table Alan Stern (1): USB: add quirk for devices with broken LPM Alexey Khoroshilov (1): USB: whci-hcd: add check for dma mapping error Ben Hutchings (1): usb: Use the USB_SS_MULT() macro to decode burst multiplier for log m= essage Benjamin Coddington (1): nfs4: start callback_ident at idr 1 Bj=C3=B8rn Mork (1): net: qmi_wwan: add XS Stick W100-2 from 4G Systems Daeho Jeong (1): ext4, jbd2: ensure entering into panic after recording an error in su= perblock Daniel Borkmann (4): packet: do skb_probe_transport_header when we actually have data packet: always probe for transport header packet: infer protocol from ethernet header if unset net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds David Howells (3): KEYS: Fix race between key destruction and finding a keyring by name KEYS: Fix crash when attempt to garbage collect an uninstantiated key= ring KEYS: Fix race between read and revoke David S. Miller (1): bluetooth: Validate socket address length in sco_sock_bind(). Eric Dumazet (4): tcp: md5: fix lockdep annotation tcp: initialize tp->copied_seq in case of cross SYN connection ipv6: sctp: implement sctp_v6_destroy_sock() ipv6: sctp: clone options to avoid use after free Filipe Manana (2): Btrfs: fix race leading to incorrect item deletion when dropping exte= nts Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow Greg Kroah-Hartman (1): Linux 3.14.59 Hannes Frederic Sowa (1): net: add validation for the socket syscall protocol argument Jason A. Donenfeld (1): ip_tunnel: disable preemption when updating per-cpu tstats Jeff Layton (1): nfs: if we have no valid attrs, then don't declare the attribute cach= e valid Jonas Jonsson (2): USB: cdc_acm: Ignore Infineon Flash Loader utility USB: serial: Another Infineon flash loader USB ID Junxiao Bi (1): ocfs2: fix umask ignored issue Kamal Mostafa (1): tools/net: Use include/uapi with __EXPORTED_HEADERS__ Konstantin Shkolnyy (1): USB: cp210x: Remove CP2110 ID from compatibility list Lukas Czerner (1): ext4: fix potential use after free in __ext4_journal_stop Marcelo Ricardo Leitner (2): sctp: use the same clock as if sock source timestamps were on sctp: update the netstamp_needed counter when copying sockets Michal Kube=C4=8Dek (1): ipv6: distinguish frag queues by device for multicast and link-local = packets Neil Horman (1): snmp: Remove duplicate OUTMCAST stat increment Nicolas Dichtel (1): gre6: allow to update all parameters via rtnl Nikolay Aleksandrov (2): net: ipmr: fix static mfc/dev leaks on table destruction net: ip6mr: fix static mfc/dev leaks on table destruction Pavel Machek (1): atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation Rainer Weikusat (2): unix: avoid use-after-free in ep_remove_wait_queue af_unix: Revert 'lock_interruptible' in stream receive code Sergei Shtylyov (1): sh_eth: fix kernel oops in skb_put() Stefan Richter (1): firewire: ohci: fix JMicron JMB38x IT context discovery Vlad Yasevich (2): vlan: Fix untag operations of stacked vlans with REORDER_HEADER off skbuff: Fix offset error in skb_reorder_vlan_header WANG Cong (1): pptp: verify sockaddr_len in pptp_bind() and pptp_connect() Yevgeny Pats (1): KEYS: Fix keyring ref leak in join_session_keyring() lucien (1): sctp: translate host order to network order when setting a hmacid --T4sUOijqQbZv57TR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWo66hAAoJEDjbvchgkmk+fGoQAM480rPbZeAVUu4WzCKWiqhF mXan7eQKaRUS2O3VL1m1aFrRZx5Dw/ot9PYfsqwCdrUkNkl1ALu41LynucrAyD8Z OlefVvP4iqeGpMe9+cH5azlpBe82AM2CVarp9jGNJalxy/3M1UwaC73NrEu2niMh 0Xyu49bksQEGJJHjamfEP6pcZmE9NJbogqydSC53uUJYZvT6MkUplg+AZ6GHYosP w/PeJWhh7RCJ9DNZ2uuc9fjKbk9asjwLqGoR1tiLNhybhKiZVSGJBxu2DOBRMfoH zIbNz7Uj5KY4b+tZmb/R73AO8z30wkW+tHeREunoL9VXQo2zCf0UxHIH+5W7LPZT GANOVFEBWmOEtOFYRNpek4qJtEbnk1cKjeyaWm7bCeojc02AjxLZBZ/SaN79fq5o C2KRDqXs/gqoSTyJHAHBEwEtTwCw2/q4TF3MQEFNcR4mtUwMQbkGXLWEgGja9iL0 XCeUPWOiplseiTnfOOmMHLhmeQw0+pff5bKas7s+9V7DYB91KiPEjM9swKZ8YBiV 09tSxCwcMgVrg4inwL9/pogxj138A95ccfsJRWf6dhTJoPeF4W1NlKleBiTZE+im Lnki4MzYK1UC7O4y9NvtOIVqpWFNSloinkCHy/9xThs0zigo/OU1FQQlL8Mvrr+B STdHY+Y+f6f2khzB+0io =0Epi -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR--