netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/2] pds_core: fix irq index bug and compiler warnings
@ 2023-11-13 18:32 Shannon Nelson
  2023-11-13 18:32 ` [PATCH net v2 1/2] pds_core: use correct index to mask irq Shannon Nelson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shannon Nelson @ 2023-11-13 18:32 UTC (permalink / raw)
  To: netdev, brett.creeley, davem, edumazet, kuba, pabeni
  Cc: drivers, joao.m.martins, Shannon Nelson

The first patch fixes a bug in our interrupt masking where we used the
wrong index.  The second patch addresses a couple of kernel test robot
string truncation warnings.

v2: added Fixes tags to commit messages and more detail to first commit msg

Shannon Nelson (2):
  pds_core: use correct index to mask irq
  pds_core: fix up some format-truncation complaints

 drivers/net/ethernet/amd/pds_core/adminq.c  | 2 +-
 drivers/net/ethernet/amd/pds_core/core.h    | 2 +-
 drivers/net/ethernet/amd/pds_core/dev.c     | 8 ++++++--
 drivers/net/ethernet/amd/pds_core/devlink.c | 2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-11-15  4:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-13 18:32 [PATCH net v2 0/2] pds_core: fix irq index bug and compiler warnings Shannon Nelson
2023-11-13 18:32 ` [PATCH net v2 1/2] pds_core: use correct index to mask irq Shannon Nelson
2023-11-13 18:32 ` [PATCH net v2 2/2] pds_core: fix up some format-truncation complaints Shannon Nelson
2023-11-15  4:00 ` [PATCH net v2 0/2] pds_core: fix irq index bug and compiler warnings patchwork-bot+netdevbpf

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).