* [PATCH] dpll: indent DPLL option type by a tab @ 2024-03-22 10:56 Prasad Pandit 2024-03-22 11:11 ` Jiri Pirko 0 siblings, 1 reply; 6+ messages in thread From: Prasad Pandit @ 2024-03-22 10:56 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. Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> --- drivers/dpll/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] 6+ messages in thread
* Re: [PATCH] dpll: indent DPLL option type by a tab 2024-03-22 10:56 [PATCH] dpll: indent DPLL option type by a tab Prasad Pandit @ 2024-03-22 11:11 ` Jiri Pirko 2024-03-22 11:35 ` Prasad Pandit 0 siblings, 1 reply; 6+ messages in thread From: Jiri Pirko @ 2024-03-22 11:11 UTC (permalink / raw) To: Prasad Pandit Cc: Vadim Fedorenko, Arkadiusz Kubalewski, netdev, Prasad Pandit Fri, Mar 22, 2024 at 11:56:49AM 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. You should indicate the target tree: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html?highlight=network#tl-dr Also, please include "Fixes" tag. net-next is closed, repost next week pw-bot: defer > >Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> >--- > drivers/dpll/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 [flat|nested] 6+ messages in thread
* Re: [PATCH] dpll: indent DPLL option type by a tab 2024-03-22 11:11 ` Jiri Pirko @ 2024-03-22 11:35 ` Prasad Pandit 2024-03-22 12:13 ` Jiri Pirko 0 siblings, 1 reply; 6+ messages in thread From: Prasad Pandit @ 2024-03-22 11:35 UTC (permalink / raw) To: jiri; +Cc: Vadim Fedorenko, Arkadiusz Kubalewski, netdev, Prasad Pandit Hi, Thank you for a quick response. On Fri, 22 Mar 2024 at 16:41, Jiri Pirko <jiri@resnulli.us> wrote: > You should indicate the target tree: > https://www.kernel.org/doc/html/next/process/maintainer-netdev.html?highlight=network#tl-dr * It is for the -net tree IIUC, not net-next. > Also, please include "Fixes" tag. * Last time they said not to include "Fixes" tag -> https://lists.infradead.org/pipermail/linux-arm-kernel/2024-March/911714.html Will send a revised patch. Thank you. --- - Prasad ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] dpll: indent DPLL option type by a tab 2024-03-22 11:35 ` Prasad Pandit @ 2024-03-22 12:13 ` Jiri Pirko 2024-03-22 12:27 ` Prasad Pandit 2024-04-08 10:24 ` Dan Carpenter 0 siblings, 2 replies; 6+ messages in thread From: Jiri Pirko @ 2024-03-22 12:13 UTC (permalink / raw) To: Prasad Pandit Cc: Vadim Fedorenko, Arkadiusz Kubalewski, netdev, Prasad Pandit Fri, Mar 22, 2024 at 12:35:21PM CET, ppandit@redhat.com wrote: >Hi, > >Thank you for a quick response. > >On Fri, 22 Mar 2024 at 16:41, Jiri Pirko <jiri@resnulli.us> wrote: >> You should indicate the target tree: >> https://www.kernel.org/doc/html/next/process/maintainer-netdev.html?highlight=network#tl-dr > >* It is for the -net tree IIUC, not net-next. Okay. > >> Also, please include "Fixes" tag. > >* Last time they said not to include "Fixes" tag -> >https://lists.infradead.org/pipermail/linux-arm-kernel/2024-March/911714.html AFAIU and IIRC, discussed couple of times, the outcome is that Fixes should be included for netdev patches every time, no matter what is the matter of the actual fix and target tree. Please include it. For -net it is actually required. > >Will send a revised patch. Thank you. You should have waited 24 hours. Did you read: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html?highlight=network#tl-dr ? >--- > - Prasad > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] dpll: indent DPLL option type by a tab 2024-03-22 12:13 ` Jiri Pirko @ 2024-03-22 12:27 ` Prasad Pandit 2024-04-08 10:24 ` Dan Carpenter 1 sibling, 0 replies; 6+ messages in thread From: Prasad Pandit @ 2024-03-22 12:27 UTC (permalink / raw) To: Jiri Pirko; +Cc: Vadim Fedorenko, Arkadiusz Kubalewski, netdev, Prasad Pandit On Fri, 22 Mar 2024 at 17:44, Jiri Pirko <jiri@resnulli.us> wrote: > >* Last time they said not to include "Fixes" tag -> > >https://lists.infradead.org/pipermail/linux-arm-kernel/2024-March/911714.html > > AFAIU and IIRC, discussed couple of times, the outcome is that Fixes > should be included for netdev patches every time, no matter what is the > matter of the actual fix and target tree. Please include it. For -net it > is actually required. * Okay. > You should have waited 24 hours. Did you read: > https://www.kernel.org/doc/html/next/process/maintainer-netdev.html?highlight=network#tl-dr * Yes, I'm reading it. I'll remember it. Sorry for this time. Thank you for a quick review. I appreciate it. --- - Prasad ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] dpll: indent DPLL option type by a tab 2024-03-22 12:13 ` Jiri Pirko 2024-03-22 12:27 ` Prasad Pandit @ 2024-04-08 10:24 ` Dan Carpenter 1 sibling, 0 replies; 6+ messages in thread From: Dan Carpenter @ 2024-04-08 10:24 UTC (permalink / raw) To: Jiri Pirko Cc: Prasad Pandit, Vadim Fedorenko, Arkadiusz Kubalewski, netdev, Prasad Pandit On Fri, Mar 22, 2024 at 01:13:59PM +0100, Jiri Pirko wrote: > Fri, Mar 22, 2024 at 12:35:21PM CET, ppandit@redhat.com wrote: > >Hi, > > > >Thank you for a quick response. > > > >On Fri, 22 Mar 2024 at 16:41, Jiri Pirko <jiri@resnulli.us> wrote: > >> You should indicate the target tree: > >> https://www.kernel.org/doc/html/next/process/maintainer-netdev.html?highlight=network#tl-dr > > > >* It is for the -net tree IIUC, not net-next. > > Okay. > > > > > >> Also, please include "Fixes" tag. > > > >* Last time they said not to include "Fixes" tag -> > >https://lists.infradead.org/pipermail/linux-arm-kernel/2024-March/911714.html > > AFAIU and IIRC, discussed couple of times, the outcome is that Fixes > should be included for netdev patches every time, no matter what is the > matter of the actual fix and target tree. Please include it. For -net it > is actually required. > I think there is some confusion here. When Prasad Pandit says it affects "Kconfig parsers", he is talking about his out-of-tree program. https://github.com/pjps/config-kernel It doesn't affect anything in-tree so we wouldn't normally give it a Fixes tag. There is a gray area around silencing static checker warnings. Most of the time, people say to not include a fixes tag for that. But sometimes people go the other way. In this case, it's not really a static checker warning, it's just a white space issue. Also Prasad should just modify config-kernel to match the in-kernel parser. It's true that for Fixes it doesn't matter the tree, it only matters if it's a bugfix. People sometimes used to say "I'm not including a Fixes tag because this is too new for -stable kernels". But actually having a Fixes tag that points to a very recent bug helps the stable maintainers automatically mark it as NOT necessary. (The stable maintainers do sometimes backport patches which were not explicitly marked with a Fixes tag because people forget to tag things sometimes). regards, dan carpenter ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-04-08 10:25 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-03-22 10:56 [PATCH] dpll: indent DPLL option type by a tab Prasad Pandit 2024-03-22 11:11 ` Jiri Pirko 2024-03-22 11:35 ` Prasad Pandit 2024-03-22 12:13 ` Jiri Pirko 2024-03-22 12:27 ` Prasad Pandit 2024-04-08 10:24 ` Dan Carpenter
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox