mbox series

[net,v3,0/3] RVU Debugfs fix updates.

Message ID 20211027173234.23559-1-rsaladi2@marvell.com (mailing list archive)
Headers show
Series RVU Debugfs fix updates. | expand

Message

Rakesh Babu Saladi Oct. 27, 2021, 5:32 p.m. UTC
The following patch series consists of the patch fixes done over
rvu_debugfs.c and rvu_nix.c files.

Patch 1: Check and return if ipolicers do not exists.
Patch 2: Fix rsrc_alloc to print all enabled PF/VF entries with list of LFs
allocated for each functional block.
Patch 3: Fix possible null pointer dereference.

Changes made from v2 to v3:
Included a new patch in this series which fixes null pointer dereference.

Rakesh Babu (1):
  octeontx2-af: Display all enabled PF VF rsrc_alloc entries.

Rakesh Babu Saladi (1):
  octeontx2-af: Fix possible null pointer dereference.

Subbaraya Sundeep (1):
  octeontx2-af: Check whether ipolicers exists

 .../marvell/octeontx2/af/rvu_debugfs.c        | 148 ++++++++++++++----
 .../ethernet/marvell/octeontx2/af/rvu_nix.c   |   3 +
 2 files changed, 118 insertions(+), 33 deletions(-)

--
2.17.1

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 28, 2021, 2 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed, 27 Oct 2021 23:02:31 +0530 you wrote:
> The following patch series consists of the patch fixes done over
> rvu_debugfs.c and rvu_nix.c files.
> 
> Patch 1: Check and return if ipolicers do not exists.
> Patch 2: Fix rsrc_alloc to print all enabled PF/VF entries with list of LFs
> allocated for each functional block.
> Patch 3: Fix possible null pointer dereference.
> 
> [...]

Here is the summary with links:
  - [net,v3,1/3] octeontx2-af: Check whether ipolicers exists
    https://git.kernel.org/netdev/net/c/cc45b96e2de7
  - [net,v3,2/3] octeontx2-af: Display all enabled PF VF rsrc_alloc entries.
    https://git.kernel.org/netdev/net/c/e77bcdd1f639
  - [net,v3,3/3] octeontx2-af: Fix possible null pointer dereference.
    https://git.kernel.org/netdev/net/c/c2d4c543f74c

You are awesome, thank you!