Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 13 Nov 2024 13:07:04 -0800 you wrote:
From: Peter Große pegro@friiks.de
After assembling the new private flags on a PF, the operation to determine the changed flags uses the wrong bitmaps. Instead of xor-ing orig_flags with new_flags, it uses the still unchanged pf->flags, thus changed_flags is always 0.
[...]
Here is the summary with links: - [net] i40e: Fix handling changed priv flags https://git.kernel.org/netdev/net/c/ea301aec8bb7
You are awesome, thank you!