Netdev List
 help / color / mirror / Atom feed
* [net-next PATCH v3 0/2] octeontx2-af: fix build warnings flagged
@ 2025-03-11 18:26 Sai Krishna
  2025-03-11 18:26 ` [net-next PATCH v3 1/2] octeontx2-af: correct __iomem annotations flagged by Sparse Sai Krishna
  2025-03-11 18:26 ` [net-next PATCH v3 2/2] octeontx2-af: fix compiler warnings " Sai Krishna
  0 siblings, 2 replies; 8+ messages in thread
From: Sai Krishna @ 2025-03-11 18:26 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, netdev, linux-kernel, sgoutham,
	gakula, lcherian, jerinj, hkelam, sbhatta, andrew+netdev,
	bbhushan2, nathan, ndesaulniers, morbo, justinstitt, llvm, horms
  Cc: Sai Krishna

There are couple of build warnings observed on x86_64 flagged by Sparse.
Some are inconsistent usage of __iomem annotations and other Sparse 
warnings are typecasting related. This patch series fixes the same.

Patch #1 This patch corrects the __iomem annotations flagged by Sparse.

Patch #2 This patch fixes rest of compiler warnings flagged by Sparse
         which are related to typecasting to required datatype from
         _iomem.


Sai Krishna (2):
  octeontx2-af: correct __iomem annotations flagged by Sparse
  octeontx2-af: fix compiler warnings flagged by Sparse
---
v3 changes:
	Addressed review comments given by Simon Horman
	1. Fixed compilation warnings reported by kernel test robot.
	2. Addressed build warning fixes into separate patches.

v2 changes:
	Addressed review comments given by Jakub Kicinski
          Corrected Closes tag which was tampered by mail server.

 drivers/net/ethernet/marvell/octeontx2/af/common.h   |  2 +-
 drivers/net/ethernet/marvell/octeontx2/af/rvu.c      | 12 +++++++-----
 .../net/ethernet/marvell/octeontx2/nic/otx2_common.c | 10 +++++-----
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c |  9 ++++-----
 4 files changed, 17 insertions(+), 16 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-05-26  9:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11 18:26 [net-next PATCH v3 0/2] octeontx2-af: fix build warnings flagged Sai Krishna
2025-03-11 18:26 ` [net-next PATCH v3 1/2] octeontx2-af: correct __iomem annotations flagged by Sparse Sai Krishna
2025-03-11 21:22   ` Andrew Lunn
2025-04-14 16:38     ` Sai Krishna Gajula
2025-04-14 17:17       ` Andrew Lunn
2025-03-11 18:26 ` [net-next PATCH v3 2/2] octeontx2-af: fix compiler warnings " Sai Krishna
2025-03-11 21:32   ` Andrew Lunn
2025-05-26  9:15     ` Subbaraya Sundeep

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox