-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Hi Greg,
Pleae pull commits for Linux 4.14 .
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 5dfe87ac34e2326ae2957fc68b63212d84f78701:
Linux 4.14.70 (2018-09-15 09:45:37 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git tags/for-greg-4.14-23092018
for you to fetch changes up to bd02a23bf0470d825f51394a7febfe5d888cc903:
clk: tegra: bpmp: Don't crash when a clock fails to register (2018-09-23 20:57:54 -0400)
- ---------------------------------------------------------------- for-greg-4.14-23092018
- ---------------------------------------------------------------- Andrea Parri (1): sched/core: Use smp_mb() in wake_woken_function()
Andy Shevchenko (2): gpiolib: Mark gpio_suffixes array with __maybe_unused gpiolib: Respect error code of ->get_direction()
Ard Biesheuvel (1): efi/esrt: Only call efi_mem_reserve() for boot services memory
Arvind Yadav (1): PM / devfreq: use put_device() instead of kfree()
Bart Van Assche (1): IB/nes: Fix a compiler warning
Dan Carpenter (1): drm/panel: type promotion bug in s6e8aa0_read_mtp_id()
Douglas Anderson (2): pinctrl: msm: Fix msm_config_group_get() to be compliant pinctrl: qcom: spmi-gpio: Fix pmic_gpio_config_get() to be compliant
Enrico Scholz (1): gpu: ipu-v3: csi: pass back mbus_code_to_bus_cfg error codes
Eric Biggers (1): security: check for kstrdup() failure in lsm_append()
Hannes Reinecke (1): scsi: libfc: fixup 'sleeping function called from invalid context'
Jann Horn (1): mtdchar: fix overflows in adjustment of `count`
Johan Hovold (2): tty: fix termios input-speed encoding when using BOTHER tty: fix termios input-speed encoding
John Stultz (1): selftest: timers: Tweak raw_skew to SKIP when ADJ_OFFSET/other clock adjustments are in progress
Julia Lawall (1): parport: sunbpp: fix error return code
Karol Herbst (1): drm/nouveau/debugfs: Wake up GPU before doing any reclocking
Laurentiu Tudor (1): mmc: sdhci-of-esdhc: set proper dma mask for ls104x chips
Lyude Paul (1): drm/nouveau: Fix runtime PM leak in drm_open()
Maciej W. Rozycki (1): binfmt_elf: Respect error return from `regset->active'
Matthew Garrett (1): evm: Don't deadlock if a crypto algorithm is unavailable
Mike Christie (1): configfs: fix registered group removal
Mikko Perttunen (1): clk: tegra: bpmp: Don't crash when a clock fails to register
Miklos Szeredi (1): vfs: fix freeze protection in mnt_want_write_file() for overlayfs
Ming Lei (2): blk-mq: only attempt to merge bio if there is rq in sw queue blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()
Nicholas Mc Guire (4): KVM: PPC: Book3S HV: Add of_node_put() in success path ARM: hisi: handle of_iomap and fix missing of_node_put ARM: hisi: fix error handling and missing of_node_put ARM: hisi: check of_iomap and fix missing of_node_put
Noa Osherovich (1): net/mlx5: Add missing SET_DRIVER_VERSION command translation
Paul Burton (1): MIPS: loongson64: cs5536: Fix PCI_OHCI_INT_REG reads
Paul E. McKenney (1): rcu: Fix grace-period hangs due to race with CPU offline
Peter Rosin (2): mfd: 88pm860x-i2c: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT) input: rohm_bu21023: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
Philipp Puschmann (1): Bluetooth: Use lock_sock_nested in bt_accept_enqueue
Quentin Perret (1): sched/fair: Fix util_avg of new tasks for asymmetric systems
Rick Farrington (1): liquidio: fix hang when re-binding VF host drv after running DPDK VF driver
Robin Murphy (1): coresight: tpiu: Fix disabling timeouts
Ronny Chevalier (1): audit: fix use-after-free in audit_add_watch
Stefan Agner (2): mmc: tegra: prevent HS200 on Tegra 3 mmc: sdhci: do not try to use 3.3V signaling if not supported
Suzuki K Poulose (2): coresight: Handle errors in finding input/output ports coresight: ETM: Add support for Arm Cortex-A73 and Cortex-A35
Thierry Reding (1): drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping
Timo Wischer (1): ALSA: pcm: Fix snd_interval_refine first/last with open min/max
Tony Lindgren (2): pinctrl: rza1: Fix selector use for groups and functions pinctrl: pinmux: Return selector to the pinctrl driver
Tuomas Tynkkynen (1): staging: bcm2835-audio: Don't leak workqueue if open fails
Viresh Kumar (1): arm64: dts: uniphier: Add missing cooling device properties for CPUs
Wei Lu (1): drm/amdkfd: Fix error codes in kfd_get_process
Wei Yongjun (1): gpio: pxa: Fix potential NULL dereference
Zhouyang Jia (1): rtc: bq4802: add error handling for devm_ioremap
arch/arm/mach-hisi/hotplug.c | 41 ++++++++++++------- arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 2 + arch/mips/loongson64/common/cs5536/cs5536_ohci.c | 2 +- arch/powerpc/kvm/book3s_hv.c | 2 + block/blk-core.c | 8 +++- block/blk-mq-sched.c | 3 +- crypto/api.c | 2 +- drivers/clk/tegra/clk-bpmp.c | 12 ++++-- drivers/devfreq/devfreq.c | 4 +- drivers/firmware/efi/esrt.c | 3 +- drivers/gpio/gpio-pxa.c | 2 + drivers/gpio/gpiolib.c | 6 +++ drivers/gpio/gpiolib.h | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_process.c | 2 + drivers/gpu/drm/nouveau/nouveau_debugfs.c | 4 ++ drivers/gpu/drm/nouveau/nouveau_drm.c | 6 ++- drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c | 13 ++++++ drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c | 2 +- drivers/gpu/ipu-v3/ipu-csi.c | 20 +++++++-- drivers/hwtracing/coresight/coresight-etm4x.c | 31 +++++++------- drivers/hwtracing/coresight/coresight-tpiu.c | 7 ++-- drivers/hwtracing/coresight/coresight.c | 7 +++- drivers/infiniband/hw/nes/nes.h | 2 +- drivers/input/touchscreen/rohm_bu21023.c | 4 +- drivers/mfd/88pm860x-i2c.c | 8 ++-- drivers/mmc/host/sdhci-of-esdhc.c | 6 +++ drivers/mmc/host/sdhci-tegra.c | 3 +- drivers/mmc/host/sdhci.c | 9 ++++- drivers/mtd/mtdchar.c | 10 +++-- .../ethernet/cavium/liquidio/cn23xx_pf_device.c | 3 ++ .../ethernet/cavium/liquidio/cn23xx_vf_device.c | 3 ++ drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 1 + drivers/parport/parport_sunbpp.c | 8 +++- drivers/pinctrl/pinctrl-rza1.c | 24 ++++++----- drivers/pinctrl/pinmux.c | 16 ++++++-- drivers/pinctrl/qcom/pinctrl-msm.c | 14 +++++-- drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 32 +++++++++++---- drivers/rtc/rtc-bq4802.c | 4 ++ drivers/scsi/libfc/fc_disc.c | 7 ++-- .../vc04_services/bcm2835-audio/bcm2835-vchiq.c | 16 +++++--- drivers/tty/tty_baudrate.c | 13 ++++-- fs/binfmt_elf.c | 2 +- fs/configfs/dir.c | 11 +++++ fs/namespace.c | 7 ++-- include/linux/crypto.h | 5 +++ kernel/audit_watch.c | 12 +++++- kernel/rcu/tree.c | 6 +++ kernel/rcu/tree.h | 4 ++ kernel/sched/fair.c | 10 +++-- kernel/sched/wait.c | 47 ++++++++++------------ net/bluetooth/af_bluetooth.c | 2 +- security/integrity/evm/evm_crypto.c | 3 +- security/security.c | 2 + sound/core/pcm_lib.c | 14 +++++-- tools/testing/selftests/timers/raw_skew.c | 5 +++ 55 files changed, 346 insertions(+), 148 deletions(-)
linux-stable-mirror@lists.linaro.org