linux-kernel.vger.kernel.org archive mirror
 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 5.4.5
Date: Wed, 18 Dec 2019 19:03:21 +0100	[thread overview]
Message-ID: <20191218180321.GA869477@kroah.com> (raw)

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

I'm announcing the release of the 5.4.5 kernel.

All users of the 5.4 kernel series must upgrade.

The updated 5.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.4.y
and can be browsed at the normal kernel.org git web browser:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                                 |    2 
 drivers/infiniband/core/addr.c                           |    7 
 drivers/infiniband/sw/rxe/rxe_net.c                      |    8 
 drivers/net/ethernet/cavium/thunder/thunder_bgx.c        |    2 
 drivers/net/ethernet/mellanox/mlx5/core/en.h             |    2 
 drivers/net/ethernet/mellanox/mlx5/core/en/port.c        |    1 
 drivers/net/ethernet/mellanox/mlx5/core/en/port_buffer.c |   27 +++
 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c      |    8 
 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c     |   15 -
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c        |   31 +--
 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c       |    2 
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c          |    2 
 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c          |    2 
 drivers/net/ethernet/mscc/ocelot.c                       |   14 +
 drivers/net/ethernet/pensando/ionic/ionic_lif.c          |   16 +
 drivers/net/ethernet/realtek/r8169_main.c                |    2 
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c        |    4 
 drivers/net/ethernet/ti/cpsw.c                           |    2 
 drivers/net/geneve.c                                     |    4 
 drivers/net/vxlan.c                                      |    8 
 include/linux/netdevice.h                                |    5 
 include/linux/skbuff.h                                   |    5 
 include/linux/time.h                                     |   13 +
 include/net/flow_dissector.h                             |    1 
 include/net/flow_offload.h                               |   15 -
 include/net/ip.h                                         |    5 
 include/net/ipv6.h                                       |    2 
 include/net/ipv6_stubs.h                                 |    6 
 include/net/page_pool.h                                  |   52 +-----
 include/net/tcp.h                                        |   27 ++-
 include/net/xdp_priv.h                                   |    4 
 include/trace/events/xdp.h                               |   19 --
 net/bridge/br_device.c                                   |    6 
 net/core/dev.c                                           |    3 
 net/core/flow_dissector.c                                |   42 +++--
 net/core/flow_offload.c                                  |   45 ++---
 net/core/lwt_bpf.c                                       |    4 
 net/core/page_pool.c                                     |  122 +++++++++------
 net/core/skbuff.c                                        |   10 -
 net/core/xdp.c                                           |  117 +++++---------
 net/dccp/ipv6.c                                          |    6 
 net/hsr/hsr_device.c                                     |    9 -
 net/ipv4/devinet.c                                       |    5 
 net/ipv4/gre_demux.c                                     |    2 
 net/ipv4/ip_output.c                                     |   13 -
 net/ipv4/tcp_output.c                                    |    5 
 net/ipv6/addrconf_core.c                                 |   11 -
 net/ipv6/af_inet6.c                                      |    4 
 net/ipv6/datagram.c                                      |    2 
 net/ipv6/inet6_connection_sock.c                         |    4 
 net/ipv6/ip6_output.c                                    |    8 
 net/ipv6/raw.c                                           |    2 
 net/ipv6/syncookies.c                                    |    2 
 net/ipv6/tcp_ipv6.c                                      |    4 
 net/l2tp/l2tp_ip6.c                                      |    2 
 net/mpls/af_mpls.c                                       |    7 
 net/netfilter/nf_tables_offload.c                        |    6 
 net/openvswitch/actions.c                                |    6 
 net/openvswitch/conntrack.c                              |   11 +
 net/sched/act_ct.c                                       |   13 +
 net/sched/act_mpls.c                                     |    7 
 net/sched/cls_api.c                                      |   60 ++++---
 net/sched/cls_flower.c                                   |  118 ++++++++------
 net/sched/sch_mq.c                                       |    1 
 net/sched/sch_mqprio.c                                   |    3 
 net/sctp/ipv6.c                                          |    4 
 net/tipc/core.c                                          |   29 +--
 net/tipc/udp_media.c                                     |    9 -
 net/tls/tls_device.c                                     |    8 
 net/tls/tls_main.c                                       |    4 
 net/tls/tls_sw.c                                         |    8 
 tools/testing/selftests/net/tls.c                        |    8 
 72 files changed, 575 insertions(+), 468 deletions(-)

Aaron Conole (2):
      openvswitch: support asymmetric conntrack
      act_ct: support asymmetric conntrack

Alexander Lobakin (1):
      net: dsa: fix flow dissection on Tx path

Aya Levin (2):
      net/mlx5e: Fix translation of link mode into speed
      net/mlx5e: ethtool, Fix analysis of speed setting

Cong Wang (1):
      gre: refetch erspan header from skb->data after pskb_may_pull()

Dust Li (1):
      net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueues

Eran Ben Elisha (2):
      net/mlx5e: Fix TXQ indices to be sequential
      net/mlx5e: Fix SFF 8472 eeprom length

Eric Dumazet (3):
      inet: protect against too small mtu values.
      net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()
      tcp: md5: fix potential overestimation of TCP option space

Greg Kroah-Hartman (1):
      Linux 5.4.5

Grygorii Strashko (1):
      net: ethernet: ti: cpsw: fix extra rx interrupt

Guillaume Nault (3):
      tcp: fix rejected syncookies due to stale timestamps
      tcp: tighten acceptance of ACKs not matching a child socket
      tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()

Heiner Kallweit (1):
      r8169: add missing RX enabling for WoL on RTL8125

Huy Nguyen (1):
      net/mlx5e: Query global pause state before setting prio2buffer

John Hurley (2):
      net: core: rename indirect block ingress cb function
      net: sched: allow indirect blocks to bind to clsact in TC

Jonathan Lemon (2):
      page_pool: do not release pool until inflight == 0.
      xdp: obtain the mem_id mutex before trying to remove an entry.

Martin Varghese (2):
      Fixed updating of ethertype in function skb_mpls_pop
      net: Fixed updating of ethertype in skb_mpls_push()

Mian Yousaf Kaukab (1):
      net: thunderx: start phy before starting autonegotiation

Nikolay Aleksandrov (1):
      net: bridge: deny dev_set_mac_address() when unregistering

Roi Dayan (1):
      net/mlx5e: Fix freeing flow with kfree() and not kvfree()

Sabrina Dubroca (2):
      net: ipv6: add net argument to ip6_dst_lookup_flow
      net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup

Shannon Nelson (1):
      ionic: keep users rss hash across lif reset

Taehee Yoo (2):
      tipc: fix ordering of tipc module init and exit routine
      hsr: fix a NULL pointer dereference in hsr_dev_xmit()

Valentin Vidic (1):
      net/tls: Fix return values to avoid ENOTSUPP

Vladimir Oltean (1):
      net: mscc: ocelot: unregister the PTP clock on deinit

Vladyslav Tarasiuk (1):
      mqprio: Fix out-of-bounds access in mqprio_dump

Yoshiki Komachi (1):
      cls_flower: Fix the behavior using port ranges with hw-offload


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

             reply	other threads:[~2019-12-18 18:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-18 18:03 Greg KH [this message]
2019-12-18 18:03 ` Linux 5.4.5 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=20191218180321.GA869477@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;
as well as URLs for NNTP newsgroup(s).