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.228
Date: Tue,  8 Feb 2022 18:54:51 +0100	[thread overview]
Message-ID: <164434289212031@kroah.com> (raw)

I'm announcing the release of the 4.19.228 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

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

 Makefile                                              |    2 
 arch/powerpc/kernel/Makefile                          |    1 
 arch/powerpc/lib/Makefile                             |    3 
 arch/s390/hypfs/hypfs_vm.c                            |    6 
 block/bio-integrity.c                                 |    2 
 drivers/edac/altera_edac.c                            |    2 
 drivers/edac/xgene_edac.c                             |    2 
 drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c          |    4 
 drivers/gpu/drm/i915/intel_overlay.c                  |    3 
 drivers/gpu/drm/msm/dsi/phy/dsi_phy.c                 |    4 
 drivers/gpu/drm/msm/msm_drv.c                         |    2 
 drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c       |    2 
 drivers/hwmon/lm90.c                                  |    2 
 drivers/infiniband/hw/mlx4/main.c                     |    2 
 drivers/iommu/amd_iommu_init.c                        |    2 
 drivers/iommu/intel_irq_remapping.c                   |   13 +-
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c              |   14 ++
 drivers/net/ethernet/ibm/ibmvnic.c                    |  112 +++++++++++-------
 drivers/net/ethernet/intel/i40e/i40e.h                |    9 -
 drivers/net/ethernet/intel/i40e/i40e_debugfs.c        |    2 
 drivers/net/ethernet/intel/i40e/i40e_main.c           |   44 +++----
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c    |   59 +++++++++
 drivers/net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c |   19 +--
 drivers/net/hamradio/yam.c                            |    4 
 drivers/net/ieee802154/ca8210.c                       |    1 
 drivers/net/ieee802154/mac802154_hwsim.c              |    1 
 drivers/net/ieee802154/mcr20a.c                       |    4 
 drivers/net/macsec.c                                  |    9 +
 drivers/net/phy/phy_device.c                          |    6 
 drivers/net/phy/phylink.c                             |    5 
 drivers/net/usb/ipheth.c                              |    6 
 drivers/rpmsg/rpmsg_char.c                            |   22 ---
 drivers/rtc/rtc-mc146818-lib.c                        |    2 
 drivers/s390/scsi/zfcp_fc.c                           |   13 +-
 drivers/scsi/bnx2fc/bnx2fc_fcoe.c                     |   41 ++----
 drivers/soc/mediatek/mtk-scpsys.c                     |   15 --
 drivers/spi/spi-bcm-qspi.c                            |    2 
 drivers/spi/spi-meson-spicc.c                         |    5 
 drivers/spi/spi-mt65xx.c                              |    2 
 drivers/tty/n_gsm.c                                   |    4 
 drivers/tty/serial/8250/8250_of.c                     |   11 +
 drivers/tty/serial/8250/8250_pci.c                    |  100 +++++++++++++++-
 drivers/tty/serial/stm32-usart.c                      |    2 
 drivers/usb/common/ulpi.c                             |    7 -
 drivers/usb/core/hcd.c                                |   14 ++
 drivers/usb/core/urb.c                                |   12 +
 drivers/usb/gadget/function/f_sourcesink.c            |    1 
 drivers/usb/storage/unusual_devs.h                    |   10 +
 drivers/usb/typec/tcpm.c                              |    3 
 fs/ext4/inline.c                                      |   10 +
 fs/nfs/dir.c                                          |   22 +++
 fs/nfsd/nfs4state.c                                   |    4 
 fs/udf/inode.c                                        |    9 -
 include/linux/netdevice.h                             |    1 
 include/net/ip.h                                      |   21 +--
 include/net/ip6_fib.h                                 |    2 
 include/net/netfilter/nf_nat_l4proto.h                |    2 
 kernel/audit.c                                        |   62 ++++++---
 kernel/power/wakelock.c                               |   12 -
 net/bluetooth/hci_event.c                             |   10 -
 net/core/net-procfs.c                                 |   38 +++++-
 net/core/rtnetlink.c                                  |    6 
 net/ieee802154/nl802154.c                             |    8 -
 net/ipv4/ip_output.c                                  |   11 +
 net/ipv4/ping.c                                       |    3 
 net/ipv4/raw.c                                        |    5 
 net/ipv4/tcp_output.c                                 |   31 +++-
 net/ipv6/ip6_fib.c                                    |   23 ++-
 net/ipv6/ip6_tunnel.c                                 |    8 -
 net/ipv6/route.c                                      |    2 
 net/netfilter/nf_nat_proto_common.c                   |   37 ++++-
 net/netfilter/nf_nat_proto_dccp.c                     |    5 
 net/netfilter/nf_nat_proto_sctp.c                     |    5 
 net/netfilter/nf_nat_proto_tcp.c                      |    5 
 net/netfilter/nf_nat_proto_udp.c                      |   10 -
 net/netfilter/nft_payload.c                           |    3 
 net/packet/af_packet.c                                |   10 +
 sound/pci/hda/patch_realtek.c                         |    5 
 sound/soc/codecs/cpcap.c                              |    2 
 sound/soc/codecs/max9759.c                            |    3 
 sound/soc/fsl/pcm030-audio-fabric.c                   |   11 +
 sound/soc/soc-ops.c                                   |   29 ++++
 tools/testing/selftests/futex/Makefile                |    4 
 83 files changed, 730 insertions(+), 302 deletions(-)

Alan Stern (2):
      usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge
      USB: core: Fix hang in usb_kill_urb by adding memory barriers

Badhri Jagan Sridharan (1):
      usb: typec: tcpm: Do not disconnect while receiving VBUS off

Benjamin Gaignard (1):
      spi: mediatek: Avoid NULL pointer crash in interrupt

Brian Gix (1):
      Bluetooth: refactor malicious adv data check

Cameron Williams (1):
      tty: Add support for Brainboxes UC cards.

Christian Lachner (3):
      ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 quirks
      ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer chipset)
      ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after reboot from Windows

Christophe Leroy (1):
      powerpc/32: Fix boot failure with GCC latent entropy plugin

Congyu Liu (1):
      net: fix information leakage in /proc/net/ptype

Dai Ngo (1):
      nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.

Dan Carpenter (2):
      drm/i915/overlay: Prevent divide by zero bugs in scaling
      ASoC: max9759: fix underflow in speaker_gain_control_put()

Eric Dumazet (7):
      ipv4: avoid using shared IP generator for connected sockets
      ipv6: annotate accesses to fn->fn_sernum
      ipv4: raw: lock the socket in raw_bind()
      ipv4: tcp: send zero IPID in SYNACK messages
      tcp: fix possible socket leaks in internal pacing mode
      rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
      af_packet: fix data-race in packet_setsockopt / packet_setsockopt

Florian Westphal (2):
      netfilter: nat: remove l4 protocol port rovers
      netfilter: nat: limit port clash resolution attempts

Georgi Valkov (1):
      ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback

Greg Kroah-Hartman (2):
      PM: wakeup: simplify the output logic of pm_show_wakelocks()
      Linux 4.19.228

Guenter Roeck (2):
      hwmon: (lm90) Reduce maximum conversion rate for G781
      Revert "ASoC: mediatek: Check for error clk pointer"

Guoqing Jiang (1):
      iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()

Hangyu Hua (1):
      yam: fix a memory leak in yam_siocdevprivate()

Ido Schimmel (1):
      ipv6_tunnel: Rate limit warning messages

Jan Kara (2):
      udf: Restore i_lenAlloc when inode expansion fails
      udf: Fix NULL ptr deref when converting from inline format

Jedrzej Jagielski (2):
      i40e: Increase delay to 1 s after global EMP reset
      i40e: Fix issue when maximum queues is exceeded

Jianguo Wu (1):
      net-procfs: show net devices bound packet types

Jiasheng Jiang (1):
      ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_name

Joe Damato (1):
      i40e: fix unsigned stat widths

Joerg Roedel (1):
      iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()

John Meneghini (2):
      scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put()
      scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe

Jon Hunter (1):
      usb: common: ulpi: Fix crash in ulpi_match()

José Expósito (1):
      drm/msm/dsi: invalid parameter check in msm_dsi_phy_enable

Kamal Dasu (1):
      spi: bcm-qspi: check for valid cs before applying chip select

Leon Romanovsky (1):
      RDMA/mlx4: Don't continue event handler after memory allocation failure

Lior Nahmanson (1):
      net: macsec: Verify that send_sci is on when setting Tx sci explicitly

Lucas Stach (1):
      drm/etnaviv: relax submit size limits

Marek Behún (2):
      net: sfp: ignore disabled SFP node
      phylib: fix potential use-after-free

Mark Brown (3):
      ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()
      ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx()
      ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx()

Martin K. Petersen (1):
      block: bio-integrity: Advance seed correctly for larger interval sizes

Matthias Kaehlcke (1):
      rpmsg: char: Fix race between the release of rpmsg_eptdev and cdev

Miaoqian Lin (2):
      spi: meson-spicc: add IRQ check in meson_spicc_probe
      ASoC: fsl: Add missing error handling in pcm030_fabric_probe

Miquel Raynal (4):
      net: ieee802154: hwsim: Ensure proper channel selection at probe time
      net: ieee802154: mcr20a: Fix lifs/sifs periods
      net: ieee802154: ca8210: Stop leaking skb's
      net: ieee802154: Return meaningful error codes from the netlink helpers

Muhammad Usama Anjum (1):
      selftests: futex: Use variable MAKE instead of make

Nick Lopez (1):
      drm/nouveau: fix off by one in BIOS boundary checking

Pablo Neira Ayuso (1):
      netfilter: nft_payload: do not update layer 4 checksum when mangling fragments

Paul Moore (1):
      audit: improve audit queue handling when "audit=1" on cmdline

Pavankumar Kondeti (1):
      usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUS

Raju Rangoju (1):
      net: amd-xgbe: ensure to reset the tx_timer_active flag

Ritesh Harjani (1):
      ext4: fix error handling in ext4_restore_inline_data()

Riwen Lu (1):
      rtc: cmos: Evaluate century appropriate

Robert Hancock (1):
      serial: 8250: of: Fix mapped region size when using reg-offset property

Sergey Shtylyov (2):
      EDAC/altera: Fix deferred probing
      EDAC/xgene: Fix deferred probing

Shyam Sundar S K (1):
      net: amd-xgbe: Fix skb data length underflow

Steffen Maier (1):
      scsi: zfcp: Fix failed recovery on gone remote port with non-NPIV FCP devices

Sujit Kautkar (1):
      rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev

Sukadev Bhattiprolu (2):
      ibmvnic: init ->running_cap_crqs early
      ibmvnic: don't spin in tasklet

Sylwester Dziedziuch (1):
      i40e: Fix queues reservation for XDP

Trond Myklebust (4):
      NFSv4: Handle case where the lookup of a directory fails
      NFSv4: nfs_atomic_open() can race when looking up a non-regular file
      NFS: Ensure the server has an up to date ctime before hardlinking
      NFS: Ensure the server has an up to date ctime before renaming

Valentin Caron (1):
      serial: stm32: fix software flow control transfer

Vasily Gorbik (1):
      s390/hypfs: include z/VM guests with access control group set

Xianting Tian (1):
      drm/msm: Fix wrong size calculation

Xin Long (1):
      ping: fix the sk_bound_dev_if match in ping_lookup

Yannick Vignon (1):
      net: stmmac: ensure PTP time register reads are consistent

daniel.starke@siemens.com (1):
      tty: n_gsm: fix SW flow control encoding/handling


             reply	other threads:[~2022-02-08 17:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-08 17:54 Greg Kroah-Hartman [this message]
2022-02-08 17:54 ` Linux 4.19.228 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=164434289212031@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.