From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933546AbdLRJhG (ORCPT ); Mon, 18 Dec 2017 04:37:06 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:53732 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933384AbdLRJhD (ORCPT ); Mon, 18 Dec 2017 04:37:03 -0500 Date: Mon, 18 Dec 2017 10:37:06 +0100 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 4.14.7 Message-ID: <20171218093706.GA4899@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 4.14.7 kernel. All users of the 4.14 kernel series must upgrade. The updated 4.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linu= x-4.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 | 23 ++--- arch/arm64/include/asm/compat.h | 1=20 arch/mips/include/asm/compat.h | 1=20 arch/parisc/include/asm/compat.h | 1=20 arch/powerpc/include/asm/compat.h | 1=20 arch/s390/include/asm/compat.h | 1=20 arch/sparc/include/asm/compat.h | 1=20 arch/tile/include/asm/compat.h | 1=20 arch/x86/include/asm/compat.h | 1=20 arch/x86/kernel/cpu/intel_rdt_rdtgroup.c | 10 +- block/blk-core.c | 1=20 drivers/char/ipmi/ipmi_si_intf.c | 44 +++++----- drivers/cpuidle/cpuidle-powernv.c | 4=20 drivers/ide/ide-atapi.c | 6 - drivers/infiniband/hw/cxgb4/t4fw_ri_api.h | 4=20 drivers/md/bitmap.c | 9 ++ drivers/md/dm-raid.c | 21 ++--- drivers/media/dvb-core/dvb_frontend.c | 10 -- drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 3=20 drivers/net/ethernet/realtek/r8169.c | 38 +++++---- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 1=20 drivers/net/ipvlan/ipvlan_core.c | 2=20 drivers/net/tap.c | 16 ++- drivers/net/tun.c | 29 +++++-- drivers/net/usb/qmi_wwan.c | 3=20 drivers/net/usb/usbnet.c | 5 - drivers/nvme/target/rdma.c | 6 - drivers/s390/net/qeth_core.h | 3=20 drivers/s390/net/qeth_core_main.c | 31 +++++++ drivers/s390/net/qeth_l2_main.c | 4=20 drivers/s390/net/qeth_l3_main.c | 13 ++- drivers/usb/gadget/function/f_fs.c | 2=20 drivers/vhost/net.c | 20 ++-- fs/fcntl.c | 11 +- include/linux/netdev_features.h | 4=20 include/linux/netdevice.h | 1=20 include/linux/rculist_nulls.h | 38 --------- include/linux/skbuff.h | 2=20 include/linux/usb/usbnet.h | 1=20 include/linux/virtio_net.h | 5 - include/net/ipv6.h | 2=20 include/net/sock.h | 6 - include/net/tcp.h | 5 - kernel/audit.c | 39 +++++---- net/core/dev.c | 3=20 net/dccp/minisocks.c | 6 + net/ipv4/af_inet.c | 12 ++ net/ipv4/tcp_input.c | 3=20 net/ipv4/tcp_ipv4.c | 59 +++++++++----- net/ipv4/tcp_minisocks.c | 6 + net/ipv4/tcp_output.c | 8 + net/ipv4/udp_offload.c | 49 +++++++++++- net/ipv6/output_core.c | 6 - net/ipv6/route.c | 2=20 net/ipv6/sit.c | 1=20 net/ipv6/tcp_ipv6.c | 11 +- net/ipv6/udp_offload.c | 85 ++++++++++++++++= ++++- net/kcm/kcmsock.c | 71 ++++++----------- net/openvswitch/datapath.c | 14 +++ net/openvswitch/flow.c | 6 + net/packet/af_packet.c | 37 +++------ net/packet/internal.h | 1=20 net/rds/rdma.c | 2=20 net/sched/act_csum.c | 6 + net/sched/cls_bpf.c | 21 +++-- net/sched/sch_cbq.c | 9 +- net/sctp/socket.c | 6 - net/tipc/server.c | 1=20 net/tipc/udp_media.c | 4=20 virt/kvm/arm/vgic/vgic-its.c | 2=20 70 files changed, 542 insertions(+), 319 deletions(-) Al Viro (1): fix kcm_clone() Bart Van Assche (1): blk-mq: Avoid that request queue removal can trigger list corruption Bj=F8rn Mork (1): usbnet: fix alignment for frames with no ethernet header Daniel Scheller (1): media: dvb-core: always call invoke_release() in fe_free() David Ahern (2): tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match() net: ipv6: Fixup device for anycast routes during copy Eric Dumazet (6): tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb() net/packet: fix a race in packet_bind() and packet_notifier() tcp: remove buggy call to tcp_v6_restore_cb() net: remove hlist_nulls_add_tail_rcu() tcp/dccp: block bh before arming time_wait timer tcp: use current time in tcp_rcv_space_adjust() Florian Westphal (1): net: thunderx: Fix TCP/UDP checksum offload for IPv4 pkts Greg Kroah-Hartman (1): Linux 4.14.7 Gustavo A. R. Silva (1): net: openvswitch: datapath: fix data type in queue_gso_packets Hangbin Liu (1): sit: update frag_off info Heinz Mauelshagen (1): dm raid: fix panic when attempting to force a raid to sync Hongxu Jia (1): ide: ide-atapi: fix compile error with defining macro DEBUG H=E5kon Bugge (1): rds: Fix NULL pointer dereference in __rds_rdma_map Israel Rukshin (1): nvmet-rdma: update queue list during ib_device removal Jakub Kicinski (1): cls_bpf: don't decrement net's refcount when offload fails Jeff Layton (1): fcntl: don't cap l_start and l_end values for F_GETLK64 in compat sys= call Jiri Pirko (1): net: sched: cbq: create block for q->link.block Jon Maloy (1): tipc: fix memory leak in tipc_accept_from_sock() Julian Wiedmann (4): s390/qeth: fix early exit from error path s390/qeth: build max size GSO skbs on L2 devices s390/qeth: fix thinko in IPv4 multicast address tracking s390/qeth: fix GSO throughput regression Keefe Liu (1): ipvlan: fix ipv6 outbound device Lars Persson (1): stmmac: reset last TSO segment size after device open Leon Romanovsky (1): RDMA/cxgb4: Annotate r2 and stag as __be32 Marc Zyngier (1): KVM: arm/arm64: vgic-its: Preserve the revious read from the pending = table Masahiro Yamada (1): kbuild: do not call cc-option before KBUILD_CFLAGS initialization Masamitsu Yamazaki (1): ipmi: Stop timers before cleaning up the module Mauro Carvalho Chehab (1): dvb_frontend: don't use-after-free the frontend struct Mike Maloney (1): packet: fix crash in fanout_demux_rollover() Neal Cardwell (1): tcp: when scheduling TLP, time of RTO should account for current ACK Paul Moore (1): audit: ensure that 'audit=3D1' actually enables audit for PID 1 Reinette Chatre (1): x86/intel_rdt: Fix potential deadlock during resctrl unmount Sebastian Sjoholm (1): net: qmi_wwan: add Quectel BG96 2c7c:0296 Steve Grubb (1): audit: Allow auditd to set pid to 0 to end auditing Sunil Goutham (1): net: thunderx: Fix TCP/UDP checksum offload for IPv6 pkts Tobias Jakobi (1): net: realtek: r8169: implement set_link_ksettings() Tommi Rantala (1): tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv() Vaidyanathan Srinivasan (1): powerpc/powernv/idle: Round up latency and residency values Vincent Pelletier (1): usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping Wei Xu (3): vhost: fix skb leak in handle_rx() tap: free skb if flags error tun: free skb in early errors Willem de Bruijn (1): net: accept UFO datagrams from tuntap and packet Xin Long (2): tun: fix rcu_read_lock imbalance in tun_build_skb sctp: use right member as the param of list_for_each_entry Zdenek Kabelac (1): md: free unused memory after bitmap resize --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlo3jEEACgkQONu9yGCS aT5nkBAA2DbATNpoCQ31ABd8JHEQJZdcHT00UCy008degt7vUvWX6I4DTm3xcfwd iMRJlEbfP2jitGk7NC49geMWgvh3M3Bi4pNWk3jPmleDzMF0LixFIe0j9w+a50js J9Y4S18JjkFc9hcJpR060jC9ozvdn6Miez2EM43CJ1hNwiZ2dlo8ccMDfnq6X9RN /1x+IBtGsJRvTudC+gssYRrIFmhqj28WTww/TSf1sfpE+STGT9kmvjoHaLEu+xdE 48NOaUE1mdFFaVcojdDj/IhngT/kNuetlrq6gCxQXJ6VcgoEqqjXs3FYPZpB2wND /w9zyIyEPQijJkPBBvs64Q54jJPqsyB95r+BcBJNJi2NYtCGj7CUDdYcwjzmDdCR LmYESH1fDYKW+dkQryFL2BfNaX8ktgT/3IkTjGf8LCgqpAnigP2rLE6KEI8CZQ95 17enREtogsNQCHXpcvDQ3RGZZGcAihXK41aIoknNALc807u+8P07myDQhriHkNM9 D5F9oC8lcYBubKu8UEoCLcQ7czmAXRyvnIkPtuZvfXgN9SflSHp/6ohztVz21FwP HQjpQonMH6WHEjV2usKNKODnxzmHmxU3OHqd3o6HqiGPBsGR/l3Rg5mJrfKf8ksh URy43zlxNdux2z7pEFqj9jwERAg66SBDBbKmL+0hrlbIu6zkXcI= =dcos -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g--