mbox series

[0/2] net: bcmasp: bug fixes for bcmasp

Message ID 20240215182732.1536941-1-justin.chen@broadcom.com (mailing list archive)
Headers show
Series net: bcmasp: bug fixes for bcmasp | expand

Message

Justin Chen Feb. 15, 2024, 6:27 p.m. UTC
Fix two bugs.

- Indicate that PM is managed by mac to prevent double pm calls. This
  doesn't lead to a crash, but waste a noticable amount of time
  suspending/resuming.

- Sanity check for OOB write was off by one. Leading to a false error
  when using the full array.

Florian Fainelli (1):
  net: bcmasp: Indicate MAC is in charge of PHY PM

Justin Chen (1):
  net: bcmasp: Sanity check is off by one

 drivers/net/ethernet/broadcom/asp2/bcmasp.c      | 6 +++---
 drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 18, 2024, 11:40 a.m. UTC | #1
Hello:

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

On Thu, 15 Feb 2024 10:27:30 -0800 you wrote:
> Fix two bugs.
> 
> - Indicate that PM is managed by mac to prevent double pm calls. This
>   doesn't lead to a crash, but waste a noticable amount of time
>   suspending/resuming.
> 
> - Sanity check for OOB write was off by one. Leading to a false error
>   when using the full array.
> 
> [...]

Here is the summary with links:
  - [1/2] net: bcmasp: Indicate MAC is in charge of PHY PM
    https://git.kernel.org/netdev/net/c/5b76d928f8b7
  - [2/2] net: bcmasp: Sanity check is off by one
    https://git.kernel.org/netdev/net/c/f120e62e37f0

You are awesome, thank you!