[net PATCH v2 0/7] octeontx2-af: Fix klockwork issues in AF driver

Suman Ghosh posted 7 patches 1 year, 5 months ago
drivers/net/ethernet/marvell/octeontx2/af/cgx.c       |  7 +++++++
.../net/ethernet/marvell/octeontx2/af/mcs_rvu_if.c    |  6 ++++--
drivers/net/ethernet/marvell/octeontx2/af/ptp.c       | 11 ++++++++++-
drivers/net/ethernet/marvell/octeontx2/af/rvu_cpt.c   |  2 +-
.../net/ethernet/marvell/octeontx2/af/rvu_debugfs.c   |  8 +++++++-
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c   |  2 +-
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c   |  1 +
7 files changed, 31 insertions(+), 6 deletions(-)
[net PATCH v2 0/7] octeontx2-af: Fix klockwork issues in AF driver
Posted by Suman Ghosh 1 year, 5 months ago
This patchset fixes minor klockwork issues in multiple files in AF driver

Patch #1: octeontx2-af: Fix klockwork issue in cgx.c

Patch #2: octeontx2-af: Fix klockwork issues in mcs_rvu_if.c

Patch #3: octeontx2-af: Fixes klockwork issues in ptp.c

Patch #4: octeontx2-af: Fixes klockwork issues in rvu_cpt.c

Patch #5: octeontx2-af: Fixes klockwork issues in rvu_debugfs.c

Patch #6: octeontx2-af: Fix klockwork issue in rvu_nix.c

Patch #7: octeontx2-af: Fix klockwork issue in rvu_npc.c

Suman Ghosh (7):
  octeontx2-af: Fix klockwork issue in cgx.c
  octeontx2-af: Fix klockwork issue in mcs_rvu_if.c
  octeontx2-af: Fixes klockwork issues in ptp.c
  octeontx2-af: Fixes klockwork issues in rvu_cpt.c
  octeontx2-af: Fixes klockwork issues in rvu_debugfs.c
  octeontx2-af: Fix klockwork issue in rvu_nix.c
  octeontx2-af: Fix klockwork issue in rvu_npc.c

v2 changes:
  - Updated description for all the patchsets to address comment from Markus
  - Removed variable initialization from cgx.c(patch #1) to avoid fix of different
    klockwork issues

 drivers/net/ethernet/marvell/octeontx2/af/cgx.c       |  7 +++++++
 .../net/ethernet/marvell/octeontx2/af/mcs_rvu_if.c    |  6 ++++--
 drivers/net/ethernet/marvell/octeontx2/af/ptp.c       | 11 ++++++++++-
 drivers/net/ethernet/marvell/octeontx2/af/rvu_cpt.c   |  2 +-
 .../net/ethernet/marvell/octeontx2/af/rvu_debugfs.c   |  8 +++++++-
 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c   |  2 +-
 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c   |  1 +
 7 files changed, 31 insertions(+), 6 deletions(-)

-- 
2.25.1
Re: [net PATCH v2 0/7] octeontx2-af: Fix klockwork issues in AF driver
Posted by Markus Elfring 1 year, 5 months ago
…
>   octeontx2-af: Fix klockwork issue in rvu_npc.c
>
> v2 changes:
>   - Updated description for all the patchsets to address comment from Markus
…

* Why did you not directly respond to the recurring patch review concern
  about better summary phrases (or message subjects)?
  https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.10-rc5#n646

* Would you like to explain any more here which development concern categories
  were picked up from the mentioned source code analysis tool?

* How much do you care for the grouping of logical changes into
  consistent patch series?


Regards,
Markus