-----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 3762b3e2aa6c885ecfbdaf6fb9b3f6f0eef950b5:
Linux 4.9.105 (2018-05-30 22:25:17 +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-05062018
for you to fetch changes up to c211d6ce496bd05be6ae4656df727bce3bfa7b3a:
mm: fix the NULL mapping case in __isolate_lru_page() (2018-06-05 16:44:19 -0400)
- ---------------------------------------------------------------- for-greg-4.9-05062018
- ---------------------------------------------------------------- Al Viro (1): fix io_destroy()/aio_complete() race
Damien Thébault (1): net: dsa: b53: Add BCM5389 support
Daniele Palmas (1): net: usb: cdc_mbim: add flag FLAG_SEND_ZLP
Eric Dumazet (1): xfrm6: avoid potential infinite loop in _decode_session6()
Finn Thain (1): net/sonic: Use dma_mapping_error()
Hao Wei Tee (1): iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUs
Hugh Dickins (1): mm: fix the NULL mapping case in __isolate_lru_page()
Ivan Bornyakov (1): atm: zatm: fix memcmp casting
Josh Hill (1): net: qmi_wwan: Add Netgear Aircard 779S
João Paulo Rechi Vita (1): platform/x86: asus-wmi: Fix NULL pointer dereference
Julian Anastasov (1): ipvs: fix buffer overflow with sync daemon and service
Kirill Tkhai (1): kcm: Fix use-after-free caused by clonned sockets
Martin Kelly (1): iio:kfifo_buf: check for uint overflow
Paolo Abeni (1): netfilter: ebtables: handle string from userspace with care
Documentation/devicetree/bindings/net/dsa/b53.txt | 1 + drivers/atm/zatm.c | 4 ++-- drivers/iio/buffer/kfifo_buf.c | 7 +++++++ drivers/net/dsa/b53/b53_common.c | 13 +++++++++++++ drivers/net/dsa/b53/b53_mdio.c | 5 ++++- drivers/net/dsa/b53/b53_priv.h | 1 + drivers/net/ethernet/natsemi/sonic.c | 2 +- drivers/net/usb/cdc_mbim.c | 2 +- drivers/net/usb/qmi_wwan.c | 1 + drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 10 +++++----- drivers/platform/x86/asus-wmi.c | 23 +++++++++++++---------- fs/aio.c | 3 +-- mm/vmscan.c | 2 +- net/bridge/netfilter/ebtables.c | 3 ++- net/ipv6/xfrm6_policy.c | 2 +- net/kcm/kcmsock.c | 2 +- net/netfilter/ipvs/ip_vs_ctl.c | 21 +++++++++++++++------ 17 files changed, 70 insertions(+), 32 deletions(-)