Message ID | 20240215182732.1536941-1-justin.chen@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | net: bcmasp: bug fixes for bcmasp | expand |
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!