-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hi Greg,
Pleae pull commits for Linux 3.18 .
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 1e6e21c74c7c866db0abdfc452937724c3d80bdc:
Linux 3.18.89 (2017-12-20 10:01:34 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git tags/for-greg-3.18-20122017
for you to fetch changes up to 59a94190ffbeca61283eb2869f7a6945e1da3d42:
tcp: fix under-evaluated ssthresh in TCP Vegas (2017-12-20 10:25:07 -0500)
- ---------------------------------------------------------------- for-greg-3.18-20122017
- ---------------------------------------------------------------- Adam Wallis (1): xhci: plat: Register shutdown for xhci_plat
Alexander Duyck (2): net: Do not allow negative values for busy_read and busy_poll sysctl interfaces i40e: Do not enable NAPI on q_vectors that have no rings
Alexey Khoroshilov (1): irda: vlsi_ir: fix check for DMA mapping errors
Arnd Bergmann (2): hwmon: (asus_atk0110) fix uninitialized data access isdn: kcapi: avoid uninitialized data
Christian Lamparter (1): crypto: crypto4xx - increase context and scatter ring buffer elements
Christophe JAILLET (1): igb: check memory allocation failure
Dan Murphy (1): net: phy: at803x: Change error to EINVAL for invalid MAC
David Daney (1): PCI: Avoid bus reset if bridge itself is broken
Derek Basehore (1): backlight: pwm_bl: Fix overflow condition
Dick Kennedy (3): scsi: lpfc: Fix PT2PT PRLI reject scsi: lpfc: Fix secure firmware updates scsi: lpfc: PLOGI failures during NPIV testing
Gabriele Paoloni (1): PCI/AER: Report non-fatal errors only to the affected endpoint
Gao Feng (1): netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register
Gustavo A. R. Silva (1): usb: gadget: udc: remove pointer dereference after free
Herbert Xu (1): crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutex
Hoang Tran (1): tcp: fix under-evaluated ssthresh in TCP Vegas
Jacob Keller (1): fm10k: ensure we process SM mbx when processing VF mbx
Jaroslav Kysela (1): ALSA: hda - add support for docking station for HP 820 G2
Jeffy Chen (1): netfilter: nfnl_cthelper: Fix memory leak
Julian Wiedmann (1): s390/qeth: no ETH header for outbound AF_IUCV
Liping Zhang (1): netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash table
Mike Looijmans (1): i2c: mux: pca954x: Add missing pca9546 definition to chip_desc
Nicolas Pitre (1): percpu: don't forget to free the temporary struct pcpu_alloc_info
Pablo Neira Ayuso (1): netfilter: nfnl_cthelper: fix runtime expectation policy updates
Peter Stein (1): HID: xinmo: fix for out of range for THT 2P arcade controller.
Reizer, Eyal (1): ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend
Rob Herring (1): ARM: dts: ti: fix PCI bus dtc warnings
Roger Quadros (1): usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeed
Russell King (1): ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memory
Stuart Hayes (1): PCI: Create SR-IOV virtfn/physfn links before attaching driver
Tony Lindgren (1): net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4
Vaidyanathan Srinivasan (2): cpuidle: Validate cpu_dev in cpuidle_add_sysfs() cpuidle: powernv: Pass correct drv->cpumask for registration
Varun Prakash (1): scsi: cxgb4i: fix Tx skb leak
Wanpeng Li (1): KVM: x86: correct async page present tracepoint
hayeswang (1): r8152: fix the list rx_done may be used without initialization
arch/arm/boot/dts/am335x-evmsk.dts | 1 + arch/arm/boot/dts/dra7.dtsi | 2 + arch/arm/mm/dma-mapping.c | 20 +- arch/x86/kvm/x86.c | 2 +- drivers/cpuidle/cpuidle-powernv.c | 18 ++ drivers/cpuidle/sysfs.c | 12 ++ drivers/crypto/amcc/crypto4xx_core.h | 10 +- drivers/hid/hid-core.c | 1 + drivers/hid/hid-ids.h | 1 + drivers/hid/hid-xinmo.c | 1 + drivers/hwmon/asus_atk0110.c | 3 + drivers/i2c/muxes/i2c-mux-pca954x.c | 6 +- drivers/isdn/capi/kcapi.c | 1 + drivers/net/ethernet/intel/fm10k/fm10k_iov.c | 3 + drivers/net/ethernet/intel/i40e/i40e_main.c | 16 +- drivers/net/ethernet/intel/igb/igb_main.c | 2 + drivers/net/irda/vlsi_ir.c | 8 +- drivers/net/phy/at803x.c | 2 +- drivers/net/usb/qmi_wwan.c | 4 + drivers/net/usb/r8152.c | 1 + drivers/pci/iov.c | 3 +- drivers/pci/pci.c | 4 + drivers/pci/pcie/aer/aerdrv_core.c | 9 +- drivers/s390/net/qeth_l3_main.c | 15 +- drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 1 + drivers/scsi/lpfc/lpfc_els.c | 3 +- drivers/scsi/lpfc/lpfc_hbadisc.c | 3 +- drivers/scsi/lpfc/lpfc_hw4.h | 2 +- drivers/usb/gadget/function/f_uvc.c | 8 + drivers/usb/gadget/udc/pch_udc.c | 1 - drivers/usb/host/xhci-plat.c | 1 + drivers/video/backlight/pwm_bl.c | 7 +- mm/percpu.c | 3 +- net/core/sysctl_net_core.c | 6 +- net/ipv4/netfilter/nf_nat_snmp_basic.c | 19 +- net/ipv4/tcp_vegas.c | 2 +- net/netfilter/nfnetlink_cthelper.c | 267 +++++++++++++++++---------- net/netlink/af_netlink.c | 41 ++++ sound/pci/hda/patch_realtek.c | 14 +- 39 files changed, 367 insertions(+), 156 deletions(-)
On Wed, Dec 20, 2017 at 03:37:39PM +0000, alexander.levin@verizon.com wrote:
Hi Greg,
Pleae pull commits for Linux 3.18 .
I've sent a review request for all commits over a week ago and all comments were addressed.
All applied except for the last one as it is not needed here.
thanks,
greg k-h
linux-stable-mirror@lists.linaro.org