[PATCH 4/6] iwlwifi: mvm: protect rate scaling against non-mvm IBSS stations

2015-03-22 Thread Emmanuel Grumbach
From: Johannes Berg johannes.b...@intel.com When the driver callback returns that it's out of space for new stations, the mac80211 IBSS code still keeps the station so it doesn't try to add it over and over again. Since the rate scaling algorithm is separate in mac80211, it also invokes the rate

[PATCH 3/6] iwlwifi: dvm: run INIT firmware again upon .start()

2015-03-22 Thread Emmanuel Grumbach
The assumption before this patch was that we don't need to run again the INIT firmware after the system booted. The INIT firmware runs calibrations which impact the physical layer's behavior. Users reported that it may be helpful to run these calibrations again every time the interface is brought

Re: [PATCH 1/2] of: handle both '/' and ':' in path strings

2015-03-22 Thread Rob Herring
On Tue, Mar 17, 2015 at 2:30 PM, Brian Norris computersforpe...@gmail.com wrote: Commit 106937e8ccdc (of: fix handling of '/' in options for of_find_node_by_path()) caused a regression in OF handling of stdout-path. While it fixes some cases which have '/' after the ':', it breaks cases where

Re: nft 0.4, crash on list

2015-03-22 Thread Patrick McHardy
On 22.03, Pablo Neira Ayuso wrote: On Sun, Mar 22, 2015 at 10:05:10AM +0200, Denys Fedoryshchenko wrote: On 2015-03-22 07:33, Patrick McHardy wrote: On 22.03, Denys Fedoryshchenko wrote: Sorry for noise, seems git version working fine! Still this shouldn't be happening. Just to

[PATCH 6/7] can: flexcan: fix bus-off error state handling.

2015-03-22 Thread Marc Kleine-Budde
From: Andri Yngvason andri.yngva...@marel.com Making sure that the bus-off state gets passed to can_change_state(). Signed-off-by: Andri Yngvason andri.yngva...@marel.com Cc: linux-stable stable@vger.kernel.org Signed-off-by: Marc Kleine-Budde m...@pengutronix.de --- drivers/net/can/flexcan.c |

[PATCH 7/7] can: flexcan: Deferred on Regulator return EPROBE_DEFER

2015-03-22 Thread Marc Kleine-Budde
From: Andreas Werner ker...@andy89.org Return EPROBE_DEFER if Regulator returns EPROBE_DEFER If the Flexcan driver is built into kernel and a regulator is used to enable the CAN transceiver, the Flexcan driver may not use the regulator. When initializing the Flexcan device with a regulator

Re: nft 0.4, crash on list

2015-03-22 Thread Pablo Neira Ayuso
On Sun, Mar 22, 2015 at 10:05:10AM +0200, Denys Fedoryshchenko wrote: On 2015-03-22 07:33, Patrick McHardy wrote: On 22.03, Denys Fedoryshchenko wrote: Sorry for noise, seems git version working fine! Still this shouldn't be happening. Just to confirm, you were using an unpatched kernel and

Re: [PATCH v3.10-stable] splice: Apply generic position and size checks to each write

2015-03-22 Thread Zhang Zhen
Add cc to Al. On 2015/3/20 17:18, Willy Tarreau wrote: Hi Greg, On Fri, Mar 20, 2015 at 10:05:00AM +0100, Greg KH wrote: On Fri, Mar 20, 2015 at 04:59:42PM +0800, Zhang Zhen wrote: We need to check the position and size of file writes against various limits, using generic_write_check().

[no subject]

2015-03-22 Thread Director Western Union Bank Tg
Внимание,.rtf Description: RTF file

Re: [PATCH v2 0/4] pci: fix unhandled interrupt on shutdown

2015-03-22 Thread Fam Zheng
On Thu, 03/19 19:57, Michael S. Tsirkin wrote: Fam Zheng noticed that pci shutdown disables msi and msix of a device while device is still active. This was intended to fix kexec with fusion devices but had the unintended effect of breaking even regular shutdown when using virtio. Series: