mbox series

[for,v5.15,0/5] iwlwifi: fixes intended for v5.15 2021-10-16

Message ID 20211016084359.246930-1-luca@coelho.fi (mailing list archive)
Headers show
Series iwlwifi: fixes intended for v5.15 2021-10-16 | expand

Message

Luca Coelho Oct. 16, 2021, 8:43 a.m. UTC
From: Luca Coelho <luciano.coelho@intel.com>

Hi,

This is the first patchset with fixes for v5.15.

The changes are:

* Some memory handling fixes;
* Fix the device initialization configuration for So devices;
* Fix resume flow when iwlwifi resume fails;
* Fix device configuration for JnP edvices.

As usual, I'm pushing this to a pending branch, for kbuild bot.  And
since these are fixes for the rc series, please take them directly to
wireless-drivers.git, as we agreed.  I'll assign them to you.

Cheers,
Luca.


Johannes Berg (4):
  iwlwifi: mvm: reset PM state on unsuccessful resume
  iwlwifi: pnvm: don't kmemdup() more than we have
  iwlwifi: pnvm: read EFI data only if long enough
  iwlwifi: cfg: set low-latency-xtal for some integrated So devices

Yaara Baruch (1):
  iwlwifi: change all JnP to NO-160 configuration

 drivers/net/wireless/intel/iwlwifi/cfg/22000.c |  2 +-
 drivers/net/wireless/intel/iwlwifi/fw/pnvm.c   | 13 ++++++++-----
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c    |  5 ++++-
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c  |  6 +++---
 4 files changed, 16 insertions(+), 10 deletions(-)

Comments

Kalle Valo Oct. 18, 2021, 7:55 a.m. UTC | #1
Luca Coelho <luca@coelho.fi> writes:

> From: Luca Coelho <luciano.coelho@intel.com>
>
> Hi,
>
> This is the first patchset with fixes for v5.15.
>
> The changes are:
>
> * Some memory handling fixes;
> * Fix the device initialization configuration for So devices;
> * Fix resume flow when iwlwifi resume fails;
> * Fix device configuration for JnP edvices.
>
> As usual, I'm pushing this to a pending branch, for kbuild bot.  And
> since these are fixes for the rc series, please take them directly to
> wireless-drivers.git, as we agreed.  I'll assign them to you.

We are in -rc6 now and I'm not planning to send anymore fixes to v5.15,
unless something really critical pops up. Can I take these to
wireless-drivers-next?
Luca Coelho Oct. 22, 2021, 6:32 a.m. UTC | #2
On Mon, 2021-10-18 at 10:55 +0300, Kalle Valo wrote:
> Luca Coelho <luca@coelho.fi> writes:
> 
> > From: Luca Coelho <luciano.coelho@intel.com>
> > 
> > Hi,
> > 
> > This is the first patchset with fixes for v5.15.
> > 
> > The changes are:
> > 
> > * Some memory handling fixes;
> > * Fix the device initialization configuration for So devices;
> > * Fix resume flow when iwlwifi resume fails;
> > * Fix device configuration for JnP edvices.
> > 
> > As usual, I'm pushing this to a pending branch, for kbuild bot.  And
> > since these are fixes for the rc series, please take them directly to
> > wireless-drivers.git, as we agreed.  I'll assign them to you.
> 
> We are in -rc6 now and I'm not planning to send anymore fixes to v5.15,
> unless something really critical pops up. Can I take these to
> wireless-drivers-next?

Yes, I guess that's okay.  And I see that you already did, thanks! :)

Sorry for not reacting earlier, I was on vacation till Wednesday.

We should probably have added Cc: stable, though, but of course we can
always just send it to stable later.

--
Cheers,
Luca.