intel-wired-lan.lists.osuosl.org archive mirror
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH net v2 0/3] iavf: Fix pending DMA allocations while released from device
@ 2022-06-28 13:43 Palczewski, Mateusz
  2022-06-28 14:19 ` Alexander Lobakin
  0 siblings, 1 reply; 2+ messages in thread
From: Palczewski, Mateusz @ 2022-06-28 13:43 UTC (permalink / raw)
  To: intel-wired-lan

Fix multiple issues that can arise, when VF cannot configure ASQ/ARQ properly.
Failing to do so can lead to driver hang, null ptr dereference and possible
DMA allocations leak.

---
 v2: Add comment to make code more understandable
---

Przemyslaw Patynowski (3):
  iavf: Fix reset error handling
  iavf: Fix NULL pointer dereference in iavf_get_link_ksettings
  iavf: Fix adminq error handling

 drivers/net/ethernet/intel/iavf/iavf_adminq.c  | 15 +++++++++++++--
 drivers/net/ethernet/intel/iavf/iavf_ethtool.c |  6 ++++++
 drivers/net/ethernet/intel/iavf/iavf_main.c    | 14 ++++++++++----
 3 files changed, 29 insertions(+), 6 deletions(-)

-- 
2.27.0

_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Intel-wired-lan] [PATCH net v2 0/3] iavf: Fix pending DMA allocations while released from device
  2022-06-28 13:43 [Intel-wired-lan] [PATCH net v2 0/3] iavf: Fix pending DMA allocations while released from device Palczewski, Mateusz
@ 2022-06-28 14:19 ` Alexander Lobakin
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Lobakin @ 2022-06-28 14:19 UTC (permalink / raw)
  To: Palczewski, Mateusz; +Cc: intel-wired-lan

From: "Palczewski, Mateusz" <mateusz.palczewski@intel.com>
Date: Tue, 28 Jun 2022 15:43:08 +0200

First, please check your Git mail settings. You appear as
'"Palczewski, Mateusz"' in the 'From:' mail header, but at the same
time as 'Mateusz Palczewski' in Signed-off-bys. That's not how it
should look like, please pick one (preferably the one from SoBs) and
make sure it's configured properly everywhere.

> Fix multiple issues that can arise, when VF cannot configure ASQ/ARQ properly.
> Failing to do so can lead to driver hang, null ptr dereference and possible
> DMA allocations leak.
> 
> ---
>  v2: Add comment to make code more understandable
> ---
> 
> Przemyslaw Patynowski (3):
>   iavf: Fix reset error handling
>   iavf: Fix NULL pointer dereference in iavf_get_link_ksettings
>   iavf: Fix adminq error handling

Second, please check your Git mail settings again in regards to that
Git doesn't make a thread from your patch series, e.g. it doesn't
put correct 'In-Reply-To:' and 'References:' headers starting from
the second message. That breaks Patchwork, i.e. it won't be able to
test it as a series etc.

Please do a resend once you fix all of these.

> 
>  drivers/net/ethernet/intel/iavf/iavf_adminq.c  | 15 +++++++++++++--
>  drivers/net/ethernet/intel/iavf/iavf_ethtool.c |  6 ++++++
>  drivers/net/ethernet/intel/iavf/iavf_main.c    | 14 ++++++++++----
>  3 files changed, 29 insertions(+), 6 deletions(-)
> 
> -- 
> 2.27.0

Thanks,
Olek
_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-28 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28 13:43 [Intel-wired-lan] [PATCH net v2 0/3] iavf: Fix pending DMA allocations while released from device Palczewski, Mateusz
2022-06-28 14:19 ` Alexander Lobakin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).