-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
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 5caae9d1419914177994363218616b869659e871:
Linux 4.9.61 (2017-11-08 10:08:37 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git for-greg-4.9-2
for you to fetch changes up to 815f1731f39d164ba279e7835bcb985588f5a8cd:
net: dsa: select NET_SWITCHDEV (2017-11-08 15:34:46 -0500)
- ---------------------------------------------------------------- Akinobu Mita (2): Input: mpr121 - handle multiple bits change of status register Input: mpr121 - set missing event capability
Alexander Stein (1): pinctrl: baytrail: Fix debugfs offset output
Alison Schofield (4): iio: trigger: free trigger resource correctly iio: pressure: ms5611: claim direct mode during oversampling changes iio: magnetometer: mag3110: claim direct mode during raw writes iio: proximity: sx9500: claim direct mode during raw proximity reads
Bart Van Assche (1): IB/rxe: Fix reference leaks in memory key invalidation code
Bjorn Andersson (1): wcn36xx: Don't use the destroyed hal_mutex
David Lechner (2): dt-bindings: Add LEGO MINDSTORMS EV3 compatible specification dt-bindings: Add vendor prefix for LEGO
Feras Daoud (1): IB/ipoib: Change list_del to list_del_init in the tx object
Frederic Weisbecker (1): sched/cputime, powerpc32: Fix stale scaled stime on context switch
Gilad Ben-Yossef (1): IPsec: do not ignore crypto err in ah4 input
Harninder Rai (1): dt-bindings: clockgen: Add compatible string for LS1012A
Heiko Carstens (1): s390/topology: make "topology=off" parameter work
Jason Gunthorpe (1): PCI: mvebu: Handle changes to the bridge windows while enabled
John Johansen (1): apparmor: fix undefined reference to `aa_g_hash_policy'
Juergen Gross (1): xen/netback: set default upper limit of tx/rx queues to 8
Julian Wiedmann (1): s390/qeth: issue STARTLAN as first IPA command
Lars-Peter Clausen (1): [media] adv7604: Initialize drive strength to default when using DT
Laurent Pinchart (1): serial: sh-sci: Fix register offsets for the IRDA serial port
Li Zhong (2): KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter crypto: vmx - disable preemption to enable vsx in aes_ctr.c
Liping Zhang (1): netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev family
Maciej W. Rozycki (1): video: fbdev: pmag-ba-fb: Remove bad `__init' annotation
Marcus Cooper (1): ASoC: sunxi: Add bindings for sun8i to SPDIF
Marek Szyprowski (1): clk: samsung: exynos5433: Add IDs for PHYCLK_MIPIDPHY0_* clocks
Mihail Atanassov (1): drm: mali-dp: fix Lx_CONTROL register fields clobber
Nate Watterson (1): iommu/arm-smmu-v3: Clear prior settings when updating STEs
Noralf Trønnes (1): drm: drm_minor_register(): Clean up debugfs on failure
Pan Bian (1): libertas: fix improper return value
Patrice Chotard (1): ARM: dts: STiH410-family: fix wrong parent clock frequency
Patrick Bruenn (1): ARM: dts: imx53-qsb-common: fix FEC pinmux config
Peter Zijlstra (1): sched/core: Add missing update_rq_clock() call in sched_move_task()
Rafał Miłecki (1): brcmfmac: setup wiphy bands after registering it first
Stanislaw Gruszka (1): rt2800usb: mark tx failure on timeout
Thomas Petazzoni (1): clk: mvebu: adjust AP806 CPU clock frequencies to production chip
Tony Lindgren (1): ARM: omap2plus_defconfig: Fix probe errors on UARTs 5 and 6
Ursula Braun (1): s390/qeth: fix retrieval of vipa and proxy-arp addresses
Vaibhav Jain (1): cxl: Force psl data-cache flush during device shutdown
Valentin Longchamp (1): powerpc/corenet: explicitly disable the SDHC controller on kmcoge4
Viresh Kumar (1): PM / OPP: Error out on failing to add static OPPs for v1 bindings
Vivien Didelot (1): net: dsa: select NET_SWITCHDEV
Volodymyr Bendiuga (1): phy: increase size of MII_BUS_ID_SIZE and bus_id
Will Deacon (1): arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMA
William wu (1): usb: hcd: initialize hcd->flags to 0 when rm hcd
Yazen Ghannam (2): EDAC, amd64: Add x86cpuid sanity check during init EDAC, amd64: Save and return err code from probe_one_instance()
Documentation/devicetree/bindings/arm/davinci.txt | 4 + .../devicetree/bindings/clock/qoriq-clock.txt | 1 + .../bindings/sound/sunxi,sun4i-spdif.txt | 1 + .../devicetree/bindings/vendor-prefixes.txt | 1 + arch/arm/boot/dts/imx53-qsb-common.dtsi | 20 ++-- arch/arm/boot/dts/stih410.dtsi | 2 +- arch/arm/configs/omap2plus_defconfig | 1 + arch/arm64/mm/dma-mapping.c | 17 +++- arch/powerpc/boot/dts/fsl/kmcoge4.dts | 4 + arch/powerpc/kernel/time.c | 1 + arch/powerpc/kvm/book3s_hv_rm_xics.c | 5 +- arch/s390/kernel/early.c | 12 +++ arch/s390/kernel/topology.c | 11 +-- arch/sh/kernel/cpu/sh3/setup-sh770x.c | 1 - drivers/base/power/opp/of.c | 12 ++- drivers/clk/mvebu/ap806-system-controller.c | 28 +++++- drivers/clk/samsung/clk-exynos5433.c | 6 +- drivers/crypto/vmx/aes_ctr.c | 6 ++ drivers/edac/amd64_edac.c | 12 ++- drivers/edac/amd64_edac.h | 1 + drivers/gpu/drm/arm/malidp_planes.c | 3 +- drivers/gpu/drm/drm_drv.c | 2 +- drivers/iio/magnetometer/mag3110.c | 30 ++++-- drivers/iio/pressure/ms5611_core.c | 12 ++- drivers/iio/proximity/sx9500.c | 10 +- drivers/iio/trigger/iio-trig-interrupt.c | 8 +- drivers/iio/trigger/iio-trig-sysfs.c | 2 +- drivers/infiniband/sw/rxe/rxe_req.c | 1 + drivers/infiniband/sw/rxe/rxe_resp.c | 1 + drivers/infiniband/ulp/ipoib/ipoib_cm.c | 2 +- drivers/input/keyboard/mpr121_touchkey.c | 24 +++-- drivers/iommu/arm-smmu-v3.c | 10 +- drivers/media/i2c/adv7604.c | 3 + drivers/misc/cxl/pci.c | 3 + drivers/net/wireless/ath/wcn36xx/main.c | 3 +- .../broadcom/brcm80211/brcmfmac/cfg80211.c | 9 +- drivers/net/wireless/marvell/libertas/cmd.c | 2 +- drivers/net/wireless/ralink/rt2x00/rt2800usb.c | 5 +- drivers/net/xen-netback/netback.c | 6 +- drivers/pci/host/pci-mvebu.c | 101 ++++++++++++--------- drivers/pinctrl/intel/pinctrl-baytrail.c | 2 +- drivers/s390/net/qeth_core.h | 1 - drivers/s390/net/qeth_core_main.c | 21 ++++- drivers/s390/net/qeth_l2_main.c | 15 --- drivers/s390/net/qeth_l3_main.c | 15 --- drivers/s390/net/qeth_l3_sys.c | 30 +++--- drivers/staging/iio/trigger/iio-trig-bfin-timer.c | 4 +- drivers/tty/serial/sh-sci.c | 17 ++-- drivers/usb/core/hcd.c | 1 + drivers/video/fbdev/pmag-ba-fb.c | 2 +- include/dt-bindings/clock/exynos5433.h | 5 +- include/linux/phy.h | 8 +- kernel/sched/core.c | 1 + net/dsa/Kconfig | 5 +- net/ipv4/ah4.c | 3 + net/netfilter/nft_meta.c | 28 +++++- security/apparmor/lsm.c | 2 +- 57 files changed, 333 insertions(+), 210 deletions(-)
On Wed, Nov 08, 2017 at 08:45:33PM +0000, Levin, Alexander (Sasha Levin) wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
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.
All pulled in now, thanks.
greg k-h
linux-stable-mirror@lists.linaro.org