All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, jslaby@suse.cz,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Linux 4.19.162
Date: Tue,  8 Dec 2020 11:58:10 +0100	[thread overview]
Message-ID: <1607425090235144@kroah.com> (raw)

I'm announcing the release of the 4.19.162 kernel.

All users of the 4.19 kernel series must upgrade.

The updated 4.19.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.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

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

 Documentation/devicetree/bindings/net/nfc/nxp-nci.txt |    2 
 Documentation/devicetree/bindings/net/nfc/pn544.txt   |    2 
 Makefile                                              |    2 
 drivers/crypto/chelsio/chtls/chtls_cm.c               |    1 
 drivers/crypto/chelsio/chtls/chtls_hw.c               |    1 
 drivers/infiniband/hw/i40iw/i40iw_main.c              |    5 -
 drivers/infiniband/hw/i40iw/i40iw_verbs.c             |   36 ++--------
 drivers/input/joystick/xpad.c                         |    2 
 drivers/input/serio/i8042-x86ia64io.h                 |    4 +
 drivers/net/bonding/bond_main.c                       |   61 ++++++++++++------
 drivers/net/bonding/bond_sysfs_slave.c                |   18 -----
 drivers/net/ethernet/chelsio/cxgb3/sge.c              |    1 
 drivers/net/ethernet/ibm/ibmvnic.c                    |   26 ++++++-
 drivers/net/ethernet/intel/i40e/i40e.h                |    1 
 drivers/net/ethernet/intel/i40e/i40e_main.c           |   22 ++++--
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c    |   26 ++++---
 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c       |    1 
 drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c   |   21 +++++-
 drivers/net/ethernet/pasemi/pasemi_mac.c              |    8 +-
 drivers/net/geneve.c                                  |   20 ++++-
 drivers/net/tun.c                                     |   14 +++-
 drivers/net/usb/ipheth.c                              |    2 
 include/net/bonding.h                                 |    8 ++
 include/net/tls.h                                     |    6 +
 kernel/trace/trace_hwlat.c                            |    2 
 net/bridge/br_netfilter_hooks.c                       |    7 +-
 net/core/skbuff.c                                     |    2 
 net/ipv4/route.c                                      |    7 +-
 net/ipv4/tcp_cong.c                                   |    5 +
 net/ipv6/addrlabel.c                                  |   26 +++++--
 net/ipv6/ip6_gre.c                                    |   16 +++-
 net/iucv/af_iucv.c                                    |    4 -
 net/rose/rose_loopback.c                              |   17 +++--
 net/tls/tls_device.c                                  |    5 +
 net/tls/tls_sw.c                                      |    6 +
 net/x25/af_x25.c                                      |    6 +
 sound/usb/mixer_us16x08.c                             |    2 
 37 files changed, 260 insertions(+), 135 deletions(-)

Alexander Duyck (1):
      tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control

Anmol Karn (1):
      rose: Fix Null pointer dereference in rose_send_frame()

Antoine Tenart (2):
      netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal
      net: ip6_gre: set dev->hard_header_len when using header_ops

Dan Carpenter (2):
      net/x25: prevent a couple of overflows
      chelsio/chtls: fix a double free in chtls_setkey()

Eran Ben Elisha (1):
      net/mlx5: Fix wrong address reclaim when command interface is down

Eric Dumazet (1):
      geneve: pull IP header before ECN decapsulation

Greg Kroah-Hartman (1):
      Linux 4.19.162

Guillaume Nault (1):
      ipv4: Fix tos mask in inet_rtm_getroute()

Hector Martin (1):
      ALSA: usb-audio: US16x08: fix value count for level meters

Jamie Iles (1):
      bonding: wait for sysfs kobject destruction before freeing struct slave

Jens Axboe (1):
      tun: honor IOCB_NOWAIT flag

Julian Wiedmann (1):
      net/af_iucv: set correct sk_protocol for child sockets

Krzysztof Kozlowski (1):
      dt-bindings: net: correct interrupt flags in examples

Lijun Pan (1):
      ibmvnic: fix call_netdevice_notifiers in do_reset

Maxim Mikityanskiy (1):
      net/tls: Protect from calling tls_dev_del for TLS RX twice

Po-Hsu Lin (1):
      Input: i8042 - add ByteSpeed touchpad to noloop table

Sanjay Govind (1):
      Input: xpad - support Ardwiino Controllers

Shiraz Saleem (1):
      RDMA/i40iw: Address an mmap handler exploit in i40iw

Sylwester Dziedziuch (1):
      i40e: Fix removing driver while bare-metal VFs pass traffic

Thomas Falcon (2):
      ibmvnic: Ensure that SCRQ entry reads are correctly ordered
      ibmvnic: Fix TX completion error handling

Vadim Fedorenko (1):
      net/tls: missing received data after fast remote close

Vasily Averin (1):
      tracing: Remove WARN_ON in start_thread()

Vinay Kumar Yadav (1):
      chelsio/chtls: fix panic during unload reload chtls

Wang Hai (2):
      ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_init
      net: mvpp2: Fix error return code in mvpp2_open()

Willem de Bruijn (1):
      sock: set sk_err to ee_errno on dequeue from errq

Yves-Alexis Perez (1):
      usbnet: ipheth: fix connectivity with iOS 14

Zhang Changzhong (2):
      cxgb3: fix error return code in t3_sge_alloc_qset()
      net: pasemi: fix error return code in pasemi_mac_open()


             reply	other threads:[~2020-12-08 10:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-08 10:58 Greg Kroah-Hartman [this message]
2020-12-08 10:58 ` Linux 4.19.162 Greg Kroah-Hartman

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=1607425090235144@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.