All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.14.125
Date: Tue, 11 Jun 2019 15:34:59 +0200	[thread overview]
Message-ID: <20190611133459.GA30054@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 6630 bytes --]

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

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

 Makefile                                        |    2 
 arch/mips/ath79/setup.c                         |    6 
 arch/mips/mm/mmap.c                             |    5 
 arch/mips/pistachio/Platform                    |    1 
 arch/powerpc/kernel/nvram_64.c                  |    2 
 arch/x86/power/cpu.c                            |   10 
 arch/x86/power/hibernate_64.c                   |   33 ++
 drivers/acpi/apei/erst.c                        |    1 
 drivers/firmware/efi/efi-pstore.c               |    4 
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c         |   19 -
 drivers/gpu/drm/gma500/cdv_intel_lvds.c         |    3 
 drivers/gpu/drm/gma500/intel_bios.c             |    3 
 drivers/gpu/drm/gma500/psb_drv.h                |    1 
 drivers/gpu/drm/i915/intel_fbc.c                |    4 
 drivers/gpu/drm/nouveau/Kconfig                 |   13 
 drivers/gpu/drm/nouveau/nouveau_drm.c           |    7 
 drivers/gpu/drm/radeon/radeon_display.c         |    4 
 drivers/i2c/busses/i2c-xiic.c                   |    5 
 drivers/irqchip/irq-ath79-misc.c                |   11 
 drivers/misc/genwqe/card_dev.c                  |    2 
 drivers/misc/genwqe/card_utils.c                |    4 
 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c |    4 
 drivers/net/ethernet/mellanox/mlx4/port.c       |    5 
 drivers/net/phy/sfp.c                           |   24 +
 drivers/net/usb/qmi_wwan.c                      |   39 ++
 drivers/parisc/ccio-dma.c                       |    4 
 drivers/parisc/sba_iommu.c                      |    3 
 drivers/tty/serial/serial_core.c                |   24 -
 drivers/xen/xenbus/xenbus_dev_frontend.c        |    4 
 fs/fuse/file.c                                  |    6 
 fs/open.c                                       |   18 +
 fs/pstore/platform.c                            |   76 ++---
 fs/pstore/ram.c                                 |   37 +-
 fs/read_write.c                                 |    5 
 include/linux/cpu.h                             |    4 
 include/linux/fs.h                              |    4 
 include/linux/pstore.h                          |    7 
 include/linux/rcupdate.h                        |    6 
 include/net/arp.h                               |    8 
 include/net/ip6_fib.h                           |    3 
 include/uapi/drm/i915_drm.h                     |    2 
 include/uapi/linux/fuse.h                       |    2 
 kernel/cpu.c                                    |    4 
 kernel/power/hibernate.c                        |    9 
 lib/test_firmware.c                             |   14 
 net/core/ethtool.c                              |   17 -
 net/core/fib_rules.c                            |    7 
 net/core/neighbour.c                            |    9 
 net/core/pktgen.c                               |   11 
 net/ipv6/raw.c                                  |   25 +
 net/rds/ib_rdma.c                               |   10 
 net/sctp/sm_make_chunk.c                        |   13 
 net/sctp/sm_sideeffect.c                        |    5 
 scripts/coccinelle/api/stream_open.cocci        |  363 ++++++++++++++++++++++++
 54 files changed, 737 insertions(+), 175 deletions(-)

Alex Deucher (1):
      drm/amdgpu/psp: move psp version specific function pointers to early_init

Chris Wilson (1):
      drm/i915: Fix I915_EXEC_RING_MASK

Christian König (1):
      drm/radeon: prefer lower reference dividers

Dan Carpenter (2):
      genwqe: Prevent an integer overflow in the ioctl
      test_firmware: Use correct snprintf() limit

Daniel Drake (1):
      drm/i915/fbc: disable framebuffer compression on GeminiLake

Dave Airlie (1):
      drm/nouveau: add kconfig option to turn off nouveau legacy contexts. (v3)

David Ahern (2):
      neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
      ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabled

Erez Alfasi (1):
      net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages query

Greg Kroah-Hartman (3):
      Revert "fib_rules: fix error in backport of e9919a24d302 ("fib_rules: return 0...")"
      Revert "MIPS: perf: ath79: Fix perfcount IRQ assignment"
      Linux 4.14.125

Hangbin Liu (1):
      Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied"

Jiri Kosina (1):
      x86/power: Fix 'nosmt' vs hibernation triple fault during resume

Jiri Slaby (1):
      TTY: serial_core, add ->install

John David Anglin (1):
      parisc: Use implicit space register selection for loading the coherence index of I/O pdirs

Kees Cook (3):
      pstore: Remove needless lock during console writes
      pstore: Convert buf_lock to semaphore
      pstore/ram: Run without kernel crash dump region

Kirill Smelkov (2):
      fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
      fuse: Add FOPEN_STREAM to use stream_open()

Kristian Evensen (1):
      qmi_wwan: Add quirk for Quectel dynamic config

Linus Torvalds (1):
      rcu: locking and unlocking need to always be at least barriers

Miklos Szeredi (1):
      fuse: fallocate: fix return with locked inode

Neil Horman (1):
      Fix memory leak in sctp_process_init

Olivier Matz (2):
      ipv6: fix EFAULT on sendto with icmpv6 and hdrincl
      ipv6: use READ_ONCE() for inet->hdrincl as in ipv4

Paolo Abeni (1):
      pktgen: do not sleep with the thread lock held.

Patrik Jakobsson (1):
      drm/gma500/cdv: Check vbt config bits when detecting lvds panels

Paul Burton (2):
      MIPS: Bounds check virt_addr_valid
      MIPS: pistachio: Build uImage.gz by default

Robert Hancock (1):
      i2c: xiic: Add max_read_len quirk

Russell King (1):
      net: sfp: read eeprom in maximum 16 byte increments

Vivien Didelot (1):
      ethtool: fix potential userspace buffer overflow

Xin Long (1):
      ipv6: fix the check before getting the cookie in rt6_get_cookie

Yunsheng Lin (1):
      ethtool: check the return value of get_regs_len

Zhu Yanjun (1):
      net: rds: fix memory leak in rds_ib_flush_mr_pool


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2019-06-11 13:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-11 13:34 Greg KH [this message]
2019-06-11 13:35 ` Linux 4.14.125 Greg KH

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=20190611133459.GA30054@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.