Re: [PATCH v6 01/10] PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl()

2015-04-11 Thread Greg KH
On Fri, Apr 10, 2015 at 05:54:26PM -0500, Bjorn Helgaas wrote: > From: Michael S. Tsirkin > > Rename msi_set_enable() to pci_msi_set_enable() and > msix_clear_and_set_ctrl() to pci_msix_clear_and_set_ctrl(). > > No functional change. > > [bhelgaas: changelog, split into separate patch] > Signed

Re: [PATCH 3.19 00/75] 3.19.4-stable review

2015-04-11 Thread Greg Kroah-Hartman
On Fri, Apr 10, 2015 at 11:03:36AM -0700, Guenter Roeck wrote: > On Fri, Apr 10, 2015 at 03:18:26PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 3.19.4 release. > > There are 75 patches in this series, all will be posted as a response > > to this one. I

Re: [PATCH v6 01/10] PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl()

2015-04-11 Thread Bjorn Helgaas
On Sat, Apr 11, 2015 at 2:30 AM, Greg KH wrote: > On Fri, Apr 10, 2015 at 05:54:26PM -0500, Bjorn Helgaas wrote: >> From: Michael S. Tsirkin >> >> Rename msi_set_enable() to pci_msi_set_enable() and >> msix_clear_and_set_ctrl() to pci_msix_clear_and_set_ctrl(). >> >> No functional change. >> >> [

[PATCH] staging: vt6655: Fix 80211 control and management status reporting.

2015-04-11 Thread Malcolm Priestley
Currently only TD_FLAGS_NETIF_SKB are reported back to mac80211. Move vnt_int_report_rate to report all frame types. Signed-off-by: Malcolm Priestley Cc: # v3.19+ --- drivers/staging/vt6655/device_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/

[PATCH] staging: vt6655: Fix TX retransmission race condition

2015-04-11 Thread Malcolm Priestley
With high tx flow the same buffer can transmit more than once and get stuck in loop. Reset TCR to zero in device_tx_srv. Signed-off-by: Malcolm Priestley Cc: # v3.19+ --- drivers/staging/vt6655/device_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/vt6655/device_