-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hi Greg,
Pleae pull commits for Linux 4.4 .
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 29ffb9c1fb4acbda207985ad1558191ffb776bee:
Linux 4.4.102 (2017-11-24 11:26:29 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git for-greg-4.4-2
for you to fetch changes up to f5e41e5d854fec2295f485165228715f558959c7:
xen: xenbus driver must not accept invalid transaction ids (2017-11-24 10:51:05 -0500)
- ---------------------------------------------------------------- Bartosz Markowski (1): ath10k: set CTS protection VDEV param only if VDEV is up
Bjorn Helgaas (1): PCI: Apply _HPX settings only to relevant devices
Chris Wilson (1): drm: Apply range restriction after color adjustment when allocation
Christian Lamparter (1): ath10k: fix potential memory leak in ath10k_wmi_tlv_op_pull_fw_stats()
Colin Ian King (1): ASoC: rsnd: don't double free kctrl
Daniel Vetter (1): drm/armada: Fix compile fail
David Ahern (1): net: Allow IP_MULTICAST_IF to set index to L3 slave
Florian Westphal (1): netfilter: nf_tables: fix oob access
Gabriele Mazzotta (1): ALSA: hda - Apply ALC269_FIXUP_NO_SHUTUP on HDA_FIXUP_ACT_PROBE
Geert Uytterhoeven (1): spi: SPI_FSL_DSPI should depend on HAS_DMA
Heiko Carstens (1): s390/kbuild: enable modversions for symbols exported from asm
Juergen Gross (1): xen: xenbus driver must not accept invalid transaction ids
Masashi Honma (2): mac80211: Remove invalid flag operations in mesh TSF synchronization mac80211: Suppress NEW_PEER_CANDIDATE event if no room
Pablo Neira Ayuso (1): netfilter: nft_queue: use raw_smp_processor_id()
Pan Bian (3): iio: light: fix improper return value staging: iio: cdc: fix improper return value btrfs: return the actual error value from from btrfs_uuid_tree_iterate
Richard Fitzgerald (1): ASoC: wm_adsp: Don't overrun firmware file buffer when reading region data
Ryan Hsu (2): ath10k: fix incorrect txpower set by P2P_DEVICE interface ath10k: ignore configuring the incorrect board_id
Santosh Shilimkar (1): RDS: RDMA: return appropriate error on rdma map failures
Shawn Guo (1): dmaengine: zx: set DMA_CYCLIC cap_mask bit
Thomas Preisner (2): net: 3com: typhoon: typhoon_init_one: make return values more specific net: 3com: typhoon: typhoon_init_one: fix incorrect return values
arch/s390/include/asm/asm-prototypes.h | 8 +++++ drivers/dma/zx296702_dma.c | 1 + drivers/gpu/drm/armada/Makefile | 2 ++ drivers/gpu/drm/drm_mm.c | 16 ++++----- drivers/iio/light/cm3232.c | 2 +- drivers/net/ethernet/3com/typhoon.c | 25 +++++++------ drivers/net/wireless/ath/ath10k/core.c | 5 ++- drivers/net/wireless/ath/ath10k/mac.c | 58 +++++++++++++++++++++++++------ drivers/net/wireless/ath/ath10k/wmi-tlv.c | 12 +++++-- drivers/pci/probe.c | 15 ++++++-- drivers/spi/Kconfig | 1 + drivers/staging/iio/cdc/ad7150.c | 2 +- drivers/xen/xenbus/xenbus_dev_frontend.c | 2 +- fs/btrfs/uuid-tree.c | 4 +-- net/ipv4/ip_sockglue.c | 7 +++- net/ipv6/ipv6_sockglue.c | 16 ++++++--- net/mac80211/ieee80211_i.h | 1 - net/mac80211/mesh.c | 3 -- net/mac80211/mesh_plink.c | 14 ++++---- net/mac80211/mesh_sync.c | 11 ------ net/netfilter/nf_tables_api.c | 2 +- net/netfilter/nft_queue.c | 2 +- net/rds/send.c | 11 +++++- sound/pci/hda/patch_realtek.c | 2 +- sound/soc/codecs/wm_adsp.c | 25 ++++++++++++- sound/soc/sh/rcar/core.c | 4 +-- 26 files changed, 173 insertions(+), 78 deletions(-) create mode 100644 arch/s390/include/asm/asm-prototypes.h
linux-stable-mirror@lists.linaro.org