-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
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 b001adea66f0e0a7803adfbf9128a2d7969daa4e:
Linux 4.4.161 (2018-10-13 09:11:36 +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.4-22102018
for you to fetch changes up to b559a6cf1f539a2a46f85fb46e254836c8501483:
mm/vmstat.c: fix outdated vmstat_text (2018-10-15 18:04:48 -0400)
- ---------------------------------------------------------------- for-greg-4.4-22102018
- ---------------------------------------------------------------- Andrei Otcheretianski (2): mac80211: Always report TX status cfg80211: reg: Init wiphy_idx in regulatory_hint_core()
Edgar Cherkasov (1): i2c: i2c-scmi: fix for i2c_smbus_write_block_data
Florian Fainelli (7): 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
Jann Horn (1): mm/vmstat.c: fix outdated vmstat_text
Jiri Olsa (1): perf/ring_buffer: Prevent concurent ring buffer access
Jouni Malinen (1): cfg80211: Address some corner cases in scan result channel updating
Lubomir Rintel (1): pxa168fb: prepare the clock
Mahesh Bandewar (1): bonding: avoid possible dead-lock
Martin Willi (1): mac80211_hwsim: do not omit multicast announce of first added radio
Matias Karhumaa (1): Bluetooth: SMP: fix crash in unpairing
Michael Chan (1): bnxt_en: Fix TX timeout during netpoll.
Sean Tranchetti (1): xfrm: validate template mode
Shahed Shaikh (1): qlcnic: fix Tx descriptor corruption on 82xx devices
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
Yu Zhao (1): net/usb: cancel pending work when unbinding smsc75xx
arch/arm/mm/ioremap.c | 2 +- drivers/i2c/busses/i2c-scmi.c | 1 + drivers/net/bonding/bond_main.c | 43 +++++++--------- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 13 +++-- drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 17 +++++++ drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | 8 +-- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 3 +- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h | 3 +- drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h | 3 +- drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c | 12 ++--- 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 | 4 ++ drivers/net/usb/smsc95xx.c | 3 ++ drivers/net/usb/sr9800.c | 3 ++ drivers/net/wireless/mac80211_hwsim.c | 3 +- drivers/video/fbdev/pxa168fb.c | 6 +-- include/net/bonding.h | 7 +-- kernel/events/core.c | 2 + mm/vmstat.c | 1 - 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/wireless/reg.c | 1 + net/wireless/scan.c | 58 ++++++++++++++++++---- net/xfrm/xfrm_user.c | 15 ++++++ 30 files changed, 191 insertions(+), 91 deletions(-)
linux-stable-mirror@lists.linaro.org