This is the start of the stable review cycle for the 4.19.11 release.
There are 44 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 Thu Dec 20 16:39:02 UTC 2018.
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.19.11-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.19.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 4.19.11-rc1
Masahiro Yamada <[email protected]>
x86/build: Fix compiler support check for CONFIG_RETPOLINE
Damien Le Moal <[email protected]>
dm zoned: Fix target BIO completion handling
Junwei Zhang <[email protected]>
drm/amdgpu: update SMC firmware image for polaris10 variants
Alex Deucher <[email protected]>
drm/amdgpu: update smu firmware images for VI variants (v2)
Alex Deucher <[email protected]>
drm/amdgpu: add some additional vega10 pci ids
Alex Deucher <[email protected]>
drm/amdkfd: add new vega10 pci ids
Kenneth Feng <[email protected]>
drm/amdgpu/powerplay: Apply avfs cks-off voltages on VI
Chris Wilson <[email protected]>
drm/i915/execlists: Apply a full mb before execution for Braswell
Tina Zhang <[email protected]>
drm/i915/gvt: Fix tiled memory decoding bug on BDW
Brian Norris <[email protected]>
Revert "drm/rockchip: Allow driver to be shutdown on reboot/kexec"
Ben Skeggs <[email protected]>
drm/nouveau/kms/nv50-: also flush fb writes when rewinding push buffer
Lyude Paul <[email protected]>
drm/nouveau/kms: Fix memory leak in nv50_mstm_del()
Benjamin Herrenschmidt <[email protected]>
powerpc: Look for "stdout-path" when setting up legacy consoles
Radu Rendec <[email protected]>
powerpc/msi: Fix NULL pointer access in teardown code
Hans Verkuil <[email protected]>
media: vb2: don't call __vb2_queue_cancel if vb2_start_streaming failed
Steven Rostedt (VMware) <[email protected]>
tracing: Fix memory leak of instance function hash filters
Steven Rostedt (VMware) <[email protected]>
tracing: Fix memory leak in set_trigger_filter()
Steven Rostedt (VMware) <[email protected]>
tracing: Fix memory leak in create_filter()
Mike Snitzer <[email protected]>
dm: call blk_queue_split() to impose device limits on bios
Mike Snitzer <[email protected]>
dm cache metadata: verify cache has blocks in
blocks_are_clean_separate_dirty()
Mike Snitzer <[email protected]>
dm thin: send event about thin-pool state change _after_ making it
Stefan Wahren <[email protected]>
ARM: dts: bcm2837: Fix polarity of wifi reset GPIOs
Lubomir Rintel <[email protected]>
ARM: mmp/mmp2: fix cpu_is_mmp2() on mmp2-dt
Chad Austin <[email protected]>
fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS
Alek Du <[email protected]>
mmc: sdhci: fix the timeout check window for clock and reset
Faiz Abbas <[email protected]>
mmc: sdhci-omap: Fix DCRC error handling during tuning
Wolfram Sang <[email protected]>
mmc: core: use mrq->sbc when sending CMD23 for RPMB
Aaro Koskinen <[email protected]>
MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310
Amir Goldstein <[email protected]>
ovl: fix missing override creds in link of a metacopy upper
Amir Goldstein <[email protected]>
ovl: fix decode of dir file handle with multi lower layers
Keith Busch <[email protected]>
block/bio: Do not zero user pages
Robin Murphy <[email protected]>
arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearing
Andrea Arcangeli <[email protected]>
userfaultfd: check VM_MAYWRITE was set after verifying the uffd is
registered
Piotr Jaroszynski <[email protected]>
fs/iomap.c: get/put the page in iomap_page_create/release()
Thierry Reding <[email protected]>
scripts/spdxcheck.py: always open files in binary mode
Jeff Moyer <[email protected]>
aio: fix spectre gadget in lookup_ioctx
Chen-Yu Tsai <[email protected]>
pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11
Arnd Bergmann <[email protected]>
drm/msm: fix address space warning
Arnd Bergmann <[email protected]>
ARM: dts: qcom-apq8064-arrow-sd-600eval fix graph_endpoint warning
Arnd Bergmann <[email protected]>
i2c: aspeed: fix build warning
Arnd Bergmann <[email protected]>
slimbus: ngd: mark PM functions as __maybe_unused
Lubomir Rintel <[email protected]>
staging: olpc_dcon: add a missing dependency
Arnd Bergmann <[email protected]>
scsi: raid_attrs: fix unused variable warning
Vincent Guittot <[email protected]>
sched/pelt: Fix warning and clean up IRQ PELT config
-------------
Diffstat:
Makefile | 4 +-
arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 2 +-
arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 2 +-
.../arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts | 5 +
arch/arm/mach-mmp/cputype.h | 6 +-
arch/arm64/mm/dma-mapping.c | 2 +-
arch/powerpc/kernel/legacy_serial.c | 6 +-
arch/powerpc/kernel/msi.c | 7 +-
arch/x86/Makefile | 10 +-
block/bio.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 36 +++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 6 +
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +
drivers/gpu/drm/amd/powerplay/inc/smu7_ppsmc.h | 2 +
.../drm/amd/powerplay/smumgr/polaris10_smumgr.c | 6 +
drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c | 3 +
drivers/gpu/drm/i915/gvt/fb_decoder.c | 2 +-
drivers/gpu/drm/i915/intel_lrc.c | 7 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_dbg.c | 8 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 30 +++--
drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 6 -
drivers/i2c/busses/i2c-aspeed.c | 4 +-
drivers/md/dm-cache-metadata.c | 4 +
drivers/md/dm-thin.c | 68 ++++++------
drivers/md/dm-zoned-target.c | 122 +++++++--------------
drivers/md/dm.c | 2 +
drivers/media/common/videobuf2/videobuf2-core.c | 4 +-
drivers/mmc/core/block.c | 15 ++-
drivers/mmc/host/omap.c | 11 +-
drivers/mmc/host/sdhci-omap.c | 12 +-
drivers/mmc/host/sdhci.c | 18 ++-
drivers/pinctrl/sunxi/pinctrl-sun8i-a83t.c | 2 +-
drivers/scsi/raid_class.c | 4 +-
drivers/slimbus/qcom-ngd-ctrl.c | 6 +-
drivers/staging/olpc_dcon/Kconfig | 1 +
fs/aio.c | 2 +
fs/fuse/dir.c | 2 +-
fs/fuse/file.c | 21 ++--
fs/fuse/fuse_i.h | 2 +-
fs/iomap.c | 7 ++
fs/overlayfs/dir.c | 14 ++-
fs/overlayfs/export.c | 6 +-
fs/userfaultfd.c | 3 +-
init/Kconfig | 5 +
kernel/sched/core.c | 7 +-
kernel/sched/fair.c | 2 +-
kernel/sched/pelt.c | 2 +-
kernel/sched/pelt.h | 2 +-
kernel/sched/sched.h | 5 +-
kernel/trace/ftrace.c | 1 +
kernel/trace/trace_events_filter.c | 5 +-
kernel/trace/trace_events_trigger.c | 6 +-
scripts/spdxcheck.py | 6 +-
53 files changed, 311 insertions(+), 219 deletions(-)