Message ID | 20240730104016.22103-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 4efce726e0cbc723178eea5b944e13775f628ecc |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] net: MAINTAINERS: Demote Qualcomm IPA to "maintained" | expand |
On 7/30/24 5:40 AM, Krzysztof Kozlowski wrote: > To the best of my knowledge, Alex Elder is not being paid to support > Qualcomm IPA networking drivers, so drop the status from "supported" to > "maintained". > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> I hadn't thought much about the distinction, and it might not make a lot of difference right now. But it's true I'm not being *paid* to maintain the IPA driver (but will continue). Acked-by: Alex Elder <elder@kernel.org> > --- > > ... or maybe this should be Odd Fixes? > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 43e7668aacb0..f1c80c9fc213 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -18452,7 +18452,7 @@ F: drivers/usb/misc/qcom_eud.c > QCOM IPA DRIVER > M: Alex Elder <elder@kernel.org> > L: netdev@vger.kernel.org > -S: Supported > +S: Maintained > F: drivers/net/ipa/ > > QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
On 7/30/24 11:29 AM, Alex Elder wrote: > On 7/30/24 5:40 AM, Krzysztof Kozlowski wrote: >> To the best of my knowledge, Alex Elder is not being paid to support >> Qualcomm IPA networking drivers, so drop the status from "supported" to >> "maintained". >> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > I hadn't thought much about the distinction, and it might not > make a lot of difference right now. But it's true I'm not > being *paid* to maintain the IPA driver (but will continue). > > Acked-by: Alex Elder <elder@kernel.org> Oh, and to be clear, please keep it "Maintained" and not "Odd Fixes". -Alex > > >> --- >> >> ... or maybe this should be Odd Fixes? >> --- >> MAINTAINERS | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 43e7668aacb0..f1c80c9fc213 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -18452,7 +18452,7 @@ F: drivers/usb/misc/qcom_eud.c >> QCOM IPA DRIVER >> M: Alex Elder <elder@kernel.org> >> L: netdev@vger.kernel.org >> -S: Supported >> +S: Maintained >> F: drivers/net/ipa/ >> QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT >
On 30/07/2024 18:29, Alex Elder wrote: > On 7/30/24 5:40 AM, Krzysztof Kozlowski wrote: >> To the best of my knowledge, Alex Elder is not being paid to support >> Qualcomm IPA networking drivers, so drop the status from "supported" to >> "maintained". >> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > I hadn't thought much about the distinction, and it might not > make a lot of difference right now. But it's true I'm not > being *paid* to maintain the IPA driver (but will continue). It does, existing: https://www.kernel.org/doc/html/latest/maintainer/feature-and-driver-maintainers.html#bug-reports and something which will have much, much bigger impact: https://lore.kernel.org/all/20240425114200.3effe773@kernel.org/#r e.g.: "1. Require all netdev Ethernet drivers listed as Supported in MAINTAINERS to periodically run netdev CI tests." and some more > > Acked-by: Alex Elder <elder@kernel.org> Thanks. Best regards, Krzysztof
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 30 Jul 2024 12:40:16 +0200 you wrote: > To the best of my knowledge, Alex Elder is not being paid to support > Qualcomm IPA networking drivers, so drop the status from "supported" to > "maintained". > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > > [...] Here is the summary with links: - [net-next] net: MAINTAINERS: Demote Qualcomm IPA to "maintained" https://git.kernel.org/netdev/net/c/4efce726e0cb You are awesome, thank you!
diff --git a/MAINTAINERS b/MAINTAINERS index 43e7668aacb0..f1c80c9fc213 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18452,7 +18452,7 @@ F: drivers/usb/misc/qcom_eud.c QCOM IPA DRIVER M: Alex Elder <elder@kernel.org> L: netdev@vger.kernel.org -S: Supported +S: Maintained F: drivers/net/ipa/ QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
To the best of my knowledge, Alex Elder is not being paid to support Qualcomm IPA networking drivers, so drop the status from "supported" to "maintained". Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- ... or maybe this should be Odd Fixes? --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)