Linux kernel -stable discussions
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.9.11
Date: Sat, 18 Feb 2017 16:50:05 +0100	[thread overview]
Message-ID: <20170218155005.GA15162@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 5893 bytes --]

I'm announcing the release of the 4.9.11 kernel.

All users of the 4.9 kernel series must upgrade.

The updated 4.9.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.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/x86/kernel/fpu/core.c                           |    3 
 drivers/net/ethernet/mellanox/mlx4/en_rx.c           |    5 
 drivers/net/ethernet/mellanox/mlx5/core/en.h         |    3 
 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c |   13 -
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c    |  198 +++++++++----------
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c    |    6 
 drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c |    4 
 drivers/net/loopback.c                               |    1 
 drivers/net/macvtap.c                                |    4 
 drivers/net/tun.c                                    |   10 
 drivers/net/usb/catc.c                               |   56 +++--
 drivers/net/usb/pegasus.c                            |   29 ++
 drivers/net/usb/rtl8150.c                            |   34 ++-
 include/linux/can/core.h                             |    7 
 include/linux/netdevice.h                            |    4 
 include/net/cipso_ipv4.h                             |    4 
 include/net/ipv6.h                                   |    2 
 include/net/lwtunnel.h                               |    5 
 net/can/af_can.c                                     |   12 -
 net/can/af_can.h                                     |    3 
 net/can/bcm.c                                        |    4 
 net/can/gw.c                                         |    2 
 net/can/raw.c                                        |    4 
 net/core/dev.c                                       |   31 +-
 net/dccp/ipv6.c                                      |    4 
 net/dsa/dsa2.c                                       |    1 
 net/ethernet/eth.c                                   |    1 
 net/ipv4/cipso_ipv4.c                                |    4 
 net/ipv4/igmp.c                                      |    1 
 net/ipv4/ip_output.c                                 |    1 
 net/ipv4/ip_sockglue.c                               |    9 
 net/ipv4/ping.c                                      |    2 
 net/ipv4/tcp.c                                       |    6 
 net/ipv4/tcp_output.c                                |    6 
 net/ipv6/inet6_connection_sock.c                     |    2 
 net/ipv6/ip6_gre.c                                   |   40 ++-
 net/ipv6/ip6_output.c                                |    4 
 net/ipv6/ip6_tunnel.c                                |   34 ++-
 net/ipv6/mcast.c                                     |   50 ++--
 net/ipv6/sit.c                                       |    1 
 net/ipv6/tcp_ipv6.c                                  |   28 +-
 net/l2tp/l2tp_core.h                                 |    1 
 net/l2tp/l2tp_ip.c                                   |   27 ++
 net/l2tp/l2tp_ip6.c                                  |    2 
 net/packet/af_packet.c                               |    7 
 net/sched/cls_matchall.c                             |  127 ++++--------
 net/sctp/ipv6.c                                      |    3 
 net/sctp/socket.c                                    |    3 
 49 files changed, 468 insertions(+), 342 deletions(-)

Alexey Brodkin (1):
      stmmac: Discard masked flags in interrupt status register

Ben Hutchings (4):
      pegasus: Use heap buffers for all register access
      rtl8150: Use heap buffers for all register access
      catc: Combine failure cleanup code in catc_probe()
      catc: Use heap buffer for memory size test

Benjamin Poirier (1):
      mlx4: Invoke softirqs after napi_reschedule

Dan Carpenter (1):
      ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()

David Ahern (1):
      lwtunnel: valid encap attr check should return 0 when lwtunnel is disabled

Eric Dumazet (10):
      can: Fix kernel panic at security_sock_rcv_skb
      ipv6: fix ip6_tnl_parse_tlv_enc_lim()
      tcp: fix 0 divide in __tcp_select_window()
      net: use a work queue to defer net_disable_timestamp() work
      ipv4: keep skb->dst around in presence of IP options
      netlabel: out of bound access in cipso_v4_validate()
      ip6_gre: fix ip6gre_err() invalid reads
      ipv6: tcp: add a missing tcp_v6_restore_cb()
      tcp: avoid infinite loop in tcp_splice_read()
      l2tp: do not use udp_ioctl()

Florian Fainelli (1):
      net: dsa: Do not destroy invalid network devices

Gal Pressman (1):
      net/mlx5e: Fix update of hash function/key via ethtool

Greg Kroah-Hartman (1):
      Linux 4.9.11

Hangbin Liu (2):
      mld: do not remove mld souce list info when set link down
      igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()

Marcelo Ricardo Leitner (1):
      sctp: avoid BUG_ON on sctp_wait_for_sndbuf

Mark Bloch (1):
      net/mlx5: Don't unlock fte while still using it

Pablo Neira (1):
      tcp: don't annotate mark on control socket from tcp_v6_send_response()

Pau Espin Pedrol (1):
      tcp: fix mark propagation with fwmark_reflect enabled

WANG Cong (2):
      sit: fix a double free on error path
      ping: fix a null pointer dereference

Willem de Bruijn (4):
      tun: read vnet_hdr_sz once
      macvtap: read vnet_hdr_size once
      net: introduce device min_header_len
      packet: round up linear to header len

Yotam Gigi (1):
      net/sched: matchall: Fix configuration race

Yu-cheng Yu (1):
      x86/fpu/xstate: Fix xcomp_bv in XSAVES header


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2017-02-18 15:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-18 15:50 Greg KH [this message]
2017-02-18 15:50 ` Linux 4.9.11 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170218155005.GA15162@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox