Re: [PATCH] MAINTAINERS: update one straggling entry for Bartosz Golaszewski
From: Bartosz Golaszewski
Date: Sun Dec 07 2025 - 02:10:00 EST
On Sat, Dec 6, 2025 at 11:00 PM Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> On Thu, 4 Dec 2025 11:45:31 +0100 Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx> 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@xxxxxxxx>
> > +M: Bartosz Golaszewski <brgl@xxxxxxxxxx>
> > L: linux-arm-msm@xxxxxxxxxxxxxxx
> > 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@xxxxxxxx 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