[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200810151803.920113428@linuxfoundation.org>
Date: Mon, 10 Aug 2020 17:18:50 +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,
ben.hutchings@...ethink.co.uk, lkft-triage@...ts.linaro.org,
stable@...r.kernel.org
Subject: [PATCH 5.8 00/38] 5.8.1-rc1 review
This is the start of the stable review cycle for the 5.8.1 release.
There are 38 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, 12 Aug 2020 15:17:47 +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.8.1-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.8.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Linux 5.8.1-rc1
Guenter Roeck <linux@...ck-us.net>
arm64: kaslr: Use standard early random function
Linus Torvalds <torvalds@...ux-foundation.org>
random: random.h should include archrandom.h, not the other way around
Linus Torvalds <torvalds@...ux-foundation.org>
random32: move the pseudo-random 32-bit definitions to prandom.h
Bruno Meneguele <bmeneg@...hat.com>
ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
Nicolas Chauvet <kwizart@...il.com>
PCI: tegra: Revert tegra124 raw_violation_fixup
Christophe Leroy <christophe.leroy@...roup.eu>
powerpc/kasan: Fix shadow pages allocation failure
Christophe Leroy <christophe.leroy@...roup.eu>
Revert "powerpc/kasan: Fix shadow pages allocation failure"
Frank van der Linden <fllinden@...zon.com>
xattr: break delegations in {set,remove}xattr
Dmitry Osipenko <digetx@...il.com>
gpio: max77620: Fix missing release of interrupt
Johan Hovold <johan@...nel.org>
leds: 88pm860x: fix use-after-free on unbind
Johan Hovold <johan@...nel.org>
leds: lm3533: fix use-after-free on unbind
Johan Hovold <johan@...nel.org>
leds: da903x: fix use-after-free on unbind
Johan Hovold <johan@...nel.org>
leds: lm36274: fix use-after-free on unbind
Johan Hovold <johan@...nel.org>
leds: wm831x-status: fix use-after-free on unbind
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
mtd: properly check all write ioctls for permissions
Yunhai Zhang <zhangyunhai@...ocus.com>
vgacon: Fix for missing check in scrollback handling
Kees Cook <keescook@...omium.org>
lkdtm/heap: Avoid edge and middle of slabs
Matthias Maennich <maennich@...gle.com>
scripts: add dummy report mode to add_namespace.cocci
Eric Biggers <ebiggers@...gle.com>
Smack: fix use-after-free in smk_write_relabel_self()
Jann Horn <jannh@...gle.com>
binder: Prevent context manager from incrementing ref 0
Adam Ford <aford173@...il.com>
omapfb: dss: Fix max fclk divider for omap36xx
Peilin Ye <yepeilin.cs@...il.com>
Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()
Peilin Ye <yepeilin.cs@...il.com>
Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()
Peilin Ye <yepeilin.cs@...il.com>
Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()
Dinghao Liu <dinghao.liu@....edu.cn>
Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable authmode
Rustam Kovhaev <rkovhaev@...il.com>
staging: rtl8712: handle firmware load failure
Suren Baghdasaryan <surenb@...gle.com>
staging: android: ashmem: Fix lockdep warning for write operation
Takashi Iwai <tiwai@...e.de>
ALSA: seq: oss: Serialize ioctls
Connor McAdams <conmanx360@...il.com>
ALSA: hda/ca0132 - Fix AE-5 microphone selection commands.
Connor McAdams <conmanx360@...il.com>
ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value.
Connor McAdams <conmanx360@...il.com>
ALSA: hda/ca0132 - Add new quirk ID for Recon3D.
Huacai Chen <chenhc@...ote.com>
ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3 laptops
Hui Wang <hui.wang@...onical.com>
Revert "ALSA: hda: call runtime_allow() for all hda controllers"
Forest Crossman <cyrozap@...il.com>
usb: xhci: Fix ASMedia ASM1142 DMA addressing
Forest Crossman <cyrozap@...il.com>
usb: xhci: define IDs for various ASMedia host controllers
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
USB: iowarrior: fix up report size handling for some devices
Erik Ekman <erik@...o.se>
USB: serial: qcserial: add EM7305 QDL product ID
Stanley Chu <stanley.chu@...iatek.com>
scsi: ufs: Fix and simplify setup_xfer_req variant operation
-------------
Diffstat:
Makefile | 4 +-
arch/arm64/include/asm/archrandom.h | 1 -
arch/arm64/kernel/kaslr.c | 14 ++--
arch/powerpc/include/asm/kasan.h | 2 +
arch/powerpc/mm/init_32.c | 2 +
arch/powerpc/mm/kasan/kasan_init_32.c | 29 ++++---
drivers/android/binder.c | 15 +++-
drivers/gpio/gpio-max77620.c | 5 +-
drivers/leds/leds-88pm860x.c | 14 +++-
drivers/leds/leds-da903x.c | 14 +++-
drivers/leds/leds-lm3533.c | 12 ++-
drivers/leds/leds-lm36274.c | 15 +++-
drivers/leds/leds-wm831x-status.c | 14 +++-
drivers/misc/lkdtm/heap.c | 9 ++-
drivers/mtd/mtdchar.c | 56 +++++++++++---
drivers/pci/controller/pci-tegra.c | 32 --------
drivers/scsi/ufs/ufshcd.c | 9 ++-
drivers/staging/android/ashmem.c | 12 +++
drivers/staging/rtl8188eu/core/rtw_mlme.c | 4 +-
drivers/staging/rtl8712/hal_init.c | 3 +-
drivers/staging/rtl8712/usb_intf.c | 11 ++-
drivers/usb/host/xhci-pci.c | 10 ++-
drivers/usb/misc/iowarrior.c | 35 ++++++---
drivers/usb/serial/qcserial.c | 1 +
drivers/video/console/vgacon.c | 4 +
drivers/video/fbdev/omap2/omapfb/dss/dss.c | 2 +-
fs/xattr.c | 84 ++++++++++++++++++--
include/linux/prandom.h | 78 +++++++++++++++++++
include/linux/random.h | 66 +---------------
include/linux/xattr.h | 2 +
net/bluetooth/hci_event.c | 11 ++-
scripts/coccinelle/misc/add_namespace.cocci | 8 +-
scripts/nsdeps | 2 +-
security/integrity/ima/Kconfig | 2 +-
security/integrity/ima/ima_appraise.c | 6 ++
security/smack/smackfs.c | 13 +++-
sound/core/seq/oss/seq_oss.c | 8 +-
sound/pci/hda/hda_intel.c | 1 -
sound/pci/hda/patch_ca0132.c | 12 ++-
sound/pci/hda/patch_realtek.c | 114 ++++++++++++++++++++++++++++
40 files changed, 549 insertions(+), 187 deletions(-)
Powered by blists - more mailing lists