From: patchwork-bot+netdevbpf@kernel•org
To: Jakub Kicinski <kuba@kernel•org>
Cc: davem@davemloft•net, netdev@vger•kernel.org
Subject: Re: [PATCH net-next 00/15] net: get rid of unused static inlines
Date: Thu, 27 Jan 2022 14:20:13 +0000 [thread overview]
Message-ID: <164329321301.24382.1010946746599983156.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220126191109.2822706-1-kuba@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft•net>:
On Wed, 26 Jan 2022 11:10:54 -0800 you wrote:
> I noticed a couple of unused static inline functions reviewing
> net/sched patches so I run a grep thru all of include/ and net/
> to catch other cases. This set removes the cases which look like
> obvious dead code.
>
> Jakub Kicinski (15):
> mii: remove mii_lpa_to_linkmode_lpa_sgmii()
> nfc: use *_set_vendor_cmds() helpers
> net: remove net_invalid_timestamp()
> net: remove linkmode_change_bit()
> net: remove bond_slave_has_mac_rcu()
> net: ax25: remove route refcount
> hsr: remove get_prp_lan_id()
> ipv6: remove inet6_rsk() and tcp_twsk_ipv6only()
> dccp: remove max48()
> udp: remove inner_udp_hdr()
> udplite: remove udplite_csum_outgoing()
> netlink: remove nl_set_extack_cookie_u32()
> net: sched: remove psched_tdiff_bounded()
> net: sched: remove qdisc_qlen_cpu()
> net: tipc: remove unused static inlines
>
> [...]
Here is the summary with links:
- [net-next,01/15] mii: remove mii_lpa_to_linkmode_lpa_sgmii()
https://git.kernel.org/netdev/net-next/c/bd5daba2d024
- [net-next,02/15] nfc: use *_set_vendor_cmds() helpers
https://git.kernel.org/netdev/net-next/c/f7bfd110f168
- [net-next,03/15] net: remove net_invalid_timestamp()
https://git.kernel.org/netdev/net-next/c/b1755400b4be
- [net-next,04/15] net: remove linkmode_change_bit()
https://git.kernel.org/netdev/net-next/c/08dfa5a19e1f
- [net-next,05/15] net: remove bond_slave_has_mac_rcu()
https://git.kernel.org/netdev/net-next/c/8b0fdcdc3a7d
- [net-next,06/15] net: ax25: remove route refcount
https://git.kernel.org/netdev/net-next/c/560e08eda796
- [net-next,07/15] hsr: remove get_prp_lan_id()
https://git.kernel.org/netdev/net-next/c/0ab1e6d9a453
- [net-next,08/15] ipv6: remove inet6_rsk() and tcp_twsk_ipv6only()
https://git.kernel.org/netdev/net-next/c/8b2d546e23bb
- [net-next,09/15] dccp: remove max48()
https://git.kernel.org/netdev/net-next/c/1303f8f0df24
- [net-next,10/15] udp: remove inner_udp_hdr()
https://git.kernel.org/netdev/net-next/c/cc81df835c25
- [net-next,11/15] udplite: remove udplite_csum_outgoing()
https://git.kernel.org/netdev/net-next/c/937fca918aac
- [net-next,12/15] netlink: remove nl_set_extack_cookie_u32()
https://git.kernel.org/netdev/net-next/c/d59a67f2f3f3
- [net-next,13/15] net: sched: remove psched_tdiff_bounded()
https://git.kernel.org/netdev/net-next/c/98b608629746
- [net-next,14/15] net: sched: remove qdisc_qlen_cpu()
https://git.kernel.org/netdev/net-next/c/a459bc9a3a68
- [net-next,15/15] net: tipc: remove unused static inlines
https://git.kernel.org/netdev/net-next/c/5e4eca5d929a
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2022-01-27 14:20 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-26 19:10 [PATCH net-next 00/15] net: get rid of unused static inlines Jakub Kicinski
2022-01-26 19:10 ` [PATCH net-next 01/15] mii: remove mii_lpa_to_linkmode_lpa_sgmii() Jakub Kicinski
2022-01-27 12:36 ` Vladimir Oltean
2022-01-26 19:10 ` [PATCH net-next 02/15] nfc: use *_set_vendor_cmds() helpers Jakub Kicinski
2022-01-27 7:30 ` Krzysztof Kozlowski
2022-01-26 19:10 ` [PATCH net-next 03/15] net: remove net_invalid_timestamp() Jakub Kicinski
2022-01-26 19:10 ` [PATCH net-next 04/15] net: remove linkmode_change_bit() Jakub Kicinski
2022-01-26 19:10 ` [PATCH net-next 05/15] net: remove bond_slave_has_mac_rcu() Jakub Kicinski
2022-01-26 19:11 ` [PATCH net-next 06/15] net: ax25: remove route refcount Jakub Kicinski
2022-01-27 9:18 ` Thomas Osterried
2022-01-27 15:58 ` David Ranch
2022-01-28 10:21 ` Dan Carpenter
2022-01-26 19:11 ` [PATCH net-next 07/15] hsr: remove get_prp_lan_id() Jakub Kicinski
2022-01-26 19:11 ` [PATCH net-next 08/15] ipv6: remove inet6_rsk() and tcp_twsk_ipv6only() Jakub Kicinski
2022-01-26 19:11 ` [PATCH net-next 09/15] dccp: remove max48() Jakub Kicinski
2022-01-26 19:11 ` [PATCH net-next 10/15] udp: remove inner_udp_hdr() Jakub Kicinski
2022-01-26 19:36 ` Willem de Bruijn
2022-01-26 19:11 ` [PATCH net-next 11/15] udplite: remove udplite_csum_outgoing() Jakub Kicinski
2022-01-26 19:11 ` [PATCH net-next 12/15] netlink: remove nl_set_extack_cookie_u32() Jakub Kicinski
2022-01-26 19:11 ` [PATCH net-next 13/15] net: sched: remove psched_tdiff_bounded() Jakub Kicinski
2022-01-26 19:11 ` [PATCH net-next 14/15] net: sched: remove qdisc_qlen_cpu() Jakub Kicinski
2022-01-26 19:11 ` [PATCH net-next 15/15] net: tipc: remove unused static inlines Jakub Kicinski
2022-01-27 14:20 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=164329321301.24382.1010946746599983156.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=kuba@kernel$(echo .)org \
--cc=netdev@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox