lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sun, 10 Oct 2021 10:30:08 +0000
From:   patchwork-bot+netdevbpf@...nel.org
To:     Juhee Kang <claudiajkang@...il.com>
Cc:     michael.chan@...adcom.com, davem@...emloft.net, kuba@...nel.org,
        kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com,
        wei.liu@...nel.org, decui@...rosoft.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next 0/3] net-next: replace open code with helper
 functions

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@...emloft.net>:

On Sun, 10 Oct 2021 13:03:26 +0900 you wrote:
> Currently, there are many helper functions on netdevice.h. However,
> some code doesn't use the helper functions and remains open code.
> So this patchset replaces open code with an appropriate helper function.
> 
> First patch modifies to use netif_is_rxfh_configured instead of
> dev->priv_flags & IFF_RXFH_CONFIGURED.
> Second patch replaces open code with netif_is_bond_master.
> Last patch substitutes netif_is_macsec() for dev->priv_flags & IFF_MACSEC.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] bnxt: use netif_is_rxfh_configured instead of open code
    https://git.kernel.org/netdev/net-next/c/4b70dce2c1b9
  - [net-next,2/3] hv_netvsc: use netif_is_bond_master() instead of open code
    https://git.kernel.org/netdev/net-next/c/c60882a4566a
  - [net-next,3/3] mlxsw: spectrum: use netif_is_macsec() instead of open code
    https://git.kernel.org/netdev/net-next/c/019921521697

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ