-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Hi Greg,
Pleae pull commits for Linux 4.9 .
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 927556eb3a72306db1ba5ab8b9bb9914433302ba:
Linux 4.9.127 (2018-09-15 09:43:07 +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.9-23092018
for you to fetch changes up to 0ae21019c823235f7ad90ea18952acf99535aab6:
pinctrl: qcom: spmi-gpio: Fix pmic_gpio_config_get() to be compliant (2018-09-23 20:58:26 -0400)
- ---------------------------------------------------------------- for-greg-4.9-23092018
- ---------------------------------------------------------------- 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 (1): 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
Jann Horn (1): mtdchar: fix overflows in adjustment of `count`
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
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
Nicholas Mc Guire (3): 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
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)
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 (1): coresight: Handle errors in finding input/output ports
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
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/mips/loongson64/common/cs5536/cs5536_ohci.c | 2 +- crypto/api.c | 2 +- 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/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-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-tegra.c | 3 +- drivers/mmc/host/sdhci.c | 9 ++++- drivers/mtd/mtdchar.c | 10 ++++-- drivers/parport/parport_sunbpp.c | 8 +++-- drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 32 ++++++++++++----- drivers/rtc/rtc-bq4802.c | 4 +++ fs/binfmt_elf.c | 2 +- fs/configfs/dir.c | 11 ++++++ include/linux/crypto.h | 5 +++ kernel/audit_watch.c | 12 ++++++- kernel/rcu/tree.c | 6 ++++ kernel/rcu/tree.h | 4 +++ security/integrity/evm/evm_crypto.c | 3 +- sound/core/pcm_lib.c | 14 +++++--- tools/testing/selftests/timers/raw_skew.c | 5 +++ 32 files changed, 196 insertions(+), 59 deletions(-)
linux-stable-mirror@lists.linaro.org