From: patchwork-bot+netdevbpf@kernel•org
To: Vladimir Oltean <vladimir.oltean@nxp•com>
Cc: netdev@vger•kernel.org, davem@davemloft•net, edumazet@google•com,
kuba@kernel•org, pabeni@redhat•com, andrew@lunn•ch,
f.fainelli@gmail•com, glipus@gmail•com,
horatiu.vultur@microchip•com, kory.maincent@bootlin•com,
maxime.chevallier@bootlin•com
Subject: Re: [PATCH net-next 0/7] Convert dsa_master_ioctl() to netdev notifier
Date: Mon, 03 Apr 2023 09:20:25 +0000 [thread overview]
Message-ID: <168051362526.15794.12312457675415772790.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230402123755.2592507-1-vladimir.oltean@nxp.com>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft•net>:
On Sun, 2 Apr 2023 15:37:48 +0300 you wrote:
> This is preparatory work in order for Maxim Georgiev to be able to start
> the API conversion process of hardware timestamping from ndo_eth_ioctl()
> to ndo_hwtstamp_set():
> https://lore.kernel.org/netdev/20230331045619.40256-1-glipus@gmail.com/
>
> In turn, Maxim Georgiev's work is a preparation so that Köry Maincent is
> able to make the active hardware timestamping layer selectable by user
> space.
> https://lore.kernel.org/netdev/20230308135936.761794-1-kory.maincent@bootlin.com/
>
> [...]
Here is the summary with links:
- [net-next,1/7] net: don't abuse "default" case for unknown ioctl in dev_ifsioc()
https://git.kernel.org/netdev/net-next/c/00d521b39307
- [net-next,2/7] net: simplify handling of dsa_ndo_eth_ioctl() return code
https://git.kernel.org/netdev/net-next/c/1193db2a55b6
- [net-next,3/7] net: promote SIOCSHWTSTAMP and SIOCGHWTSTAMP ioctls to dedicated handlers
https://git.kernel.org/netdev/net-next/c/4ee58e1e5680
- [net-next,4/7] net: move copy_from_user() out of net_hwtstamp_validate()
https://git.kernel.org/netdev/net-next/c/d5d5fd8f2552
- [net-next,5/7] net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use it
https://git.kernel.org/netdev/net-next/c/c4bffeaa8d50
- [net-next,6/7] net: dsa: make dsa_port_supports_hwtstamp() construct a fake ifreq
https://git.kernel.org/netdev/net-next/c/ff6ac4d013e6
- [net-next,7/7] net: create a netdev notifier for DSA to reject PTP on DSA master
https://git.kernel.org/netdev/net-next/c/88c0a6b503b7
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:[~2023-04-03 9:20 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-02 12:37 [PATCH net-next 0/7] Convert dsa_master_ioctl() to netdev notifier Vladimir Oltean
2023-04-02 12:37 ` [PATCH net-next 1/7] net: don't abuse "default" case for unknown ioctl in dev_ifsioc() Vladimir Oltean
2023-04-02 12:46 ` Florian Fainelli
2023-04-02 12:37 ` [PATCH net-next 2/7] net: simplify handling of dsa_ndo_eth_ioctl() return code Vladimir Oltean
2023-04-02 12:47 ` Florian Fainelli
2023-04-02 12:37 ` [PATCH net-next 3/7] net: promote SIOCSHWTSTAMP and SIOCGHWTSTAMP ioctls to dedicated handlers Vladimir Oltean
2023-04-02 12:52 ` Florian Fainelli
2023-04-02 12:53 ` Vladimir Oltean
2023-04-02 12:56 ` Florian Fainelli
2023-04-02 13:01 ` Vladimir Oltean
2023-04-02 13:03 ` Florian Fainelli
2023-04-02 12:37 ` [PATCH net-next 4/7] net: move copy_from_user() out of net_hwtstamp_validate() Vladimir Oltean
2023-04-02 12:52 ` Florian Fainelli
2023-04-02 12:37 ` [PATCH net-next 5/7] net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use it Vladimir Oltean
2023-04-02 12:57 ` Florian Fainelli
2023-04-02 12:37 ` [PATCH net-next 6/7] net: dsa: make dsa_port_supports_hwtstamp() construct a fake ifreq Vladimir Oltean
2023-04-02 12:57 ` Florian Fainelli
2023-04-02 12:37 ` [PATCH net-next 7/7] net: create a netdev notifier for DSA to reject PTP on DSA master Vladimir Oltean
2023-04-02 13:01 ` Florian Fainelli
2023-04-03 15:30 ` Jakub Kicinski
2023-04-03 16:48 ` Vladimir Oltean
2023-04-03 9: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=168051362526.15794.12312457675415772790.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=andrew@lunn$(echo .)ch \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=f.fainelli@gmail$(echo .)com \
--cc=glipus@gmail$(echo .)com \
--cc=horatiu.vultur@microchip$(echo .)com \
--cc=kory.maincent@bootlin$(echo .)com \
--cc=kuba@kernel$(echo .)org \
--cc=maxime.chevallier@bootlin$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pabeni@redhat$(echo .)com \
--cc=vladimir.oltean@nxp$(echo .)com \
/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