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.253
Date: Thu, 21 Jul 2022 21:20:50 +0200	[thread overview]
Message-ID: <165843125056101@kroah.com> (raw)

I'm announcing the release of the 4.19.253 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/networking/ip-sysctl.txt            |    4 +-
 Makefile                                          |    2 -
 arch/arm/boot/dts/imx6qdl-ts7970.dtsi             |    2 -
 arch/arm/boot/dts/stm32mp157c.dtsi                |    2 -
 arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts |    2 -
 arch/arm/include/asm/ptrace.h                     |   26 +++++++++++++++
 arch/arm/mm/alignment.c                           |    3 +
 arch/arm/mm/proc-v7-bugs.c                        |    9 ++---
 arch/arm/probes/decode.h                          |   26 ---------------
 arch/x86/kernel/head64.c                          |    2 +
 drivers/cpufreq/pmac32-cpufreq.c                  |    4 ++
 drivers/irqchip/irq-or1k-pic.c                    |    1 
 drivers/net/can/m_can/m_can.c                     |    5 +-
 drivers/net/ethernet/sfc/ef10.c                   |    3 +
 drivers/net/ethernet/sfc/ef10_sriov.c             |   10 ++++-
 drivers/net/phy/sfp.c                             |    2 -
 drivers/net/xen-netback/rx.c                      |    1 
 drivers/nfc/nxp-nci/i2c.c                         |    8 +++-
 drivers/platform/x86/hp-wmi.c                     |    3 +
 drivers/tty/serial/8250/8250_port.c               |    4 +-
 drivers/tty/serial/amba-pl011.c                   |   23 ++++++++++++-
 drivers/tty/serial/samsung.c                      |    5 +-
 drivers/tty/serial/stm32-usart.c                  |    2 +
 drivers/usb/dwc3/gadget.c                         |    4 +-
 drivers/usb/serial/ftdi_sio.c                     |    3 +
 drivers/usb/serial/ftdi_sio_ids.h                 |    6 +++
 drivers/usb/typec/class.c                         |    1 
 drivers/virtio/virtio_mmio.c                      |   26 +++++++++++++++
 fs/nilfs2/nilfs.h                                 |    3 +
 include/linux/cgroup-defs.h                       |    3 +
 include/net/sock.h                                |    2 -
 include/trace/events/sock.h                       |    6 ++-
 kernel/cgroup/cgroup.c                            |   37 +++++++++++++---------
 kernel/signal.c                                   |    8 ++--
 kernel/trace/trace_events_hist.c                  |    2 +
 net/bridge/br_netfilter_hooks.c                   |   21 ++++++++++--
 net/core/filter.c                                 |    1 
 net/ipv4/af_inet.c                                |    4 +-
 net/ipv4/cipso_ipv4.c                             |   12 ++++---
 net/ipv4/icmp.c                                   |   10 +++--
 net/ipv4/inetpeer.c                               |   12 ++++---
 net/ipv6/seg6_iptunnel.c                          |    5 ++
 net/ipv6/seg6_local.c                             |    2 -
 net/tipc/socket.c                                 |    1 
 sound/pci/hda/patch_conexant.c                    |    1 
 sound/pci/hda/patch_realtek.c                     |   13 +++++++
 sound/soc/codecs/sgtl5000.c                       |    9 +++++
 sound/soc/codecs/sgtl5000.h                       |    1 
 sound/soc/codecs/wm5110.c                         |    8 +++-
 sound/soc/soc-ops.c                               |    4 +-
 50 files changed, 254 insertions(+), 100 deletions(-)

Andrea Mayer (3):
      seg6: fix skb checksum evaluation in SRH encapsulation/insertion
      seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors
      seg6: bpf: fix skb checksum in bpf_push_seg6_encap()

Ard Biesheuvel (2):
      ARM: 9214/1: alignment: advance IT state after emulating Thumb instruction
      ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idle

Chanho Park (1):
      tty: serial: samsung_tty: set dma burst_size to 1

Charles Keepax (1):
      ASoC: wm5110: Fix DRE control

Dmitry Osipenko (1):
      ARM: 9213/1: Print message about disabled Spectre workarounds only once

Florian Westphal (1):
      netfilter: br_netfilter: do not skip all hooks with 0 priority

Francesco Dolcini (1):
      ASoC: sgtl5000: Fix noise on shutdown/remove

Gabriel Fernandez (1):
      ARM: dts: stm32: use the correct clock source for CEC on stm32mp151

Greg Kroah-Hartman (1):
      Linux 4.19.253

Hangyu Hua (1):
      net: tipc: fix possible refcount leak in tipc_sk_create()

Ilpo Järvinen (2):
      serial: stm32: Clear prev values before setting RTS delays
      serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle

Jianglei Nie (1):
      net: sfp: fix memory leak in sfp_probe()

Juergen Gross (2):
      xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue
      x86: Clear .brk area at early boot

Kai-Heng Feng (1):
      platform/x86: hp-wmi: Ignore Sanitization Mode event

Kris Bahnsen (1):
      ARM: dts: imx6qdl-ts7970: Fix ngpio typo and count

Kuniyuki Iwashima (7):
      inetpeer: Fix data-races around sysctl.
      net: Fix data-races around sysctl_mem.
      cipso: Fix data-races around sysctl.
      icmp: Fix data-races around sysctl.
      icmp: Fix a data-race around sysctl_icmp_ratelimit.
      icmp: Fix a data-race around sysctl_icmp_ratemask.
      ipv4: Fix data-races around sysctl_ip_dynaddr.

Liang He (1):
      cpufreq: pmac32-cpufreq: Fix refcount leak bug

Linus Torvalds (1):
      signal handling: don't use BUG_ON() for debugging

Linyu Yuan (1):
      usb: typec: add missing uevent when partner support PD

Lucien Buchmann (1):
      USB: serial: ftdi_sio: add Belimo device ids

Marc Kleine-Budde (1):
      can: m_can: m_can_tx_handler(): fix use after free of skb

Mark Brown (1):
      ASoC: ops: Fix off by one in range control validation

Meng Tang (3):
      ALSA: hda - Add fixup for Dell Latitidue E5430
      ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 model
      ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc221

Michael Walle (1):
      NFC: nxp-nci: don't print header length mismatch on i2c error

Michal Suchanek (1):
      ARM: dts: sunxi: Fix SPI NOR campatible on Orange Pi Zero

Ryusuke Konishi (1):
      nilfs2: fix incorrect masking of permission flags for symlinks

Stafford Horne (1):
      irqchip: or1k-pic: Undefine mask_ack for level triggered hardware

Stephan Gerhold (2):
      virtio_mmio: Add missing PM calls to freeze/restore
      virtio_mmio: Restore guest page size on resume

Steven Rostedt (Google) (1):
      net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointer

Tejun Heo (1):
      cgroup: Use separate src/dst nodes when preloading css_sets for migration

Thinh Nguyen (1):
      usb: dwc3: gadget: Fix event pending check

Yi Yang (1):
      serial: 8250: fix return error code in serial8250_request_std_resource()

Zheng Yejian (1):
      tracing/histograms: Fix memory leak problem

Íñigo Huguet (2):
      sfc: fix use after free when disabling sriov
      sfc: fix kernel panic when creating VF


             reply	other threads:[~2022-07-21 19:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-21 19:20 Greg Kroah-Hartman [this message]
2022-07-21 19:20 ` Linux 4.19.253 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=165843125056101@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.