* [PATCH net v1] dpll: indent DPLL option type by a tab
@ 2024-03-22 11:48 Prasad Pandit
2024-03-22 12:10 ` Vadim Fedorenko
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Prasad Pandit @ 2024-03-22 11:48 UTC (permalink / raw)
To: Jiri Pirko; +Cc: Vadim Fedorenko, Arkadiusz Kubalewski, netdev, Prasad Pandit
From: Prasad Pandit <pjp@fedoraproject.org>
Indent config option type by a tab. It helps Kconfig parsers
to read file without error.
Fixes: 9431063ad323 ("dpll: core: Add DPLL framework base functions")
Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
---
drivers/dpll/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
v1:
- Add Fixes tag and specify -net tree in the subject.
v0: https://lore.kernel.org/netdev/CAE8KmOx9-BgbOxV6-wDRz2XUasEzp2krqMPbVYYZbav+8dCtBw@mail.gmail.com/T/#t
diff --git a/drivers/dpll/Kconfig b/drivers/dpll/Kconfig
index a4cae73f20d3..20607ed54243 100644
--- a/drivers/dpll/Kconfig
+++ b/drivers/dpll/Kconfig
@@ -4,4 +4,4 @@
#
config DPLL
- bool
+ bool
--
2.44.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH net v1] dpll: indent DPLL option type by a tab
2024-03-22 11:48 [PATCH net v1] dpll: indent DPLL option type by a tab Prasad Pandit
@ 2024-03-22 12:10 ` Vadim Fedorenko
2024-03-22 12:14 ` Jiri Pirko
2024-03-26 3:10 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 5+ messages in thread
From: Vadim Fedorenko @ 2024-03-22 12:10 UTC (permalink / raw)
To: Prasad Pandit, Jiri Pirko; +Cc: Arkadiusz Kubalewski, netdev, Prasad Pandit
On 22/03/2024 11:48, Prasad Pandit wrote:
> From: Prasad Pandit <pjp@fedoraproject.org>
>
> Indent config option type by a tab. It helps Kconfig parsers
> to read file without error.
>
> Fixes: 9431063ad323 ("dpll: core: Add DPLL framework base functions")
> Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
> ---
> drivers/dpll/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> v1:
> - Add Fixes tag and specify -net tree in the subject.
> v0: https://lore.kernel.org/netdev/CAE8KmOx9-BgbOxV6-wDRz2XUasEzp2krqMPbVYYZbav+8dCtBw@mail.gmail.com/T/#t
>
> diff --git a/drivers/dpll/Kconfig b/drivers/dpll/Kconfig
> index a4cae73f20d3..20607ed54243 100644
> --- a/drivers/dpll/Kconfig
> +++ b/drivers/dpll/Kconfig
> @@ -4,4 +4,4 @@
> #
>
> config DPLL
> - bool
> + bool
Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH net v1] dpll: indent DPLL option type by a tab
2024-03-22 11:48 [PATCH net v1] dpll: indent DPLL option type by a tab Prasad Pandit
2024-03-22 12:10 ` Vadim Fedorenko
@ 2024-03-22 12:14 ` Jiri Pirko
2024-03-26 3:10 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 5+ messages in thread
From: Jiri Pirko @ 2024-03-22 12:14 UTC (permalink / raw)
To: Prasad Pandit
Cc: Vadim Fedorenko, Arkadiusz Kubalewski, netdev, Prasad Pandit
Fri, Mar 22, 2024 at 12:48:19PM CET, ppandit@redhat.com wrote:
>From: Prasad Pandit <pjp@fedoraproject.org>
>
>Indent config option type by a tab. It helps Kconfig parsers
>to read file without error.
>
>Fixes: 9431063ad323 ("dpll: core: Add DPLL framework base functions")
>Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Next time please wait 24hours before you send another patch version.
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH net v1] dpll: indent DPLL option type by a tab
2024-03-22 11:48 [PATCH net v1] dpll: indent DPLL option type by a tab Prasad Pandit
2024-03-22 12:10 ` Vadim Fedorenko
2024-03-22 12:14 ` Jiri Pirko
@ 2024-03-26 3:10 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-03-26 3:10 UTC (permalink / raw)
To: Prasad Pandit; +Cc: jiri, vadim.fedorenko, arkadiusz.kubalewski, netdev, pjp
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 22 Mar 2024 17:18:19 +0530 you wrote:
> From: Prasad Pandit <pjp@fedoraproject.org>
>
> Indent config option type by a tab. It helps Kconfig parsers
> to read file without error.
>
> Fixes: 9431063ad323 ("dpll: core: Add DPLL framework base functions")
> Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
>
> [...]
Here is the summary with links:
- [net,v1] dpll: indent DPLL option type by a tab
https://git.kernel.org/netdev/net/c/cc2699268152
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCHv4 net-next 0/4] doc/netlink: add a YAML spec for team
@ 2024-04-01 3:10 Hangbin Liu
2024-04-01 3:10 ` [PATCHv4 net-next 2/4] net: team: rename team to team_core for linking Hangbin Liu
0 siblings, 1 reply; 5+ messages in thread
From: Hangbin Liu @ 2024-04-01 3:10 UTC (permalink / raw)
To: netdev
Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Donald Hunter, Jiri Pirko, Jacob Keller, Stanislav Fomichev,
Hangbin Liu
Add a YAML spec for team. As we need to link two objects together to form
the team module, rename team to team_core for linking.
v4:
1. fix the wrong squashe changes (Jakub Kicinski)
v3:
1. remove item/list-option from request as they are not attributes (Jakub Kicinski)
v2:
1. adjust the continuation line (Jakub Kicinski)
2. adjust the family maxattr (Jakub Kicinski)
v1:
1. remove dump from team options. (Jiri Pirko)
Hangbin Liu (4):
Documentation: netlink: add a YAML spec for team
net: team: rename team to team_core for linking
net: team: use policy generated by YAML spec
uapi: team: use header file generated from YAML spec
Documentation/netlink/specs/team.yaml | 204 +++++++++++++++++++++++
MAINTAINERS | 1 +
drivers/net/team/Makefile | 1 +
drivers/net/team/{team.c => team_core.c} | 63 +------
drivers/net/team/team_nl.c | 59 +++++++
drivers/net/team/team_nl.h | 29 ++++
include/uapi/linux/if_team.h | 116 +++++--------
7 files changed, 346 insertions(+), 127 deletions(-)
create mode 100644 Documentation/netlink/specs/team.yaml
rename drivers/net/team/{team.c => team_core.c} (97%)
create mode 100644 drivers/net/team/team_nl.c
create mode 100644 drivers/net/team/team_nl.h
--
2.43.0
^ permalink raw reply [flat|nested] 5+ messages in thread* [PATCHv4 net-next 2/4] net: team: rename team to team_core for linking
2024-04-01 3:10 [PATCHv4 net-next 0/4] doc/netlink: add a YAML spec for team Hangbin Liu
@ 2024-04-01 3:10 ` Hangbin Liu
2024-04-02 12:23 ` [PATCH net v1] dpll: indent DPLL option type by a tab Jiri Pirko
0 siblings, 1 reply; 5+ messages in thread
From: Hangbin Liu @ 2024-04-01 3:10 UTC (permalink / raw)
To: netdev
Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Donald Hunter, Jiri Pirko, Jacob Keller, Stanislav Fomichev,
Hangbin Liu
Similar with commit 08d323234d10 ("net: fou: rename the source for linking"),
We'll need to link two objects together to form the team module.
This means the source can't be called team, the build system expects
team.o to be the combined object.
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
---
drivers/net/team/Makefile | 1 +
drivers/net/team/{team.c => team_core.c} | 0
2 files changed, 1 insertion(+)
rename drivers/net/team/{team.c => team_core.c} (100%)
diff --git a/drivers/net/team/Makefile b/drivers/net/team/Makefile
index f582d81a5091..244db32c1060 100644
--- a/drivers/net/team/Makefile
+++ b/drivers/net/team/Makefile
@@ -3,6 +3,7 @@
# Makefile for the network team driver
#
+team-y:= team_core.o
obj-$(CONFIG_NET_TEAM) += team.o
obj-$(CONFIG_NET_TEAM_MODE_BROADCAST) += team_mode_broadcast.o
obj-$(CONFIG_NET_TEAM_MODE_ROUNDROBIN) += team_mode_roundrobin.o
diff --git a/drivers/net/team/team.c b/drivers/net/team/team_core.c
similarity index 100%
rename from drivers/net/team/team.c
rename to drivers/net/team/team_core.c
--
2.43.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH net v1] dpll: indent DPLL option type by a tab
2024-04-01 3:10 ` [PATCHv4 net-next 2/4] net: team: rename team to team_core for linking Hangbin Liu
@ 2024-04-02 12:23 ` Jiri Pirko
0 siblings, 0 replies; 5+ messages in thread
From: Jiri Pirko @ 2024-04-02 12:23 UTC (permalink / raw)
To: Hangbin Liu
Cc: netdev, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Donald Hunter, Jacob Keller, Stanislav Fomichev
Mon, Apr 01, 2024 at 05:10:02AM CEST, liuhangbin@gmail.com wrote:
>Similar with commit 08d323234d10 ("net: fou: rename the source for linking"),
>We'll need to link two objects together to form the team module.
>This means the source can't be called team, the build system expects
>team.o to be the combined object.
>
>Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-02 12:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-22 11:48 [PATCH net v1] dpll: indent DPLL option type by a tab Prasad Pandit
2024-03-22 12:10 ` Vadim Fedorenko
2024-03-22 12:14 ` Jiri Pirko
2024-03-26 3:10 ` patchwork-bot+netdevbpf
-- strict thread matches above, loose matches on Subject: below --
2024-04-01 3:10 [PATCHv4 net-next 0/4] doc/netlink: add a YAML spec for team Hangbin Liu
2024-04-01 3:10 ` [PATCHv4 net-next 2/4] net: team: rename team to team_core for linking Hangbin Liu
2024-04-02 12:23 ` [PATCH net v1] dpll: indent DPLL option type by a tab Jiri Pirko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox