public inbox for linux-kernel@vger.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.205
Date: Tue, 10 Nov 2020 15:57:02 +0100	[thread overview]
Message-ID: <16050202226887@kroah.com> (raw)

I'm announcing the release of the 4.14.205 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/arc/kernel/entry.S                                 |   16 +++++---
 arch/arc/kernel/stacktrace.c                            |    7 +++
 arch/arm/boot/dts/sun4i-a10.dtsi                        |    2 -
 arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts |    4 ++
 arch/x86/kernel/kexec-bzimage64.c                       |    3 -
 block/blk-cgroup.c                                      |   15 ++++++-
 drivers/acpi/nfit/core.c                                |    2 -
 drivers/base/dd.c                                       |    7 ++-
 drivers/gpu/drm/i915/i915_gpu_error.c                   |    3 +
 drivers/gpu/drm/vc4/vc4_drv.c                           |    1 
 drivers/net/ethernet/freescale/gianfar.c                |   14 +------
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c      |   32 +++++++++++++---
 drivers/net/phy/sfp.c                                   |    3 +
 drivers/net/usb/qmi_wwan.c                              |    1 
 drivers/of/of_reserved_mem.c                            |   13 +++++-
 drivers/scsi/scsi_scan.c                                |    7 ++-
 drivers/tty/serial/8250/8250_mtk.c                      |    2 -
 drivers/tty/serial/serial_txx9.c                        |    3 +
 drivers/tty/vt/vt.c                                     |   24 +-----------
 drivers/usb/core/quirks.c                               |    3 +
 drivers/usb/mtu3/mtu3_gadget.c                          |    1 
 drivers/usb/serial/cyberjack.c                          |    7 +++
 drivers/usb/serial/option.c                             |   10 +++++
 drivers/xen/events/events_base.c                        |   29 ++++++++++----
 fs/gfs2/glock.c                                         |    3 +
 include/asm-generic/pgtable.h                           |    4 --
 include/linux/mm.h                                      |    9 ++++
 kernel/fork.c                                           |   10 ++---
 kernel/futex.c                                          |   16 +++++++-
 kernel/kthread.c                                        |    3 +
 kernel/trace/blktrace.c                                 |   24 +++++++-----
 kernel/trace/trace.c                                    |    2 -
 kernel/trace/trace.h                                    |   26 +++++++++++--
 kernel/trace/trace_selftest.c                           |    9 +++-
 lib/crc32test.c                                         |    4 --
 lib/fonts/font_10x18.c                                  |    2 -
 lib/fonts/font_6x10.c                                   |    2 -
 lib/fonts/font_6x11.c                                   |    2 -
 lib/fonts/font_7x14.c                                   |    2 -
 lib/fonts/font_8x16.c                                   |    2 -
 lib/fonts/font_8x8.c                                    |    2 -
 lib/fonts/font_acorn_8x8.c                              |    2 -
 lib/fonts/font_mini_4x6.c                               |    2 -
 lib/fonts/font_pearl_8x8.c                              |    2 -
 lib/fonts/font_sun12x22.c                               |    2 -
 lib/fonts/font_sun8x16.c                                |    2 -
 net/sctp/sm_sideeffect.c                                |    4 +-
 net/tipc/core.c                                         |    5 ++
 net/vmw_vsock/af_vsock.c                                |    2 -
 sound/usb/pcm.c                                         |    1 
 51 files changed, 239 insertions(+), 116 deletions(-)

Alan Stern (1):
      USB: Add NO_LPM quirk for Kingston flash drive

Alexander Aring (1):
      gfs2: Wake up when sd_glock_disposal becomes zero

Chris Wilson (1):
      drm/i915: Break up error capture compression loops with cond_resched()

Christophe JAILLET (1):
      i40e: Fix a potential NULL pointer dereference

Claire Chang (1):
      serial: 8250_mtk: Fix uart_get_baud_rate warning

Claudiu Manoil (2):
      gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP
      gianfar: Account for Tx PTP timestamp in the skb headroom

Clément Péron (1):
      ARM: dts: sun4i-a10: fix cpu_alert temperature

Daniel Vetter (1):
      vt: Disable KD_FONT_OP_COPY

Daniele Palmas (3):
      net: usb: qmi_wwan: add Telit LE910Cx 0x1230 composition
      USB: serial: option: add LE910Cx compositions 0x1203, 0x1230, 0x1231
      USB: serial: option: add Telit FN980 composition 0x1055

Eddy Wu (1):
      fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent

Gabriel Krisman Bertazi (2):
      blk-cgroup: Fix memleak on error path
      blk-cgroup: Pre-allocate tree node on blkg_conf_prep

Geoffrey D. Bennett (1):
      ALSA: usb-audio: Add implicit feedback quirk for Qu-16

Greg Kroah-Hartman (1):
      Linux 4.14.205

Grzegorz Siwik (1):
      i40e: Wrong truncation from u16 to u8

Hoang Huu Le (1):
      tipc: fix use-after-free in tipc_bcast_get_mode

Hoegeun Kwon (1):
      drm/vc4: drv: Add error handding for bind

Jason Gunthorpe (1):
      mm: always have io_remap_pfn_range() set pgprot_decrypted()

Jeff Vander Stoep (1):
      vsock: use ns_capable_noaudit() on socket create

Johan Hovold (1):
      USB: serial: cyberjack: fix write-URB completion race

Juergen Gross (1):
      xen/events: don't use chip_data for legacy IRQs

Kairui Song (1):
      x86/kexec: Use up-to-dated screen_info copy to fill boot params

Lee Jones (1):
      Fonts: Replace discarded const qualifier

Liu Bo (1):
      Blktrace: bail out early if block debugfs is not configured

Luis Chamberlain (1):
      blktrace: fix debugfs use after free

Macpaul Lin (1):
      usb: mtu3: fix panic in mtu3_gadget_stop()

Martyna Szapar (2):
      i40e: Fix of memory leak and integer truncation in i40e_virtchnl.c
      i40e: Memory leak in i40e_config_iwarp_qvlist

Mike Galbraith (1):
      futex: Handle transient "ownerless" rtmutex state correctly

Ming Lei (1):
      scsi: core: Don't start concurrent async scan on same host

Petr Malat (1):
      sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms

Qinglang Miao (1):
      serial: txx9: add missing platform_driver_unregister() on error in serial_txx9_init

Qiujun Huang (1):
      tracing: Fix out of bounds write in get_trace_buf

Rafael J. Wysocki (1):
      PM: runtime: Resume the device earlier in __device_release_driver()

Sergey Nemov (1):
      i40e: add num_vectors checker in iwarp handler

Steven Rostedt (VMware) (2):
      ftrace: Fix recursion check for NMI test
      ftrace: Handle tracing when switching between context

Tomasz Maciej Nowak (1):
      arm64: dts: marvell: espressobin: add ethernet alias

Vasily Gorbik (1):
      lib/crc32test: remove extra local_irq_disable/enable

Vincent Whitchurch (1):
      of: Fix reserved-memory overlap detection

Vineet Gupta (2):
      ARC: stack unwinding: avoid indefinite looping
      Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"

YueHaibing (1):
      sfp: Fix error handing in sfp_probe()

Zhang Qilong (1):
      ACPI: NFIT: Fix comparison to '-ENXIO'

Ziyi Cao (1):
      USB: serial: option: add Quectel EC200T module support

Zqiang (1):
      kthread_worker: prevent queuing delayed work from timer_fn when it is being canceled


             reply	other threads:[~2020-11-10 14:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-10 14:57 Greg Kroah-Hartman [this message]
2020-11-10 14:57 ` Linux 4.14.205 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=16050202226887@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox