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.287
Date: Thu,  7 Jul 2022 18:08:13 +0200	[thread overview]
Message-ID: <165721009435145@kroah.com> (raw)

I'm announcing the release of the 4.14.287 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/arm/xen/p2m.c                 |    6 +
 arch/s390/crypto/arch_random.c     |   20 -----
 arch/s390/include/asm/archrandom.h |   32 +++-----
 arch/s390/kernel/setup.c           |    5 +
 drivers/block/xen-blkfront.c       |   49 +++++++-----
 drivers/hwmon/ibmaem.c             |   12 ++-
 drivers/infiniband/hw/qedr/qedr.h  |    1 
 drivers/infiniband/hw/qedr/verbs.c |    4 -
 drivers/md/dm-raid.c               |   34 ++++----
 drivers/md/raid5.c                 |    1 
 drivers/net/bonding/bond_3ad.c     |    3 
 drivers/net/bonding/bond_alb.c     |    2 
 drivers/net/caif/caif_virtio.c     |   10 ++
 drivers/net/usb/ax88179_178a.c     |  101 +++++++++++++++++++------
 drivers/net/usb/qmi_wwan.c         |    2 
 drivers/net/usb/usbnet.c           |    4 -
 drivers/net/xen-netfront.c         |   52 ++++++++++++-
 drivers/nfc/nfcmrvl/i2c.c          |    6 -
 drivers/nfc/nfcmrvl/spi.c          |    6 -
 drivers/nfc/nxp-nci/i2c.c          |    3 
 drivers/nvdimm/bus.c               |    4 -
 drivers/xen/gntdev.c               |  145 ++++++++++++++++++++++++++-----------
 include/linux/skbuff.h             |    1 
 net/core/skbuff.c                  |    9 +-
 net/ipv6/seg6_hmac.c               |    1 
 net/ipv6/sit.c                     |   10 +-
 net/netfilter/nft_set_hash.c       |    2 
 net/rose/rose_timer.c              |   34 ++++----
 net/sunrpc/xdr.c                   |    2 
 30 files changed, 376 insertions(+), 187 deletions(-)

Carlo Lobrano (1):
      net: usb: qmi_wwan: add Telit 0x1060 composition

Chris Ye (1):
      nvdimm: Fix badblocks clear off-by-one error

Chuck Lever (1):
      SUNRPC: Fix READ_PLUS crasher

Daniele Palmas (1):
      net: usb: qmi_wwan: add Telit 0x1070 composition

Demi Marie Obenour (1):
      xen/gntdev: Avoid blocking in unmap_grant_pages()

Duoming Zhou (1):
      net: rose: fix UAF bugs caused by timer handler

Eric Dumazet (1):
      net: bonding: fix possible NULL deref in rlb code

Greg Kroah-Hartman (1):
      Linux 4.14.287

Heinz Mauelshagen (1):
      dm raid: fix accesses beyond end of raid member array

Ilya Lesokhin (1):
      net: Rename and export copy_skb_header

Jason A. Donenfeld (1):
      s390/archrandom: simplify back to earlier design and initialize earlier

Jason Wang (1):
      caif_virtio: fix race between virtio_device_ready() and ndo_open()

Jose Alonso (1):
      net: usb: ax88179_178a: Fix packet receiving

Kamal Heib (1):
      RDMA/qedr: Fix reporting QP timeout attribute

Krzysztof Kozlowski (1):
      nfc: nfcmrvl: Fix irq_of_parse_and_map() return value

Michael Walle (1):
      NFC: nxp-nci: Don't issue a zero length i2c_master_read()

Mikulas Patocka (1):
      dm raid: fix KASAN warning in raid5_add_disks

Oleksandr Tyshchenko (1):
      xen/arm: Fix race in RB-tree based P2M accounting

Oliver Neukum (1):
      usbnet: fix memory allocation in helpers

Pablo Neira Ayuso (1):
      netfilter: nft_dynset: restore set element counter when failing to update

Roger Pau Monne (4):
      xen/blkfront: fix leaking data in shared pages
      xen/netfront: fix leaking data in shared pages
      xen/netfront: force data bouncing when backend is untrusted
      xen/blkfront: force data bouncing when backend is untrusted

Yang Yingliang (1):
      hwmon: (ibmaem) don't call platform_device_del() if platform_device_add() fails

Yevhen Orlov (1):
      net: bonding: fix use-after-free after 802.3ad slave unbind

YueHaibing (1):
      net: ipv6: unexport __init-annotated seg6_hmac_net_init()

katrinzhou (1):
      ipv6/sit: fix ipip6_tunnel_get_prl return value

kernel test robot (1):
      sit: use min


             reply	other threads:[~2022-07-07 16:08 UTC|newest]

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