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

I'm announcing the release of the 4.14.286 kernel.

All users of the 4.14 kernel series must upgrade.

The updated 4.14.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.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                                      |    2 
 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/x86/include/asm/kexec.h                  |    6 +
 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/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/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/of/fdt.c                              |    8 +
 drivers/tty/vt/vt.c                           |   34 -----
 drivers/tty/vt/vt_ioctl.c                     |  149 --------------------------
 drivers/usb/chipidea/udc.c                    |    3 
 drivers/usb/serial/option.c                   |    6 +
 drivers/xen/features.c                        |    2 
 drivers/xen/xlate_mmu.c                       |    1 
 include/linux/kd.h                            |    8 -
 include/linux/kexec.h                         |   26 +++-
 include/linux/ratelimit.h                     |   12 +-
 include/trace/events/libata.h                 |    1 
 kernel/kexec_file.c                           |   18 ---
 lib/swiotlb.c                                 |    3 
 scripts/mod/modpost.c                         |    2 
 45 files changed, 173 insertions(+), 312 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

Dmitry Rokosov (1):
      iio:accel:bma180: rearrange iio trigger get and register

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

Greg Kroah-Hartman (1):
      Linux 4.14.286

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 (2):
      modpost: fix section mismatch check for exported init/exit sections
      xen: unexport __init-annotated xen_xlate_map_ballooned_pages()

Miaoqian Lin (3):
      ARM: exynos: Fix refcount leak in exynos_map_pmu
      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

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

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.14.286 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=165677269252195@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.