[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210906125449.112564040@linuxfoundation.org>
Date: Mon, 6 Sep 2021 14:55:29 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.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, stable@...r.kernel.org
Subject: [PATCH 5.13 00/24] 5.13.15-rc1 review
This is the start of the stable review cycle for the 5.13.15 release.
There are 24 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 Wed, 08 Sep 2021 12:54:40 +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/v5.x/stable-review/patch-5.13.15-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-5.13.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Linux 5.13.15-rc1
Pavel Skripkin <paskripkin@...il.com>
media: stkwebcam: fix memory leak in stk_camera_probe
Zubin Mithra <zsm@...omium.org>
ALSA: pcm: fix divide error in snd_pcm_lib_ioctl
Takashi Iwai <tiwai@...e.de>
ALSA: hda/realtek: Workaround for conflicting SSID on ASUS ROG Strix G17
Takashi Iwai <tiwai@...e.de>
ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC
Johnathon Clark <john.clark@...tab.net>
ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup
Johan Hovold <johan@...nel.org>
USB: serial: cp210x: fix flow-control error handling
Johan Hovold <johan@...nel.org>
USB: serial: cp210x: fix control-characters error handling
Robert Marko <robert.marko@...tura.hr>
USB: serial: pl2303: fix GL type detection
Randy Dunlap <rdunlap@...radead.org>
xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHG
Christoph Hellwig <hch@....de>
cryptoloop: add a deprecation warning
Kim Phillips <kim.phillips@....com>
perf/x86/amd/power: Assign pmu.module
Kim Phillips <kim.phillips@....com>
perf/x86/amd/ibs: Work around erratum #1197
Tuo Li <islituo@...il.com>
ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()
Xiaoyao Li <xiaoyao.li@...el.com>
perf/x86/intel/pt: Fix mask of num_address_ranges
Shai Malin <smalin@...vell.com>
qede: Fix memset corruption
Harini Katakam <harini.katakam@...inx.com>
net: macb: Add a NULL check on desc_ptp
Bin Meng <bin.meng@...driver.com>
riscv: dts: microchip: Add ethernet0 to the aliases node
Bin Meng <bin.meng@...driver.com>
riscv: dts: microchip: Use 'local-mac-address' for emac1
Nathan Rossi <nathan.rossi@...i.com>
net: dsa: mv88e6xxx: Update mv88e6393x serdes errata
Shai Malin <smalin@...vell.com>
qed: Fix the VF msix vectors flow
Sai Krishna Potthuri <lakshmi.sai.krishna.potthuri@...inx.com>
reset: reset-zynqmp: Fixed the argument data type
Krzysztof HaĆasa <khalasa@...p.pl>
gpu: ipu-v3: Fix i.MX IPU-v3 offset calculations for (semi)planar U/V formats
Jan Kara <jack@...e.cz>
ext4: fix e2fsprogs checksum failure for mounted filesystem
Theodore Ts'o <tytso@....edu>
ext4: fix race writing to an inline_data file while its xattrs are changing
-------------
Diffstat:
Makefile | 4 +--
.../dts/microchip/microchip-mpfs-icicle-kit.dts | 4 +++
arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi | 2 +-
arch/x86/events/amd/ibs.c | 8 ++++++
arch/x86/events/amd/power.c | 1 +
arch/x86/events/intel/pt.c | 2 +-
arch/xtensa/Kconfig | 2 +-
drivers/block/Kconfig | 4 +--
drivers/block/cryptoloop.c | 2 ++
drivers/gpu/ipu-v3/ipu-cpmem.c | 30 +++++++++++-----------
drivers/media/usb/stkwebcam/stk-webcam.c | 6 +++--
drivers/net/dsa/mv88e6xxx/serdes.c | 11 ++++----
drivers/net/ethernet/cadence/macb_ptp.c | 11 +++++++-
drivers/net/ethernet/qlogic/qed/qed_main.c | 7 ++++-
drivers/net/ethernet/qlogic/qede/qede_main.c | 2 +-
drivers/reset/reset-zynqmp.c | 3 ++-
drivers/usb/serial/cp210x.c | 21 +++++++++------
drivers/usb/serial/pl2303.c | 1 +
fs/ceph/mdsmap.c | 8 +++---
fs/ext4/inline.c | 6 +++++
fs/ext4/super.c | 8 ++++++
sound/core/pcm_lib.c | 2 +-
sound/pci/hda/patch_realtek.c | 11 ++++++++
sound/usb/endpoint.c | 5 ++++
24 files changed, 116 insertions(+), 45 deletions(-)
Powered by blists - more mailing lists