[PATCH] MAINTAINERS: update one straggling entry for Bartosz Golaszewski

Bartosz Golaszewski posted 1 patch 2 weeks, 1 day ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: update one straggling entry for Bartosz Golaszewski
Posted by Bartosz Golaszewski 2 weeks, 1 day ago
The entry for the Qualcomm bluetooth driver only now got sent upstream
and still has my old address. Update it to use the kernel.org one.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e92e55447d19..e1a1be84d380 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21085,7 +21085,7 @@ F:	Documentation/devicetree/bindings/net/qcom,bam-dmux.yaml
 F:	drivers/net/wwan/qcom_bam_dmux.c
 
 QUALCOMM BLUETOOTH DRIVER
-M:	Bartosz Golaszewski <brgl@bgdev.pl>
+M:	Bartosz Golaszewski <brgl@kernel.org>
 L:	linux-arm-msm@vger.kernel.org
 S:	Maintained
 F:	drivers/bluetooth/btqca.[ch]
-- 
2.51.0
Re: [PATCH] MAINTAINERS: update one straggling entry for Bartosz Golaszewski
Posted by Andrew Morton 1 week, 5 days ago
On Thu,  4 Dec 2025 11:45:31 +0100 Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> wrote:

> The entry for the Qualcomm bluetooth driver only now got sent upstream
> and still has my old address. Update it to use the kernel.org one.
> 
> ...
>
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21085,7 +21085,7 @@ F:	Documentation/devicetree/bindings/net/qcom,bam-dmux.yaml
>  F:	drivers/net/wwan/qcom_bam_dmux.c
>  
>  QUALCOMM BLUETOOTH DRIVER
> -M:	Bartosz Golaszewski <brgl@bgdev.pl>
> +M:	Bartosz Golaszewski <brgl@kernel.org>
>  L:	linux-arm-msm@vger.kernel.org
>  S:	Maintained
>  F:	drivers/bluetooth/btqca.[ch]

This alters something which isn't in my tree, so I think it's a fixup
for something in linux-next.  I'll leave this to Hans, I assume.

However, confused:

hp2:/usr/src/25> grep brgl@bgdev.pl MAINTAINERS | wc -l
7

So what's special about the QUALCOMM BLUETOOTH DRIVER?
Re: [PATCH] MAINTAINERS: update one straggling entry for Bartosz Golaszewski
Posted by Bartosz Golaszewski 1 week, 5 days ago
On Sat, Dec 6, 2025 at 11:00 PM Andrew Morton <akpm@linux-foundation.org> wrote:
>
> On Thu,  4 Dec 2025 11:45:31 +0100 Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> wrote:
>
> > The entry for the Qualcomm bluetooth driver only now got sent upstream
> > and still has my old address. Update it to use the kernel.org one.
> >
> > ...
> >
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -21085,7 +21085,7 @@ F:    Documentation/devicetree/bindings/net/qcom,bam-dmux.yaml
> >  F:   drivers/net/wwan/qcom_bam_dmux.c
> >
> >  QUALCOMM BLUETOOTH DRIVER
> > -M:   Bartosz Golaszewski <brgl@bgdev.pl>
> > +M:   Bartosz Golaszewski <brgl@kernel.org>
> >  L:   linux-arm-msm@vger.kernel.org
> >  S:   Maintained
> >  F:   drivers/bluetooth/btqca.[ch]
>
> This alters something which isn't in my tree, so I think it's a fixup
> for something in linux-next.  I'll leave this to Hans, I assume.
>
> However, confused:
>
> hp2:/usr/src/25> grep brgl@bgdev.pl MAINTAINERS | wc -l
> 7
>
> So what's special about the QUALCOMM BLUETOOTH DRIVER?
>

Linus' tree already has commit  2b6d546ba83e ("MAINTAINERS: update my
email address") which changes other entries. This patch can wait until
rc1 is tagged.

Bartosz
Re: [PATCH] MAINTAINERS: update one straggling entry for Bartosz Golaszewski
Posted by Bartosz Golaszewski 4 days, 5 hours ago
On Sun, Dec 7, 2025 at 8:09 AM Bartosz Golaszewski <brgl@kernel.org> wrote:
>
> On Sat, Dec 6, 2025 at 11:00 PM Andrew Morton <akpm@linux-foundation.org> wrote:
> >
> > On Thu,  4 Dec 2025 11:45:31 +0100 Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> wrote:
> >
> > > The entry for the Qualcomm bluetooth driver only now got sent upstream
> > > and still has my old address. Update it to use the kernel.org one.
> > >
> > > ...
> > >
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -21085,7 +21085,7 @@ F:    Documentation/devicetree/bindings/net/qcom,bam-dmux.yaml
> > >  F:   drivers/net/wwan/qcom_bam_dmux.c
> > >
> > >  QUALCOMM BLUETOOTH DRIVER
> > > -M:   Bartosz Golaszewski <brgl@bgdev.pl>
> > > +M:   Bartosz Golaszewski <brgl@kernel.org>
> > >  L:   linux-arm-msm@vger.kernel.org
> > >  S:   Maintained
> > >  F:   drivers/bluetooth/btqca.[ch]
> >
> > This alters something which isn't in my tree, so I think it's a fixup
> > for something in linux-next.  I'll leave this to Hans, I assume.
> >
> > However, confused:
> >
> > hp2:/usr/src/25> grep brgl@bgdev.pl MAINTAINERS | wc -l
> > 7
> >
> > So what's special about the QUALCOMM BLUETOOTH DRIVER?
> >
>
> Linus' tree already has commit  2b6d546ba83e ("MAINTAINERS: update my
> email address") which changes other entries. This patch can wait until
> rc1 is tagged.
>
> Bartosz

Hi! You can pick up the patch now, the prerequisite is now in Linus' tree.

Thanks in advance!
Bartosz