mbox series

[net-next,0/2] bnxt_en: Fix 2 compile warnings in bnxt_dcb.c

Message ID 20230807145720.159645-1-michael.chan@broadcom.com (mailing list archive)
Headers show
Series bnxt_en: Fix 2 compile warnings in bnxt_dcb.c | expand

Message

Michael Chan Aug. 7, 2023, 2:57 p.m. UTC
Fix 2 similar warnings in bnxt_dcb.c related to the cos2bw interface
definitions in bnxt_hsi.h.

Michael Chan (2):
  bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy()
  bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.c

 drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c |  26 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h | 644 +++---------------
 2 files changed, 101 insertions(+), 569 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 8, 2023, 10:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon,  7 Aug 2023 07:57:18 -0700 you wrote:
> Fix 2 similar warnings in bnxt_dcb.c related to the cos2bw interface
> definitions in bnxt_hsi.h.
> 
> Michael Chan (2):
>   bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy()
>   bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.c
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy()
    https://git.kernel.org/netdev/net-next/c/ac1b8c978a7a
  - [net-next,2/2] bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.c
    https://git.kernel.org/netdev/net-next/c/3d5ecada049f

You are awesome, thank you!