public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Sasha Levin <sashal@kernel•org>
To: Sasha Levin <sashal@kernel•org>
To: Jeff Kirsher <jeffrey.t.kirsher@intel•com>
To: Eric Joyner <eric.joyner@intel•com>
To: davem@davemloft•net
Cc: Eric Joyner <eric.joyner@intel•com>, netdev@vger•kernel.org
Cc: stable <stable@vger•kernel.org>
Cc: stable@vger•kernel.org
Subject: Re: [net-next 11/17] ice: Fix resource leak on early exit from function
Date: Tue, 26 May 2020 00:23:52 +0000	[thread overview]
Message-ID: <20200526002353.793B9206F1@mail.kernel.org> (raw)
In-Reply-To: <20200522065607.1680050-12-jeffrey.t.kirsher@intel.com>

Hi

[This is an automated email]

This commit has been processed because it contains a -stable tag.
The stable tag indicates that it's relevant for the following trees: all

The bot has tested the following trees: v5.6.14, v5.4.42, v4.19.124, v4.14.181, v4.9.224, v4.4.224.

v5.6.14: Build OK!
v5.4.42: Failed to apply! Possible dependencies:
    31ad4e4ee1e4 ("ice: Allocate flow profile")
    451f2c4406e0 ("ice: Populate TCAM filter software structures")
    c90ed40cefe1 ("ice: Enable writing hardware filtering tables")
    eff380aaffed ("ice: Introduce ice_base.c")

v4.19.124: Failed to apply! Possible dependencies:
    0f9d5027a749 ("ice: Refactor VSI allocation, deletion and rebuild flow")
    28c2a6457388 ("ice: Move common functions out of ice_main.c part 4/7")
    31ad4e4ee1e4 ("ice: Allocate flow profile")
    451f2c4406e0 ("ice: Populate TCAM filter software structures")
    45d3d428eafc ("ice: Move common functions out of ice_main.c part 1/7")
    4f74dcc1b86d ("ice: Enable VSI Rx/Tx pruning only when VLAN 0 is active")
    5153a18e57ff ("ice: Move common functions out of ice_main.c part 3/7")
    72adf2421d9b ("ice: Move common functions out of ice_main.c part 2/7")
    75d2b253026b ("ice: Add support to detect SR-IOV capability and mailbox queues")
    80d144c9ac82 ("ice: Refactor switch rule management structures and functions")
    8b97ceb1dc0f ("ice: Enable firmware logging during device initialization.")
    995c90f2de81 ("ice: Calculate guaranteed VSIs per function and use it")
    9e4ab4c29a62 ("ice: Add support for dynamic interrupt moderation")
    b3969fd727aa ("ice: Add support for Tx hang, Tx timeout and malicious driver detection")
    f80eaa421076 ("ice: Clean up register file")

v4.14.181: Failed to apply! Possible dependencies:
    31ad4e4ee1e4 ("ice: Allocate flow profile")
    3a858ba392c3 ("ice: Add support for VSI allocation and deallocation")
    451f2c4406e0 ("ice: Populate TCAM filter software structures")
    7ec59eeac804 ("ice: Add support for control queues")
    837f08fdecbe ("ice: Add basic driver framework for Intel(R) E800 Series")
    940b61af02f4 ("ice: Initialize PF and setup miscellaneous interrupt")
    9c20346b6309 ("ice: Get switch config, scheduler config and device capabilities")
    9daf8208dd4d ("ice: Add support for switch filter programming")
    dc49c7723676 ("ice: Get MAC/PHY/link info and scheduler topology")
    f31e4b6fe227 ("ice: Start hardware initialization")

v4.9.224: Failed to apply! Possible dependencies:
    31ad4e4ee1e4 ("ice: Allocate flow profile")
    3a858ba392c3 ("ice: Add support for VSI allocation and deallocation")
    451f2c4406e0 ("ice: Populate TCAM filter software structures")
    7ec59eeac804 ("ice: Add support for control queues")
    837f08fdecbe ("ice: Add basic driver framework for Intel(R) E800 Series")
    940b61af02f4 ("ice: Initialize PF and setup miscellaneous interrupt")
    9c20346b6309 ("ice: Get switch config, scheduler config and device capabilities")
    9daf8208dd4d ("ice: Add support for switch filter programming")
    dc49c7723676 ("ice: Get MAC/PHY/link info and scheduler topology")
    f31e4b6fe227 ("ice: Start hardware initialization")

v4.4.224: Failed to apply! Possible dependencies:
    31ad4e4ee1e4 ("ice: Allocate flow profile")
    3a858ba392c3 ("ice: Add support for VSI allocation and deallocation")
    451f2c4406e0 ("ice: Populate TCAM filter software structures")
    7ec59eeac804 ("ice: Add support for control queues")
    837f08fdecbe ("ice: Add basic driver framework for Intel(R) E800 Series")
    940b61af02f4 ("ice: Initialize PF and setup miscellaneous interrupt")
    9c20346b6309 ("ice: Get switch config, scheduler config and device capabilities")
    9daf8208dd4d ("ice: Add support for switch filter programming")
    dc49c7723676 ("ice: Get MAC/PHY/link info and scheduler topology")
    f31e4b6fe227 ("ice: Start hardware initialization")


NOTE: The patch will not be queued to stable trees until it is upstream.

How should we proceed with this patch?

-- 
Thanks
Sasha

  reply	other threads:[~2020-05-26  0:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-22  6:55 [net-next 00/17][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-21 Jeff Kirsher
2020-05-22  6:55 ` [net-next 01/17] ice: report netlist version in .info_get Jeff Kirsher
2020-05-22  6:55 ` [net-next 02/17] ice: Add support for tunnel offloads Jeff Kirsher
2020-05-22  6:55 ` [net-next 03/17] ice: Add VF promiscuous support Jeff Kirsher
2020-05-22  6:55 ` [net-next 04/17] ice: Don't reset and rebuild for Tx timeout on PFC enabled queue Jeff Kirsher
2020-05-22  6:55 ` [net-next 05/17] ice: Fix check for contiguous TCs Jeff Kirsher
2020-05-22  6:55 ` [net-next 06/17] ice: only drop link once when setting pauseparams Jeff Kirsher
2020-05-22  6:55 ` [net-next 07/17] ice: Fix probe/open race condition Jeff Kirsher
2020-05-22  6:55 ` [net-next 08/17] ice: Provide more meaningful error message Jeff Kirsher
2020-05-22  6:55 ` [net-next 09/17] ice: Fix casting issues Jeff Kirsher
2020-05-22  6:56 ` [net-next 10/17] ice: cleanup vf_id signedness Jeff Kirsher
2020-05-22  6:56 ` [net-next 11/17] ice: Fix resource leak on early exit from function Jeff Kirsher
2020-05-26  0:23   ` Sasha Levin [this message]
2020-05-22  6:56 ` [net-next 12/17] ice: refactor filter functions Jeff Kirsher
2020-05-22  6:56 ` [net-next 13/17] ice: Fix check for removing/adding mac filters Jeff Kirsher
2020-05-22  6:56 ` [net-next 14/17] ice: remove unnecessary expression that is always true Jeff Kirsher
2020-05-22  6:56 ` [net-next 15/17] ice: remove unnecessary check Jeff Kirsher
2020-05-22  6:56 ` [net-next 16/17] ice: remove unnecessary backslash Jeff Kirsher
2020-05-22  6:56 ` [net-next 17/17] ice: Rename build_ctob to ice_build_ctob Jeff Kirsher
2020-05-22 18:14 ` [net-next 00/17][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-21 Jakub Kicinski
2020-05-22 21:05 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200526002353.793B9206F1@mail.kernel.org \
    --to=sashal@kernel$(echo .)org \
    --cc=eric.joyner@intel$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox