-----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 1d326a94d1039e4543edd97cbaf0fc38d2cefbb5:
Linux 4.9.134 (2018-10-18 09:13:26 +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-22102018
for you to fetch changes up to 417cb56548e89751efe53f95645ebc12e80704e4:
net: cxgb3_main: fix a missing-check bug (2018-10-18 09:08:15 -0400)
- ---------------------------------------------------------------- for-greg-4.9-22102018
- ---------------------------------------------------------------- Alexandre Belloni (1): soc: fsl: qbman: qman: avoid allocating from non existing gen_pool
Andrei Otcheretianski (2): mac80211: Always report TX status cfg80211: reg: Init wiphy_idx in regulatory_hint_core()
Bob Copeland (1): mac80211: fix pending queue hang due to TX_DROP
Florian Fainelli (8): ARM: dts: BCM63xx: Fix incorrect interrupt specifiers asix: Check for supported Wake-on-LAN modes ax88179_178a: Check for supported Wake-on-LAN modes lan78xx: Check for supported Wake-on-LAN modes sr9800: Check for supported Wake-on-LAN modes r8152: Check for supported Wake-on-LAN Modes smsc75xx: Check for Wake-on-LAN modes smsc95xx: Check for Wake-on-LAN modes
Jiri Olsa (1): perf/ring_buffer: Prevent concurent ring buffer access
Johannes Berg (1): mac80211: TDLS: fix skb queue/priority assignment
Jouni Malinen (1): cfg80211: Address some corner cases in scan result channel updating
Kan Liang (1): perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKX
Lubomir Rintel (1): pxa168fb: prepare the clock
Maciej W. Rozycki (1): declance: Fix continuation with the adapter identification message
Martin Willi (1): mac80211_hwsim: do not omit multicast announce of first added radio
Masashi Honma (1): nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HT
Matias Karhumaa (1): Bluetooth: SMP: fix crash in unpairing
Michal Simek (1): net: macb: Clean 64b dma addresses if they are not detected
Nathan Chancellor (2): qed: Avoid implicit enum conversion in qed_roce_mode_to_flavor qed: Avoid constant logical operation warning in qed_vf_pf_acquire
Rickard x Andersson (1): net: fec: fix rare tx timeout
Sean Tranchetti (1): xfrm: validate template mode
Steffen Klassert (1): xfrm: Validate address prefix lengths in the xfrm selector.
Thadeu Lima de Souza Cascardo (1): xfrm6: call kfree_skb when skb is toobig
Thomas Petazzoni (1): ARM: 8799/1: mm: fix pci_ioremap_io() offset check
Wenwen Wang (1): net: cxgb3_main: fix a missing-check bug
Zhao Qiang (1): soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift()
arch/arm/boot/dts/bcm63138.dtsi | 14 +++--- arch/arm/mm/ioremap.c | 2 +- arch/x86/events/intel/uncore_snbep.c | 12 ++--- drivers/net/ethernet/amd/declance.c | 10 +++-- drivers/net/ethernet/cadence/macb.c | 1 + drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 17 ++++++++ drivers/net/ethernet/freescale/fec_main.c | 8 ++-- drivers/net/ethernet/qlogic/qed/qed_roce.c | 15 ++----- drivers/net/ethernet/qlogic/qed/qed_vf.c | 1 - drivers/net/usb/asix_common.c | 3 ++ drivers/net/usb/ax88179_178a.c | 3 ++ drivers/net/usb/lan78xx.c | 17 ++------ drivers/net/usb/r8152.c | 3 ++ drivers/net/usb/smsc75xx.c | 3 ++ drivers/net/usb/smsc95xx.c | 3 ++ drivers/net/usb/sr9800.c | 3 ++ drivers/net/wireless/mac80211_hwsim.c | 3 +- drivers/soc/fsl/qbman/qman.c | 3 ++ drivers/soc/fsl/qe/ucc.c | 2 +- drivers/video/fbdev/pxa168fb.c | 6 +-- kernel/events/core.c | 2 + net/bluetooth/mgmt.c | 7 +-- net/bluetooth/smp.c | 29 +++++++++++-- net/bluetooth/smp.h | 3 +- net/ipv6/xfrm6_output.c | 2 + net/mac80211/status.c | 7 +-- net/mac80211/tdls.c | 8 ++-- net/mac80211/tx.c | 2 +- net/wireless/nl80211.c | 1 + net/wireless/reg.c | 1 + net/wireless/scan.c | 58 +++++++++++++++++++++---- net/xfrm/xfrm_user.c | 15 +++++++ 32 files changed, 183 insertions(+), 81 deletions(-)
linux-stable-mirror@lists.linaro.org