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.250
Date: Sat,  2 Jul 2022 16:38:18 +0200	[thread overview]
Message-ID: <1656772698234219@kroah.com> (raw)

I'm announcing the release of the 4.19.250 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/ABI/testing/sysfs-bus-iio-vf610 |    2 
 Makefile                                      |    4 
 arch/arm/boot/dts/imx6qdl.dtsi                |    2 
 arch/arm/mach-axxia/platsmp.c                 |    1 
 arch/arm/mach-cns3xxx/core.c                  |    2 
 arch/arm/mach-exynos/exynos.c                 |    1 
 arch/mips/vr41xx/common/icu.c                 |    2 
 arch/powerpc/kernel/process.c                 |    2 
 arch/powerpc/kernel/rtas.c                    |   11 +
 arch/powerpc/platforms/powernv/powernv.h      |    2 
 arch/powerpc/platforms/powernv/rng.c          |   52 ++++++---
 arch/powerpc/platforms/powernv/setup.c        |    2 
 arch/powerpc/platforms/pseries/pseries.h      |    2 
 arch/powerpc/platforms/pseries/rng.c          |   11 -
 arch/powerpc/platforms/pseries/setup.c        |    1 
 arch/s390/include/asm/kexec.h                 |   10 +
 arch/x86/include/asm/kexec.h                  |    9 +
 arch/xtensa/kernel/time.c                     |    1 
 arch/xtensa/platforms/xtfpga/setup.c          |    1 
 drivers/char/random.c                         |    4 
 drivers/gpio/gpio-vr41xx.c                    |    2 
 drivers/gpio/gpio-winbond.c                   |    7 -
 drivers/gpu/drm/drm_crtc_helper_internal.h    |   10 -
 drivers/gpu/drm/drm_fb_helper.c               |   21 ---
 drivers/gpu/drm/drm_kms_helper_common.c       |   25 ++--
 drivers/iio/accel/bma180.c                    |    3 
 drivers/iio/accel/mma8452.c                   |   10 +
 drivers/iio/adc/axp288_adc.c                  |    8 +
 drivers/iio/chemical/ccs811.c                 |    4 
 drivers/iio/gyro/mpu3050-core.c               |    1 
 drivers/iio/trigger/iio-trig-sysfs.c          |    1 
 drivers/md/dm-era-target.c                    |    8 +
 drivers/net/bonding/bond_main.c               |    4 
 drivers/net/ethernet/intel/igb/igb_main.c     |   12 --
 drivers/net/ethernet/mscc/ocelot.c            |    8 +
 drivers/net/virtio_net.c                      |   25 +---
 drivers/of/fdt.c                              |    8 +
 drivers/soc/bcm/brcmstb/pm/pm-arm.c           |    1 
 drivers/tty/vt/vt.c                           |   39 ------
 drivers/tty/vt/vt_ioctl.c                     |  149 --------------------------
 drivers/usb/chipidea/udc.c                    |    3 
 drivers/usb/host/xhci-hub.c                   |    2 
 drivers/usb/host/xhci.c                       |   15 ++
 drivers/usb/host/xhci.h                       |    2 
 drivers/usb/serial/option.c                   |    6 +
 drivers/xen/features.c                        |    2 
 drivers/xen/xlate_mmu.c                       |    1 
 fs/afs/inode.c                                |    3 
 include/linux/kd.h                            |    8 -
 include/linux/kexec.h                         |   46 ++++++--
 include/linux/ratelimit.h                     |   12 +-
 include/trace/events/libata.h                 |    1 
 kernel/dma/swiotlb.c                          |    3 
 kernel/kexec_file.c                           |   34 -----
 net/ipv4/ip_gre.c                             |   15 +-
 net/ipv6/ip6_gre.c                            |   15 +-
 net/sched/sch_generic.c                       |    5 
 net/sched/sch_netem.c                         |    4 
 scripts/mod/modpost.c                         |    2 
 sound/pci/hda/patch_conexant.c                |    4 
 sound/pci/hda/patch_realtek.c                 |    1 
 sound/pci/hda/patch_via.c                     |    4 
 62 files changed, 270 insertions(+), 386 deletions(-)

Andrew Donnellan (1):
      powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address

Baruch Siach (1):
      iio: adc: vf610: fix conversion mode sysfs node name

Carlo Lobrano (1):
      USB: serial: option: add Telit LE910Cx 0x1250 composition

Christoph Hellwig (1):
      drm: remove drm_fb_helper_modinit

Dan Carpenter (1):
      gpio: winbond: Fix error code in winbond_gpio_get()

David Howells (1):
      afs: Fix dynamic root getattr

Diederik de Haas (1):
      net/sched: move NULL ptr check to qdisc_put() too

Dmitry Rokosov (2):
      iio:chemical:ccs811: rearrange iio trigger get and register
      iio:accel:bma180: rearrange iio trigger get and register

Edward Wu (1):
      ata: libata: add qc->flags in ata_qc_complete_template tracepoint

Eric Dumazet (1):
      erspan: do not assume transport header is always set

Greg Kroah-Hartman (1):
      Linux 4.19.250

Haibo Chen (1):
      iio: accel: mma8452: ignore the return value of reset operation

Hans de Goede (1):
      iio: adc: axp288: Override TS pin bias current for some models

Hsin-Yi Wang (1):
      fdt: Update CRC check for rng-seed

Jason A. Donenfeld (4):
      random: schedule mix_interrupt_randomness() less often
      random: quiet urandom warning ratelimit suppression message
      powerpc/powernv: wire up rng during setup_arch
      powerpc/pseries: wire up rng during setup_arch()

Jay Vosburgh (1):
      bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers

Jiri Slaby (1):
      vt: drop old FONT ioctls

Julien Grall (1):
      x86/xen: Remove undefined behavior in setup_features()

Kai-Heng Feng (1):
      igb: Make DMA faster when CPU is active on the PCIe link

Liang He (2):
      xtensa: xtfpga: Fix refcount leak bug in setup
      xtensa: Fix refcount leak bug in time.c

Liu Shixin (1):
      swiotlb: skip swiotlb_bounce when orig_addr is zero

Lucas Stach (1):
      ARM: dts: imx6qdl: correct PU regulator ramp delay

Macpaul Lin (1):
      USB: serial: option: add Quectel RM500K module support

Masahiro Yamada (3):
      modpost: fix section mismatch check for exported init/exit sections
      kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt)
      xen: unexport __init-annotated xen_xlate_map_ballooned_pages()

Mathias Nyman (1):
      xhci: turn off port power in shutdown

Miaoqian Lin (4):
      ARM: exynos: Fix refcount leak in exynos_map_pmu
      soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe
      ARM: Fix refcount leak in axxia_boot_secondary
      ARM: cns3xxx: Fix refcount leak in cns3xxx_init

Naveen N. Rao (2):
      powerpc: Enable execve syscall exit tracepoint
      kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]

Nikos Tsironis (1):
      dm era: commit metadata in postsuspend after worker stops

Peilin Ye (1):
      net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platforms

Stephan Gerhold (1):
      virtio_net: fix xdp_rxq_info bug after suspend/resume

Takashi Iwai (2):
      ALSA: hda/via: Fix missing beep setup
      ALSA: hda/conexant: Fix missing beep setup

Tim Crawford (1):
      ALSA: hda/realtek: Add quirk for Clevo PD70PNT

Vincent Whitchurch (1):
      iio: trigger: sysfs: fix use-after-free on remove

Vladimir Oltean (1):
      net: mscc: ocelot: allow unregistered IP multicast flooding

Xu Yang (1):
      usb: chipidea: udc: check request status before setting device address

Yonglin Tan (1):
      USB: serial: option: add Quectel EM05-G modem

Zheyu Ma (1):
      iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()

huhai (1):
      MIPS: Remove repetitive increase irq_err_count


             reply	other threads:[~2022-07-02 14:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-02 14:38 Greg Kroah-Hartman [this message]
2022-07-02 14:38 ` Linux 4.19.250 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=1656772698234219@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.