[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220513142227.381154244@linuxfoundation.org>
Date: Fri, 13 May 2022 16:23:16 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
stable@...r.kernel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, linux@...ck-us.net, shuah@...nel.org,
patches@...nelci.org, lkft-triage@...ts.linaro.org, pavel@...x.de,
jonathanh@...dia.com, f.fainelli@...il.com,
sudipm.mukherjee@...il.com, slade@...dewatkins.com
Subject: [PATCH 4.14 00/14] 4.14.279-rc1 review
This is the start of the stable review cycle for the 4.14.279 release.
There are 14 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Sun, 15 May 2022 14:22:19 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.279-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Linux 4.14.279-rc1
ChenXiaoSong <chenxiaosong2@...wei.com>
VFS: Fix memory leak caused by concurrently mounting fs with subtype
Takashi Iwai <tiwai@...e.de>
ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock
Takashi Iwai <tiwai@...e.de>
ALSA: pcm: Fix races among concurrent prealloc proc writes
Takashi Iwai <tiwai@...e.de>
ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free calls
Takashi Iwai <tiwai@...e.de>
ALSA: pcm: Fix races among concurrent read/write and buffer changes
Takashi Iwai <tiwai@...e.de>
ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
Muchun Song <songmuchun@...edance.com>
mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_atomic()
Muchun Song <songmuchun@...edance.com>
mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
Ricky WU <ricky_wu@...ltek.com>
mmc: rtsx: add 74 Clocks in power on flow
Itay Iellin <ieitayie@...il.com>
Bluetooth: Fix the creation of hdev->name
Andreas Larsson <andreas@...sler.com>
can: grcan: only use the NAPI poll budget for RX
Andreas Larsson <andreas@...sler.com>
can: grcan: grcan_probe(): fix broken system id check for errata workaround needs
Lee Jones <lee.jones@...aro.org>
block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicit
Nathan Chancellor <natechancellor@...il.com>
MIPS: Use address-of operator on section symbols
-------------
Diffstat:
Makefile | 4 +-
arch/mips/bmips/setup.c | 2 +-
arch/mips/lantiq/prom.c | 2 +-
arch/mips/pic32/pic32mzda/init.c | 2 +-
arch/mips/ralink/of.c | 2 +-
drivers/block/drbd/drbd_nl.c | 13 +++--
drivers/mmc/host/rtsx_pci_sdmmc.c | 30 +++++++----
drivers/net/can/grcan.c | 38 +++++++------
fs/namespace.c | 9 ++--
include/net/bluetooth/hci_core.h | 3 ++
include/sound/pcm.h | 2 +
mm/memory.c | 2 +
mm/userfaultfd.c | 3 ++
net/bluetooth/hci_core.c | 6 +--
sound/core/pcm.c | 3 ++
sound/core/pcm_lib.c | 5 ++
sound/core/pcm_memory.c | 11 ++--
sound/core/pcm_native.c | 110 +++++++++++++++++++++++++++-----------
18 files changed, 164 insertions(+), 83 deletions(-)
Powered by blists - more mailing lists