Re: [PATCH 0/5] iwlwifi: updates intended for v4.16 2017-12-23

2018-02-02 Thread Luca Coelho
Hi,

On Sun, 2018-01-14 at 12:26 +0200, Kalle Valo wrote:
> "Grumbach, Emmanuel"  writes:
> 
> > On Fri, 2018-01-12 at 13:31 +0200, Kalle Valo wrote:
> > > From: Luca Coelho 
> > > 
> > > > Luca Coelho (1):
> > > >   iwlwifi: mvm: check if mac80211_queue is valid in
> > > > iwl_mvm_disable_txq
> > > > 
> > > > Mordechay Goodstein (1):
> > > >   iwlwifi: set default timstamp marker cmd
> > > > 
> > > > Sara Sharon (3):
> > > >   iwlwifi: mvm: flip AMSDU addresses only for 9000 family
> > > >   iwlwifi: mvm: take RCU lock before dereferencing
> > > >   iwlwifi: mvm: move TSO segment to a separate function
> > > 
> > > Most likely the merge window starts in 9 days so I need to start
> > > getting patches ready. As Luca is away should I apply these
> > > patches
> > > directly to wireless-drivers-next?
> > > 
> > 
> > First let me thank you for tracking this. I don't see anything that
> > we
> > really need in 4.16 here. Besides Luca's UBSAN warning, all the
> > rest
> > is for a new device family which won't be supported in 4.16 anyway.
> > 
> > So I opt to wait for Luca here.
> 
> Ok, I'll wait for him then.

Sorry for coming back to this just now, but yeah, Emmanuel is right
because of the holidays and my vacations, this got delayed, so it can
go to 4.17.  I'll include this as part of my next -next pull request.

--
Cheers,
Luca.


Re: [PATCH 0/5] iwlwifi: updates intended for v4.16 2017-12-23

2018-01-14 Thread Kalle Valo
"Grumbach, Emmanuel"  writes:

> On Fri, 2018-01-12 at 13:31 +0200, Kalle Valo wrote:
>> From: Luca Coelho 
>>
>> > Luca Coelho (1):
>> >   iwlwifi: mvm: check if mac80211_queue is valid in
>> > iwl_mvm_disable_txq
>> > 
>> > Mordechay Goodstein (1):
>> >   iwlwifi: set default timstamp marker cmd
>> > 
>> > Sara Sharon (3):
>> >   iwlwifi: mvm: flip AMSDU addresses only for 9000 family
>> >   iwlwifi: mvm: take RCU lock before dereferencing
>> >   iwlwifi: mvm: move TSO segment to a separate function
>> 
>> Most likely the merge window starts in 9 days so I need to start
>> getting patches ready. As Luca is away should I apply these patches
>> directly to wireless-drivers-next?
>> 
>
> First let me thank you for tracking this. I don't see anything that we
> really need in 4.16 here. Besides Luca's UBSAN warning, all the rest
> is for a new device family which won't be supported in 4.16 anyway.
>
> So I opt to wait for Luca here.

Ok, I'll wait for him then.

-- 
Kalle Valo


Re: [PATCH 0/5] iwlwifi: updates intended for v4.16 2017-12-23

2018-01-13 Thread Grumbach, Emmanuel
Hi Kale,

On Fri, 2018-01-12 at 13:31 +0200, Kalle Valo wrote:
> From: Luca Coelho 
> > 
> > Hi,
> > 
> > Here's the fourth and probably last batch of patches intended for
> > 4.16.  Nothing major, just continued development, some cleanups and
> > small fixes here and there.
> > 
> > * Fix a UBSAN warning;
> > * Improvement in the net-stack/driver log syncing
> > * An RCU lock fix in the new rate-scaling code;
> > * Small cleanups;
> > 
> > As usual, I'm pushing this to a pending branch, for kbuild bot, and
> > will send a pull-request later.
> > 
> > FYI, I'll be on holidays/vacations for the next few weeks, so there
> > will probably not be much activity in the iwlwifi driver code.
> > 
> > Please review.
> > 
> > Cheers,
> > Luca.
> > 
> > 
> > Luca Coelho (1):
> >   iwlwifi: mvm: check if mac80211_queue is valid in
> > iwl_mvm_disable_txq
> > 
> > Mordechay Goodstein (1):
> >   iwlwifi: set default timstamp marker cmd
> > 
> > Sara Sharon (3):
> >   iwlwifi: mvm: flip AMSDU addresses only for 9000 family
> >   iwlwifi: mvm: take RCU lock before dereferencing
> >   iwlwifi: mvm: move TSO segment to a separate function
> 
> Most likely the merge window starts in 9 days so I need to start
> getting
> patches ready. As Luca is away should I apply these patches directly
> to
> wireless-drivers-next?
> 

First let me thank you for tracking this.
I don't see anything that we really need in 4.16 here.
Besides Luca's UBSAN warning, all the rest is for a new device
family which won't be supported in 4.16 anyway.

So I opt to wait for Luca here.

Re: [PATCH 0/5] iwlwifi: updates intended for v4.16 2017-12-23

2018-01-12 Thread Kalle Valo
+ emmanuel

Luca Coelho  writes:

> From: Luca Coelho 
>
> Hi,
>
> Here's the fourth and probably last batch of patches intended for
> 4.16.  Nothing major, just continued development, some cleanups and
> small fixes here and there.
>
> * Fix a UBSAN warning;
> * Improvement in the net-stack/driver log syncing
> * An RCU lock fix in the new rate-scaling code;
> * Small cleanups;
>
> As usual, I'm pushing this to a pending branch, for kbuild bot, and
> will send a pull-request later.
>
> FYI, I'll be on holidays/vacations for the next few weeks, so there
> will probably not be much activity in the iwlwifi driver code.
>
> Please review.
>
> Cheers,
> Luca.
>
>
> Luca Coelho (1):
>   iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txq
>
> Mordechay Goodstein (1):
>   iwlwifi: set default timstamp marker cmd
>
> Sara Sharon (3):
>   iwlwifi: mvm: flip AMSDU addresses only for 9000 family
>   iwlwifi: mvm: take RCU lock before dereferencing
>   iwlwifi: mvm: move TSO segment to a separate function

Most likely the merge window starts in 9 days so I need to start getting
patches ready. As Luca is away should I apply these patches directly to
wireless-drivers-next?

-- 
Kalle Valo


[PATCH 0/5] iwlwifi: updates intended for v4.16 2017-12-23

2017-12-23 Thread Luca Coelho
From: Luca Coelho 

Hi,

Here's the fourth and probably last batch of patches intended for
4.16.  Nothing major, just continued development, some cleanups and
small fixes here and there.

* Fix a UBSAN warning;
* Improvement in the net-stack/driver log syncing
* An RCU lock fix in the new rate-scaling code;
* Small cleanups;

As usual, I'm pushing this to a pending branch, for kbuild bot, and
will send a pull-request later.

FYI, I'll be on holidays/vacations for the next few weeks, so there
will probably not be much activity in the iwlwifi driver code.

Please review.

Cheers,
Luca.


Luca Coelho (1):
  iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txq

Mordechay Goodstein (1):
  iwlwifi: set default timstamp marker cmd

Sara Sharon (3):
  iwlwifi: mvm: flip AMSDU addresses only for 9000 family
  iwlwifi: mvm: take RCU lock before dereferencing
  iwlwifi: mvm: move TSO segment to a separate function

 drivers/net/wireless/intel/iwlwifi/fw/dbg.c |   4 +
 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c |  24 ++--
 drivers/net/wireless/intel/iwlwifi/fw/debugfs.h |   5 +
 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c  |   6 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c   |  25 ++--
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 158 +---
 drivers/net/wireless/intel/iwlwifi/mvm/utils.c  |  11 +-
 7 files changed, 136 insertions(+), 97 deletions(-)

-- 
2.15.1