Message ID | c5e12bd1-10de-634c-d6b3-dac79ed01af5@kernel.dk |
---|---|
State | New |
Headers | show |
Series | scsi: remove SCSI CDROM MAINTAINERS entry | expand |
On 9/3/21 8:11 AM, Jens Axboe wrote: > There's little point in keeping this one separately maintained these > days, so just remove the entry and it'll fall under the SCSI subsystem > where it belongs. Ping... -- Jens Axboe
Jens, > On 9/3/21 8:11 AM, Jens Axboe wrote: >> There's little point in keeping this one separately maintained these >> days, so just remove the entry and it'll fall under the SCSI subsystem >> where it belongs. > > Ping... It's been in scsi-staging for a few days. Just haven't hit the main branch yet. -- Martin K. Petersen Oracle Linux Engineering
On 9/9/21 7:57 PM, Martin K. Petersen wrote: > > Jens, > >> On 9/3/21 8:11 AM, Jens Axboe wrote: >>> There's little point in keeping this one separately maintained these >>> days, so just remove the entry and it'll fall under the SCSI subsystem >>> where it belongs. >> >> Ping... > > It's been in scsi-staging for a few days. Just haven't hit the main > branch yet. Ah ok, just wanted to make sure it wasn't missed, since I hadn't heard anything. -- Jens Axboe
Jens, > Ah ok, just wanted to make sure it wasn't missed, since I hadn't heard > anything. A perfect storm of commit description typos and missed Reviewed-by: tags has kept stuff in the staging branch longer than I've wanted this week. I held back the notifications due to the unexpected churn. -- Martin K. Petersen Oracle Linux Engineering
On Fri, 3 Sep 2021 08:11:39 -0600, Jens Axboe wrote: > There's little point in keeping this one separately maintained these > days, so just remove the entry and it'll fall under the SCSI subsystem > where it belongs. > > Applied to 5.15/scsi-fixes, thanks! [1/1] scsi: remove SCSI CDROM MAINTAINERS entry https://git.kernel.org/mkp/scsi/c/fc13fc074909 -- Martin K. Petersen Oracle Linux Engineering
diff --git a/MAINTAINERS b/MAINTAINERS index fb1c48c34009..8c3aec73c4b1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16616,13 +16616,6 @@ M: Lubomir Rintel <lkundrak@v3.sk> S: Supported F: drivers/char/pcmcia/scr24x_cs.c -SCSI CDROM DRIVER -M: Jens Axboe <axboe@kernel.dk> -L: linux-scsi@vger.kernel.org -S: Maintained -W: http://www.kernel.dk -F: drivers/scsi/sr* - SCSI RDMA PROTOCOL (SRP) INITIATOR M: Bart Van Assche <bvanassche@acm.org> L: linux-rdma@vger.kernel.org
There's little point in keeping this one separately maintained these days, so just remove the entry and it'll fall under the SCSI subsystem where it belongs. Signed-off-by: Jens Axboe <axboe@kernel.dk> --- Please queue this one for 5.15, thanks.