diff mbox series

[net,v2] MAINTAINERS: Remove self from DSA entry

Message ID 20241031173332.3858162-1-f.fainelli@gmail.com (mailing list archive)
State Accepted
Commit be31ec5c8efa69f4970e4554c1b760ac8ea3e543
Delegated to: Netdev Maintainers
Headers show
Series [net,v2] MAINTAINERS: Remove self from DSA entry | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present fail Series targets non-next tree, but doesn't contain any Fixes tags
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 5 this patch: 5
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 1 of 1 maintainers
netdev/build_clang success Errors and warnings before: 3 this patch: 3
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 3 this patch: 3
netdev/checkpatch warning WARNING: Missing commit description - Add an appropriate one
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-11-02--06-00 (tests: 779)

Commit Message

Florian Fainelli Oct. 31, 2024, 5:33 p.m. UTC
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
Changes in v2:

- add self to CREDITS

 CREDITS     | 4 ++++
 MAINTAINERS | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

Comments

Andrew Lunn Oct. 31, 2024, 6:32 p.m. UTC | #1
On Thu, Oct 31, 2024 at 10:33:29AM -0700, Florian Fainelli wrote:
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

Acked-by: Andrew Lunn <andrew@lunn.ch>

    Andrew
Vladimir Oltean Oct. 31, 2024, 10:22 p.m. UTC | #2
On Thu, Oct 31, 2024 at 10:33:29AM -0700, Florian Fainelli wrote:
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> ---

Acked-by: Vladimir Oltean <olteanv@gmail.com>
patchwork-bot+netdevbpf@kernel.org Nov. 3, 2024, 9 p.m. UTC | #3
Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 31 Oct 2024 10:33:29 -0700 you wrote:
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
> Changes in v2:
> 
> - add self to CREDITS
> 
>  CREDITS     | 4 ++++
>  MAINTAINERS | 1 -
>  2 files changed, 4 insertions(+), 1 deletion(-)

Here is the summary with links:
  - [net,v2] MAINTAINERS: Remove self from DSA entry
    https://git.kernel.org/netdev/net/c/be31ec5c8efa

You are awesome, thank you!
Andrew Lunn Nov. 3, 2024, 9:12 p.m. UTC | #4
On Sun, Nov 03, 2024 at 09:00:30PM +0000, patchwork-bot+netdevbpf@kernel.org wrote:
> Hello:
> 
> This patch was applied to netdev/net.git (main)
> by Jakub Kicinski <kuba@kernel.org>:
> 
> On Thu, 31 Oct 2024 10:33:29 -0700 you wrote:
> > Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> > ---
> > Changes in v2:
> > 
> > - add self to CREDITS
> > 
> >  CREDITS     | 4 ++++
> >  MAINTAINERS | 1 -
> >  2 files changed, 4 insertions(+), 1 deletion(-)

Hi Jakub

I could be wrong, but i thought Andrew Morten already applied this?

	Andrew
Florian Fainelli Nov. 3, 2024, 9:31 p.m. UTC | #5
On 11/3/2024 1:12 PM, Andrew Lunn wrote:
> On Sun, Nov 03, 2024 at 09:00:30PM +0000, patchwork-bot+netdevbpf@kernel.org wrote:
>> Hello:
>>
>> This patch was applied to netdev/net.git (main)
>> by Jakub Kicinski <kuba@kernel.org>:
>>
>> On Thu, 31 Oct 2024 10:33:29 -0700 you wrote:
>>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
>>> ---
>>> Changes in v2:
>>>
>>> - add self to CREDITS
>>>
>>>   CREDITS     | 4 ++++
>>>   MAINTAINERS | 1 -
>>>   2 files changed, 4 insertions(+), 1 deletion(-)
> 
> Hi Jakub
> 
> I could be wrong, but i thought Andrew Morten already applied this?

He has yes.
Jakub Kicinski Nov. 3, 2024, 10:06 p.m. UTC | #6
On Sun, 3 Nov 2024 22:12:32 +0100 Andrew Lunn wrote:
> > On Thu, 31 Oct 2024 10:33:29 -0700 you wrote:  
> > > Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> > > ---
> > > Changes in v2:
> > > 
> > > - add self to CREDITS
> > > 
> > >  CREDITS     | 4 ++++
> > >  MAINTAINERS | 1 -
> > >  2 files changed, 4 insertions(+), 1 deletion(-)  
> 
> Hi Jakub
> 
> I could be wrong, but i thought Andrew Morten already applied this?

Thanks for the heads up, I don't see the list getting CCed on any
notification.

Andrew, please drop this from your tree.
diff mbox series

Patch

diff --git a/CREDITS b/CREDITS
index 63f53feefa0a..96660c63f5b9 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1204,6 +1204,10 @@  S: Dreisbachstrasse 24
 S: D-57250 Netphen
 S: Germany
 
+N: Florian Fainelli
+E: f.fainelli@gmail.com
+D: DSA
+
 N: Rik Faith
 E: faith@acm.org
 D: Future Domain TMC-16x0 SCSI driver (author)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6880a8fac74c..b59ee664f6d2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16024,7 +16024,6 @@  F:	drivers/net/wireless/
 
 NETWORKING [DSA]
 M:	Andrew Lunn <andrew@lunn.ch>
-M:	Florian Fainelli <f.fainelli@gmail.com>
 M:	Vladimir Oltean <olteanv@gmail.com>
 S:	Maintained
 F:	Documentation/devicetree/bindings/net/dsa/