From: Sasha Levin <sashal@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: stable@vger.kernel.org
Cc: linux-kernel@microsoft.com
Subject: [GIT PULL] commits for Linux 4.19
Date: Sun, 11 Nov 2018 22:26:31 -0500 [thread overview]
Message-ID: <20181112032631.825CF20881@mail.kernel.org> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 8855 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hi Greg,
Pleae pull commits for Linux 4.19 .
I've sent a review request for all commits over a week ago and all
comments were addressed.
Thanks,
Sasha
=====
The following changes since commit 07a03b97b9ce2a6430344386eeab9b16283b893f:
Linux 4.19.1 (2018-11-04 14:50:54 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git tags/for-greg-4.19-11112018
for you to fetch changes up to 003e63d65e8969b2f80e74e2bdf71254d42a5f50:
media: ov5640: fix restore of last mode set (2018-11-11 22:09:56 -0500)
- ----------------------------------------------------------------
for-greg-4.19-11112018
- ----------------------------------------------------------------
Alexandru Ardelean (1):
staging:iio:ad7606: fix voltage scales
Alexey Khoroshilov (1):
iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()
Anders Roxell (1):
drm/msm/gpu: fix parameters in function msm_gpu_crashstate_capture
Andrey Grodzovsky (1):
drm/amdgpu: Fix SDMA TO after GPU reset v3
Breno Leitao (1):
powerpc/selftests: Wait all threads to join
Christophe Leroy (3):
powerpc/traps: restore recoverability of machine_check interrupts
powerpc/mm: fix always true/false warning in slice.c
powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak
Colin Ian King (2):
drm/amdgpu/powerplay: fix missing break in switch statements
staging: most: video: fix registration of an empty comp core_component
Dan Carpenter (1):
drm/amdgpu: fix integer overflow test in amdgpu_bo_list_create()
Daniel Axtens (1):
powerpc/nohash: fix undefined behaviour when testing page size support
Dengcheng Zhu (1):
MIPS: kexec: Mark CPU offline before disabling local IRQ
Dominique Martinet (2):
9p locks: fix glock.client_id leak in do_lock
9p: clear dangling pointers in p9stat_free
Eugen Hristev (2):
iio: adc: at91: fix wrong channel number in triggered buffer mode
iio: adc: at91: fix acking DRDY irq on simple conversions
Fabio Estevam (1):
ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL
Gao Xiang (1):
staging: erofs: fix a missing endian conversion
Gustavo A. R. Silva (1):
drm/nouveau/secboot/acr: fix memory leak
Huacai Chen (1):
MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS
Hugues Fruchet (2):
media: ov5640: fix mode change regression
media: ov5640: fix restore of last mode set
Jan Kara (1):
udf: Prevent write-unsupported filesystem to be remounted read-write
Joel Stanley (2):
powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS
powerpc/boot: Ensure _zimage_start is a weak symbol
John Garry (2):
drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer
serial: 8250_of: Fix for lack of interrupt support
Kieran Bingham (1):
drm: rcar-du: Update Gen3 output limitations
Lucas Stach (1):
media: coda: don't overwrite h.264 profile_idc on decoder instance
Marco Felsch (1):
media: tvp5150: fix width alignment during set_selection()
Masami Hiramatsu (1):
tracing/kprobes: Check the probe on unloaded module correctly
Michael Ellerman (1):
powerpc/mm: Fix page table dump to work on Radix
Miles Chen (1):
tty: check name length in tty_find_polling_driver()
Nicholas Kazlauskas (1):
drm/amd/display: Raise dispclk value for dce120 by 15%
Nicholas Mc Guire (1):
media: pci: cx23885: handle adding to list failure
Nicholas Piggin (1):
powerpc/64/module: REL32 relocation range check
Phil Elwell (1):
sc16is7xx: Fix for multi-channel stall
Randy Dunlap (1):
Input: wm97xx-ts - fix exit path
Rashmica Gupta (1):
powerpc/memtrace: Remove memory in chunks
Sam Bobroff (1):
powerpc/eeh: Fix possible null deref in eeh_dump_dev_log()
Sean Paul (1):
drm/msm: dpu: Allow planes to extend past active display
SivapiriyanKumarasamy (1):
drm/amd/display: fix gamma not being applied
Stephen Boyd (1):
drm/msm/disp/dpu: Use proper define for drm_encoder_init() 'encoder_type'
Su Sung Chung (1):
drm/amd/display: fix bug of accessing invalid memory
Sébastien Szymanski (1):
ARM: dts: imx6ull: keep IMX6UL_ prefix for signals on both i.MX6UL and i.MX6ULL
Tomi Valkeinen (1):
drm/omap: fix memory barrier bug in DMM driver
arch/arm/boot/dts/imx6ull-pinfunc.h | 18 +++++++---
arch/arm/configs/imx_v6_v7_defconfig | 1 +
arch/mips/kernel/crash.c | 3 ++
arch/mips/kernel/machine_kexec.c | 3 ++
arch/mips/pci/pci-legacy.c | 4 +++
arch/powerpc/Makefile | 6 +++-
arch/powerpc/boot/crt0.S | 4 ++-
arch/powerpc/kernel/eeh.c | 5 +++
arch/powerpc/kernel/module_64.c | 9 ++++-
arch/powerpc/kernel/traps.c | 9 +++--
arch/powerpc/mm/dump_linuxpagetables.c | 12 +++++--
arch/powerpc/mm/hugetlbpage.c | 3 ++
arch/powerpc/mm/slice.c | 21 ++++++++----
arch/powerpc/mm/tlb_nohash.c | 3 ++
arch/powerpc/platforms/powernv/memtrace.c | 21 +++++++++---
drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 3 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 19 ++++++++---
drivers/gpu/drm/amd/display/dc/dce/dce_clocks.c | 3 ++
.../drm/amd/display/modules/color/color_gamma.c | 8 +++--
drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c | 2 ++
drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c | 2 ++
.../gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c | 2 ++
.../gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c | 2 ++
.../gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c | 2 ++
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_fbdev.c | 1 +
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 3 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 2 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 34 +++++++++++--------
drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c | 1 -
drivers/gpu/drm/msm/msm_drv.h | 2 ++
drivers/gpu/drm/msm/msm_gpu.c | 4 +--
.../gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c | 1 +
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 11 ++++++
drivers/gpu/drm/rcar-du/rcar_du_kms.c | 14 ++++++--
drivers/iio/adc/at91_adc.c | 6 +++-
drivers/iio/adc/fsl-imx25-gcq.c | 6 ++++
drivers/input/touchscreen/wm97xx-core.c | 3 +-
drivers/media/i2c/ov5640.c | 33 +++++++++++++-----
drivers/media/i2c/tvp5150.c | 14 +++++---
drivers/media/pci/cx23885/altera-ci.c | 10 ++++++
drivers/media/platform/coda/coda-common.c | 3 +-
drivers/staging/erofs/unzip_vle.c | 8 +++--
drivers/staging/iio/adc/ad7606.c | 7 ++--
drivers/staging/most/video/video.c | 4 +--
drivers/tty/serial/8250/8250_of.c | 22 +++++++-----
drivers/tty/serial/sc16is7xx.c | 19 +++++++----
drivers/tty/tty_io.c | 2 +-
fs/9p/vfs_file.c | 16 +++++++--
fs/udf/super.c | 30 +++++++++--------
fs/udf/udf_sb.h | 2 ++
kernel/trace/trace_kprobe.c | 39 ++++++++++++++--------
net/9p/protocol.c | 5 +++
tools/testing/selftests/powerpc/tm/tm-tmspr.c | 27 +++++++++------
55 files changed, 364 insertions(+), 134 deletions(-)
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE4n5dijQDou9mhzu83qZv95d3LNwFAlvo8uEACgkQ3qZv95d3
LNzt5w//SK7eJmqQg/VyvVt/j3KXNPQmoQEaY8TlfHP1kJImu4tFdSm5X1ufvpVX
6SGHgfowWQ91WfGoXHH2rNQ7ljFJ5BmsxPj2K2dUkD/V8rOos7Uk28wVqWZZrJsC
W9dL4tSrGFHmYJwGjy6jEuHO7MJP4m9Ziw7/fAYjmTEXGEt1cPw9/IwoCIkQwRsc
zzxdFmxmn7IX4nI2a6uxaaOk9Adl2ebLxximWYWNswSSHMUw4kUWVn2DzMOvRPtD
eU3XzUMWzYOv0POSxDQ+0SJwp2NOmV5yWCkffDxMvgO1PCFUWzvSGwBRP2YiYV3a
EjCJ4ZQqByacdpUmZzt63osmSk6nTqjGwqpLj4tIn37E+ugJPHMM32OvzX9q6nxF
ovpDgsJpDPVHaXqsUKf7cHW/+VKI0yMLsx9mRTrzxkxlB5ZS6mTCGLRuGvuPQ9KN
CHITcc1q6jBtEhfequv1GDTeYhh8wtNqTPV5WmkvpnXMviDHW8dgrCSM+MQRQtJE
fRxIvNyAYk4llVvUVNux/ITqTWY+f9/onPrO0//hf4uV61IL85ntTs0Ese05jY1g
kMYLIjU3MUTRwbNvgkZLR+cTfoO7c6bVymxTauESfBP/dlFNowuQTm1hW8DGWK/E
V3dTsFP9TMoHfO9yaxRqjcsdIIfP1+w2TnBpPc10hC+iCasf4M4=
=whYO
-----END PGP SIGNATURE-----
next reply other threads:[~2018-11-12 13:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-12 3:26 Sasha Levin [this message]
2018-11-14 1:22 ` [GIT PULL] commits for Linux 4.19 Greg KH
-- strict thread matches above, loose matches on Subject: below --
2018-11-05 19:03 Sasha Levin
2018-11-10 19:41 ` Greg KH
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=20181112032631.825CF20881@mail.kernel.org \
--to=sashal@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=stable@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.