* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 8:09 ` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements." Kexy Biscuit
@ 2024-10-23 8:26 ` Nikita Travkin
2024-10-23 8:35 ` WangYuli
2024-10-23 9:04 ` Mingcong Bai
` (8 subsequent siblings)
9 siblings, 1 reply; 40+ messages in thread
From: Nikita Travkin @ 2024-10-23 8:26 UTC (permalink / raw)
To: Kexy Biscuit
Cc: jeffbai, gregkh, wangyuli, torvalds, aospan, conor.dooley,
ddrokosov, dmaengine, dushistov, fancer.lancer, geert, hoan, ink,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, ntb, patches, richard.henderson, s.shtylyov, serjk,
shc_work, tsbogend, v.georgiev, wsa+renesas, xeb
Kexy Biscuit писал(а) 23.10.2024 13:09:
> This reverts commit 6e90b675cf942e50c70e8394dfb5862975c3b3b2.
>
> An absolutely no-one-ever-reviewed patch, not even by the maintainers who
> got removed themselves - at least not on the mailing list. Then the patch
> just got slipped into an unrelated subsystem pull request, and got pulled
> by Torvalds with not even a comment.
>
> What about the next time? Who next would be removed from the MAINTAINERS
> file, the kernel.org infrastructure? What if the compliance requires
> another XZ backdoor to be developed without further explanation? Is the
> kernel development process still done in public?
>
> Are the "compliance requirements" documented on docs.kernel.org? Who are
> responsible for them? Are all that are responsible employees of
> The Linux Foundation, which is regulated by the U.S. legislature?
>
> Fixes: 6e90b675cf94 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
> Signed-off-by: Kexy Biscuit <kexybiscuit@aosc.io>
> ---
> Please keep all discussions on at least one of the mailing lists.
>
> MAINTAINERS | 178 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 178 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e9659a5a7fb3..501aa5c0887e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -258,6 +258,12 @@ L: linux-acenic@sunsite.dk
> S: Maintained
> F: drivers/net/ethernet/alteon/acenic*
>
> +ACER ASPIRE 1 EMBEDDED CONTROLLER DRIVER
> +M: Nikita Travkin <nikita@trvn.ru>
> +S: Maintained
> +F: Documentation/devicetree/bindings/platform/acer,aspire1-ec.yaml
> +F: drivers/platform/arm64/acer-aspire1-ec.c
> +
Acked-by: Nikita Travkin <nikita@trvn.ru>
> ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
> M: Peter Kaestle <peter@piie.net>
> L: platform-driver-x86@vger.kernel.org
> @@ -882,6 +888,7 @@ F: drivers/staging/media/sunxi/cedrus/
>
> ALPHA PORT
> M: Richard Henderson <richard.henderson@linaro.org>
> +M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
> M: Matt Turner <mattst88@gmail.com>
> L: linux-alpha@vger.kernel.org
> S: Odd Fixes
> @@ -2256,6 +2263,12 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/mach-ep93xx/ts72xx.c
>
> +ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
> +M: Alexander Shiyan <shc_work@mail.ru>
> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> +S: Odd Fixes
> +N: clps711x
> +
> ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
> M: Hartley Sweeten <hsweeten@visionengravers.com>
> M: Alexander Sverdlin <alexander.sverdlin@gmail.com>
> @@ -3802,6 +3815,14 @@ F: drivers/video/backlight/
> F: include/linux/backlight.h
> F: include/linux/pwm_backlight.h
>
> +BAIKAL-T1 PVT HARDWARE MONITOR DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-hwmon@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/hwmon/baikal,bt1-pvt.yaml
> +F: Documentation/hwmon/bt1-pvt.rst
> +F: drivers/hwmon/bt1-pvt.[ch]
> +
> BARCO P50 GPIO DRIVER
> M: Santosh Kumar Yadav <santoshkumar.yadav@barco.com>
> M: Peter Korsgaard <peter.korsgaard@barco.com>
> @@ -6455,6 +6476,7 @@ F: drivers/mtd/nand/raw/denali*
>
> DESIGNWARE EDMA CORE IP DRIVER
> M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> +R: Serge Semin <fancer.lancer@gmail.com>
> L: dmaengine@vger.kernel.org
> S: Maintained
> F: drivers/dma/dw-edma/
> @@ -9737,6 +9759,14 @@ F: drivers/gpio/gpiolib-cdev.c
> F: include/uapi/linux/gpio.h
> F: tools/gpio/
>
> +GRE DEMULTIPLEXER DRIVER
> +M: Dmitry Kozlov <xeb@mail.ru>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +F: include/net/gre.h
> +F: net/ipv4/gre_demux.c
> +F: net/ipv4/gre_offload.c
> +
> GRETH 10/100/1G Ethernet MAC device driver
> M: Andreas Larsson <andreas@gaisler.com>
> L: netdev@vger.kernel.org
> @@ -12929,6 +12959,12 @@ S: Maintained
> F: drivers/ata/pata_arasan_cf.c
> F: include/linux/pata_arasan_cf_data.h
>
> +LIBATA PATA DRIVERS
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: linux-ide@vger.kernel.org
> +F: drivers/ata/ata_*.c
> +F: drivers/ata/pata_*.c
> +
> LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
> M: Linus Walleij <linus.walleij@linaro.org>
> L: linux-ide@vger.kernel.org
> @@ -12945,6 +12981,15 @@ F: drivers/ata/ahci_platform.c
> F: drivers/ata/libahci_platform.c
> F: include/linux/ahci_platform.h
>
> +LIBATA SATA AHCI SYNOPSYS DWC CONTROLLER DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-ide@vger.kernel.org
> +S: Maintained
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
> +F: Documentation/devicetree/bindings/ata/baikal,bt1-ahci.yaml
> +F: Documentation/devicetree/bindings/ata/snps,dwc-ahci.yaml
> +F: drivers/ata/ahci_dwc.c
> +
> LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
> M: Mikael Pettersson <mikpelinux@gmail.com>
> L: linux-ide@vger.kernel.org
> @@ -14140,6 +14185,16 @@ S: Maintained
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/platform/nxp/imx-pxp.[ch]
>
> +MEDIA DRIVERS FOR ASCOT2E
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/ascot2e*
> +
> MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
> M: Jasmin Jessich <jasmin@anw.at>
> L: linux-media@vger.kernel.org
> @@ -14148,6 +14203,16 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/dvb-frontends/cxd2099*
>
> +MEDIA DRIVERS FOR CXD2841ER
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/cxd2841er*
> +
> MEDIA DRIVERS FOR CXD2880
> M: Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
> L: linux-media@vger.kernel.org
> @@ -14192,6 +14257,35 @@ F: drivers/media/platform/nxp/imx-mipi-csis.c
> F: drivers/media/platform/nxp/imx7-media-csi.c
> F: drivers/media/platform/nxp/imx8mq-mipi-csi2.c
>
> +MEDIA DRIVERS FOR HELENE
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/helene*
> +
> +MEDIA DRIVERS FOR HORUS3A
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/horus3a*
> +
> +MEDIA DRIVERS FOR LNBH25
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/lnbh25*
> +
> MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
> L: linux-media@vger.kernel.org
> S: Orphan
> @@ -14199,6 +14293,16 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/dvb-frontends/mxl5xx*
>
> +MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/pci/netup_unidvb/*
> +
> MEDIA DRIVERS FOR NVIDIA TEGRA - VDE
> M: Dmitry Osipenko <digetx@gmail.com>
> L: linux-media@vger.kernel.org
> @@ -14842,6 +14946,13 @@ F: drivers/mtd/
> F: include/linux/mtd/
> F: include/uapi/mtd/
>
> +MEMSENSING MICROSYSTEMS MSA311 DRIVER
> +M: Dmitry Rokosov <ddrokosov@sberdevices.ru>
> +L: linux-iio@vger.kernel.org
> +S: Maintained
> +F: Documentation/devicetree/bindings/iio/accel/memsensing,msa311.yaml
> +F: drivers/iio/accel/msa311.c
> +
> MEN A21 WATCHDOG DRIVER
> M: Johannes Thumshirn <morbidrsa@gmail.com>
> L: linux-watchdog@vger.kernel.org
> @@ -15175,6 +15286,7 @@ F: drivers/tty/serial/8250/8250_pci1xxxx.c
>
> MICROCHIP POLARFIRE FPGA DRIVERS
> M: Conor Dooley <conor.dooley@microchip.com>
> +R: Vladimir Georgiev <v.georgiev@metrotek.ru>
> L: linux-fpga@vger.kernel.org
> S: Supported
> F: Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml
> @@ -15429,6 +15541,17 @@ F: arch/mips/
> F: drivers/platform/mips/
> F: include/dt-bindings/mips/
>
> +MIPS BAIKAL-T1 PLATFORM
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-mips@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/bus/baikal,bt1-*.yaml
> +F: Documentation/devicetree/bindings/clock/baikal,bt1-*.yaml
> +F: drivers/bus/bt1-*.c
> +F: drivers/clk/baikal-t1/
> +F: drivers/memory/bt1-l2-ctl.c
> +F: drivers/mtd/maps/physmap-bt1-rom.[ch]
> +
> MIPS BOSTON DEVELOPMENT BOARD
> M: Paul Burton <paulburton@kernel.org>
> L: linux-mips@vger.kernel.org
> @@ -15441,6 +15564,7 @@ F: include/dt-bindings/clock/boston-clock.h
>
> MIPS CORE DRIVERS
> M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> +M: Serge Semin <fancer.lancer@gmail.com>
> L: linux-mips@vger.kernel.org
> S: Supported
> F: drivers/bus/mips_cdmm.c
> @@ -16408,6 +16532,12 @@ F: include/linux/ntb.h
> F: include/linux/ntb_transport.h
> F: tools/testing/selftests/ntb/
>
> +NTB IDT DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: ntb@lists.linux.dev
> +S: Supported
> +F: drivers/ntb/hw/idt/
> +
> NTB INTEL DRIVER
> M: Dave Jiang <dave.jiang@intel.com>
> L: ntb@lists.linux.dev
> @@ -18428,6 +18558,13 @@ F: drivers/pps/
> F: include/linux/pps*.h
> F: include/uapi/linux/pps.h
>
> +PPTP DRIVER
> +M: Dmitry Kozlov <xeb@mail.ru>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +W: http://sourceforge.net/projects/accel-pptp
> +F: drivers/net/ppp/pptp.c
> +
> PRESSURE STALL INFORMATION (PSI)
> M: Johannes Weiner <hannes@cmpxchg.org>
> M: Suren Baghdasaryan <surenb@google.com>
> @@ -19518,6 +19655,15 @@ S: Supported
> F: Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
> F: drivers/i2c/busses/i2c-emev2.c
>
> +RENESAS ETHERNET AVB DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: netdev@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +F: Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> +F: drivers/net/ethernet/renesas/Kconfig
> +F: drivers/net/ethernet/renesas/Makefile
> +F: drivers/net/ethernet/renesas/ravb*
> +
> RENESAS ETHERNET SWITCH DRIVER
> R: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> L: netdev@vger.kernel.org
> @@ -19567,6 +19713,14 @@ F: Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml
> F: drivers/i2c/busses/i2c-rcar.c
> F: drivers/i2c/busses/i2c-sh_mobile.c
>
> +RENESAS R-CAR SATA DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: linux-ide@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> +F: drivers/ata/sata_rcar.c
> +
> RENESAS R-CAR THERMAL DRIVERS
> M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
> L: linux-renesas-soc@vger.kernel.org
> @@ -19642,6 +19796,16 @@ S: Supported
> F: Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
> F: drivers/i2c/busses/i2c-rzv2m.c
>
> +RENESAS SUPERH ETHERNET DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: netdev@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +F: Documentation/devicetree/bindings/net/renesas,ether.yaml
> +F: drivers/net/ethernet/renesas/Kconfig
> +F: drivers/net/ethernet/renesas/Makefile
> +F: drivers/net/ethernet/renesas/sh_eth*
> +F: include/linux/sh_eth.h
> +
> RENESAS USB PHY DRIVER
> M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> L: linux-renesas-soc@vger.kernel.org
> @@ -22295,11 +22459,19 @@ F: drivers/tty/serial/8250/8250_lpss.c
>
> SYNOPSYS DESIGNWARE APB GPIO DRIVER
> M: Hoan Tran <hoan@os.amperecomputing.com>
> +M: Serge Semin <fancer.lancer@gmail.com>
> L: linux-gpio@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/bindings/gpio/snps,dw-apb-gpio.yaml
> F: drivers/gpio/gpio-dwapb.c
>
> +SYNOPSYS DESIGNWARE APB SSI DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-spi@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
> +F: drivers/spi/spi-dw*
> +
> SYNOPSYS DESIGNWARE AXI DMAC DRIVER
> M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> S: Maintained
> @@ -23609,6 +23781,12 @@ L: linux-input@vger.kernel.org
> S: Maintained
> F: drivers/hid/hid-udraw-ps3.c
>
> +UFS FILESYSTEM
> +M: Evgeniy Dushistov <dushistov@mail.ru>
> +S: Maintained
> +F: Documentation/admin-guide/ufs.rst
> +F: fs/ufs/
> +
> UHID USERSPACE HID IO DRIVER
> M: David Rheinsberg <david@readahead.eu>
> L: linux-input@vger.kernel.org
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 8:26 ` Nikita Travkin
@ 2024-10-23 8:35 ` WangYuli
0 siblings, 0 replies; 40+ messages in thread
From: WangYuli @ 2024-10-23 8:35 UTC (permalink / raw)
To: Nikita Travkin, Kexy Biscuit
Cc: jeffbai, gregkh, torvalds, aospan, conor.dooley, ddrokosov,
dmaengine, dushistov, fancer.lancer, geert, hoan, ink,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, ntb, patches, richard.henderson, s.shtylyov, serjk,
shc_work, tsbogend, v.georgiev, wsa+renesas, xeb
[-- Attachment #1.1.1: Type: text/plain, Size: 13950 bytes --]
On 2024/10/23 16:26, Nikita Travkin wrote:
> Kexy Biscuit писал(а) 23.10.2024 13:09:
>> This reverts commit 6e90b675cf942e50c70e8394dfb5862975c3b3b2.
>>
>> An absolutely no-one-ever-reviewed patch, not even by the maintainers who
>> got removed themselves - at least not on the mailing list. Then the patch
>> just got slipped into an unrelated subsystem pull request, and got pulled
>> by Torvalds with not even a comment.
>>
>> What about the next time? Who next would be removed from the MAINTAINERS
>> file, the kernel.org infrastructure? What if the compliance requires
>> another XZ backdoor to be developed without further explanation? Is the
>> kernel development process still done in public?
>>
>> Are the "compliance requirements" documented on docs.kernel.org? Who are
>> responsible for them? Are all that are responsible employees of
>> The Linux Foundation, which is regulated by the U.S. legislature?
>>
>> Fixes: 6e90b675cf94 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
>> Signed-off-by: Kexy Biscuit <kexybiscuit@aosc.io>
>> ---
>> Please keep all discussions on at least one of the mailing lists.
>>
>> MAINTAINERS | 178 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>> 1 file changed, 178 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index e9659a5a7fb3..501aa5c0887e 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -258,6 +258,12 @@ L: linux-acenic@sunsite.dk
>> S: Maintained
>> F: drivers/net/ethernet/alteon/acenic*
>>
>> +ACER ASPIRE 1 EMBEDDED CONTROLLER DRIVER
>> +M: Nikita Travkin <nikita@trvn.ru>
>> +S: Maintained
>> +F: Documentation/devicetree/bindings/platform/acer,aspire1-ec.yaml
>> +F: drivers/platform/arm64/acer-aspire1-ec.c
>> +
> Acked-by: Nikita Travkin <nikita@trvn.ru>
>
>> ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
>> M: Peter Kaestle <peter@piie.net>
>> L: platform-driver-x86@vger.kernel.org
>> @@ -882,6 +888,7 @@ F: drivers/staging/media/sunxi/cedrus/
>>
>> ALPHA PORT
>> M: Richard Henderson <richard.henderson@linaro.org>
>> +M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
>> M: Matt Turner <mattst88@gmail.com>
>> L: linux-alpha@vger.kernel.org
>> S: Odd Fixes
>> @@ -2256,6 +2263,12 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>> S: Maintained
>> F: arch/arm/mach-ep93xx/ts72xx.c
>>
>> +ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
>> +M: Alexander Shiyan <shc_work@mail.ru>
>> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>> +S: Odd Fixes
>> +N: clps711x
>> +
>> ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
>> M: Hartley Sweeten <hsweeten@visionengravers.com>
>> M: Alexander Sverdlin <alexander.sverdlin@gmail.com>
>> @@ -3802,6 +3815,14 @@ F: drivers/video/backlight/
>> F: include/linux/backlight.h
>> F: include/linux/pwm_backlight.h
>>
>> +BAIKAL-T1 PVT HARDWARE MONITOR DRIVER
>> +M: Serge Semin <fancer.lancer@gmail.com>
>> +L: linux-hwmon@vger.kernel.org
>> +S: Supported
>> +F: Documentation/devicetree/bindings/hwmon/baikal,bt1-pvt.yaml
>> +F: Documentation/hwmon/bt1-pvt.rst
>> +F: drivers/hwmon/bt1-pvt.[ch]
>> +
>> BARCO P50 GPIO DRIVER
>> M: Santosh Kumar Yadav <santoshkumar.yadav@barco.com>
>> M: Peter Korsgaard <peter.korsgaard@barco.com>
>> @@ -6455,6 +6476,7 @@ F: drivers/mtd/nand/raw/denali*
>>
>> DESIGNWARE EDMA CORE IP DRIVER
>> M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
>> +R: Serge Semin <fancer.lancer@gmail.com>
>> L: dmaengine@vger.kernel.org
>> S: Maintained
>> F: drivers/dma/dw-edma/
>> @@ -9737,6 +9759,14 @@ F: drivers/gpio/gpiolib-cdev.c
>> F: include/uapi/linux/gpio.h
>> F: tools/gpio/
>>
>> +GRE DEMULTIPLEXER DRIVER
>> +M: Dmitry Kozlov <xeb@mail.ru>
>> +L: netdev@vger.kernel.org
>> +S: Maintained
>> +F: include/net/gre.h
>> +F: net/ipv4/gre_demux.c
>> +F: net/ipv4/gre_offload.c
>> +
>> GRETH 10/100/1G Ethernet MAC device driver
>> M: Andreas Larsson <andreas@gaisler.com>
>> L: netdev@vger.kernel.org
>> @@ -12929,6 +12959,12 @@ S: Maintained
>> F: drivers/ata/pata_arasan_cf.c
>> F: include/linux/pata_arasan_cf_data.h
>>
>> +LIBATA PATA DRIVERS
>> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
>> +L: linux-ide@vger.kernel.org
>> +F: drivers/ata/ata_*.c
>> +F: drivers/ata/pata_*.c
>> +
>> LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
>> M: Linus Walleij <linus.walleij@linaro.org>
>> L: linux-ide@vger.kernel.org
>> @@ -12945,6 +12981,15 @@ F: drivers/ata/ahci_platform.c
>> F: drivers/ata/libahci_platform.c
>> F: include/linux/ahci_platform.h
>>
>> +LIBATA SATA AHCI SYNOPSYS DWC CONTROLLER DRIVER
>> +M: Serge Semin <fancer.lancer@gmail.com>
>> +L: linux-ide@vger.kernel.org
>> +S: Maintained
>> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
>> +F: Documentation/devicetree/bindings/ata/baikal,bt1-ahci.yaml
>> +F: Documentation/devicetree/bindings/ata/snps,dwc-ahci.yaml
>> +F: drivers/ata/ahci_dwc.c
>> +
>> LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
>> M: Mikael Pettersson <mikpelinux@gmail.com>
>> L: linux-ide@vger.kernel.org
>> @@ -14140,6 +14185,16 @@ S: Maintained
>> T: git git://linuxtv.org/media_tree.git
>> F: drivers/media/platform/nxp/imx-pxp.[ch]
>>
>> +MEDIA DRIVERS FOR ASCOT2E
>> +M: Sergey Kozlov <serjk@netup.ru>
>> +M: Abylay Ospan <aospan@netup.ru>
>> +L: linux-media@vger.kernel.org
>> +S: Supported
>> +W: https://linuxtv.org
>> +W: http://netup.tv/
>> +T: git git://linuxtv.org/media_tree.git
>> +F: drivers/media/dvb-frontends/ascot2e*
>> +
>> MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
>> M: Jasmin Jessich <jasmin@anw.at>
>> L: linux-media@vger.kernel.org
>> @@ -14148,6 +14203,16 @@ W: https://linuxtv.org
>> T: git git://linuxtv.org/media_tree.git
>> F: drivers/media/dvb-frontends/cxd2099*
>>
>> +MEDIA DRIVERS FOR CXD2841ER
>> +M: Sergey Kozlov <serjk@netup.ru>
>> +M: Abylay Ospan <aospan@netup.ru>
>> +L: linux-media@vger.kernel.org
>> +S: Supported
>> +W: https://linuxtv.org
>> +W: http://netup.tv/
>> +T: git git://linuxtv.org/media_tree.git
>> +F: drivers/media/dvb-frontends/cxd2841er*
>> +
>> MEDIA DRIVERS FOR CXD2880
>> M: Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
>> L: linux-media@vger.kernel.org
>> @@ -14192,6 +14257,35 @@ F: drivers/media/platform/nxp/imx-mipi-csis.c
>> F: drivers/media/platform/nxp/imx7-media-csi.c
>> F: drivers/media/platform/nxp/imx8mq-mipi-csi2.c
>>
>> +MEDIA DRIVERS FOR HELENE
>> +M: Abylay Ospan <aospan@netup.ru>
>> +L: linux-media@vger.kernel.org
>> +S: Supported
>> +W: https://linuxtv.org
>> +W: http://netup.tv/
>> +T: git git://linuxtv.org/media_tree.git
>> +F: drivers/media/dvb-frontends/helene*
>> +
>> +MEDIA DRIVERS FOR HORUS3A
>> +M: Sergey Kozlov <serjk@netup.ru>
>> +M: Abylay Ospan <aospan@netup.ru>
>> +L: linux-media@vger.kernel.org
>> +S: Supported
>> +W: https://linuxtv.org
>> +W: http://netup.tv/
>> +T: git git://linuxtv.org/media_tree.git
>> +F: drivers/media/dvb-frontends/horus3a*
>> +
>> +MEDIA DRIVERS FOR LNBH25
>> +M: Sergey Kozlov <serjk@netup.ru>
>> +M: Abylay Ospan <aospan@netup.ru>
>> +L: linux-media@vger.kernel.org
>> +S: Supported
>> +W: https://linuxtv.org
>> +W: http://netup.tv/
>> +T: git git://linuxtv.org/media_tree.git
>> +F: drivers/media/dvb-frontends/lnbh25*
>> +
>> MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
>> L: linux-media@vger.kernel.org
>> S: Orphan
>> @@ -14199,6 +14293,16 @@ W: https://linuxtv.org
>> T: git git://linuxtv.org/media_tree.git
>> F: drivers/media/dvb-frontends/mxl5xx*
>>
>> +MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
>> +M: Sergey Kozlov <serjk@netup.ru>
>> +M: Abylay Ospan <aospan@netup.ru>
>> +L: linux-media@vger.kernel.org
>> +S: Supported
>> +W: https://linuxtv.org
>> +W: http://netup.tv/
>> +T: git git://linuxtv.org/media_tree.git
>> +F: drivers/media/pci/netup_unidvb/*
>> +
>> MEDIA DRIVERS FOR NVIDIA TEGRA - VDE
>> M: Dmitry Osipenko <digetx@gmail.com>
>> L: linux-media@vger.kernel.org
>> @@ -14842,6 +14946,13 @@ F: drivers/mtd/
>> F: include/linux/mtd/
>> F: include/uapi/mtd/
>>
>> +MEMSENSING MICROSYSTEMS MSA311 DRIVER
>> +M: Dmitry Rokosov <ddrokosov@sberdevices.ru>
>> +L: linux-iio@vger.kernel.org
>> +S: Maintained
>> +F: Documentation/devicetree/bindings/iio/accel/memsensing,msa311.yaml
>> +F: drivers/iio/accel/msa311.c
>> +
>> MEN A21 WATCHDOG DRIVER
>> M: Johannes Thumshirn <morbidrsa@gmail.com>
>> L: linux-watchdog@vger.kernel.org
>> @@ -15175,6 +15286,7 @@ F: drivers/tty/serial/8250/8250_pci1xxxx.c
>>
>> MICROCHIP POLARFIRE FPGA DRIVERS
>> M: Conor Dooley <conor.dooley@microchip.com>
>> +R: Vladimir Georgiev <v.georgiev@metrotek.ru>
>> L: linux-fpga@vger.kernel.org
>> S: Supported
>> F: Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml
>> @@ -15429,6 +15541,17 @@ F: arch/mips/
>> F: drivers/platform/mips/
>> F: include/dt-bindings/mips/
>>
>> +MIPS BAIKAL-T1 PLATFORM
>> +M: Serge Semin <fancer.lancer@gmail.com>
>> +L: linux-mips@vger.kernel.org
>> +S: Supported
>> +F: Documentation/devicetree/bindings/bus/baikal,bt1-*.yaml
>> +F: Documentation/devicetree/bindings/clock/baikal,bt1-*.yaml
>> +F: drivers/bus/bt1-*.c
>> +F: drivers/clk/baikal-t1/
>> +F: drivers/memory/bt1-l2-ctl.c
>> +F: drivers/mtd/maps/physmap-bt1-rom.[ch]
>> +
>> MIPS BOSTON DEVELOPMENT BOARD
>> M: Paul Burton <paulburton@kernel.org>
>> L: linux-mips@vger.kernel.org
>> @@ -15441,6 +15564,7 @@ F: include/dt-bindings/clock/boston-clock.h
>>
>> MIPS CORE DRIVERS
>> M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
>> +M: Serge Semin <fancer.lancer@gmail.com>
>> L: linux-mips@vger.kernel.org
>> S: Supported
>> F: drivers/bus/mips_cdmm.c
>> @@ -16408,6 +16532,12 @@ F: include/linux/ntb.h
>> F: include/linux/ntb_transport.h
>> F: tools/testing/selftests/ntb/
>>
>> +NTB IDT DRIVER
>> +M: Serge Semin <fancer.lancer@gmail.com>
>> +L: ntb@lists.linux.dev
>> +S: Supported
>> +F: drivers/ntb/hw/idt/
>> +
>> NTB INTEL DRIVER
>> M: Dave Jiang <dave.jiang@intel.com>
>> L: ntb@lists.linux.dev
>> @@ -18428,6 +18558,13 @@ F: drivers/pps/
>> F: include/linux/pps*.h
>> F: include/uapi/linux/pps.h
>>
>> +PPTP DRIVER
>> +M: Dmitry Kozlov <xeb@mail.ru>
>> +L: netdev@vger.kernel.org
>> +S: Maintained
>> +W: http://sourceforge.net/projects/accel-pptp
>> +F: drivers/net/ppp/pptp.c
>> +
>> PRESSURE STALL INFORMATION (PSI)
>> M: Johannes Weiner <hannes@cmpxchg.org>
>> M: Suren Baghdasaryan <surenb@google.com>
>> @@ -19518,6 +19655,15 @@ S: Supported
>> F: Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
>> F: drivers/i2c/busses/i2c-emev2.c
>>
>> +RENESAS ETHERNET AVB DRIVER
>> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
>> +L: netdev@vger.kernel.org
>> +L: linux-renesas-soc@vger.kernel.org
>> +F: Documentation/devicetree/bindings/net/renesas,etheravb.yaml
>> +F: drivers/net/ethernet/renesas/Kconfig
>> +F: drivers/net/ethernet/renesas/Makefile
>> +F: drivers/net/ethernet/renesas/ravb*
>> +
>> RENESAS ETHERNET SWITCH DRIVER
>> R: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
>> L: netdev@vger.kernel.org
>> @@ -19567,6 +19713,14 @@ F: Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml
>> F: drivers/i2c/busses/i2c-rcar.c
>> F: drivers/i2c/busses/i2c-sh_mobile.c
>>
>> +RENESAS R-CAR SATA DRIVER
>> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
>> +L: linux-ide@vger.kernel.org
>> +L: linux-renesas-soc@vger.kernel.org
>> +S: Supported
>> +F: Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
>> +F: drivers/ata/sata_rcar.c
>> +
>> RENESAS R-CAR THERMAL DRIVERS
>> M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
>> L: linux-renesas-soc@vger.kernel.org
>> @@ -19642,6 +19796,16 @@ S: Supported
>> F: Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
>> F: drivers/i2c/busses/i2c-rzv2m.c
>>
>> +RENESAS SUPERH ETHERNET DRIVER
>> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
>> +L: netdev@vger.kernel.org
>> +L: linux-renesas-soc@vger.kernel.org
>> +F: Documentation/devicetree/bindings/net/renesas,ether.yaml
>> +F: drivers/net/ethernet/renesas/Kconfig
>> +F: drivers/net/ethernet/renesas/Makefile
>> +F: drivers/net/ethernet/renesas/sh_eth*
>> +F: include/linux/sh_eth.h
>> +
>> RENESAS USB PHY DRIVER
>> M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
>> L: linux-renesas-soc@vger.kernel.org
>> @@ -22295,11 +22459,19 @@ F: drivers/tty/serial/8250/8250_lpss.c
>>
>> SYNOPSYS DESIGNWARE APB GPIO DRIVER
>> M: Hoan Tran <hoan@os.amperecomputing.com>
>> +M: Serge Semin <fancer.lancer@gmail.com>
>> L: linux-gpio@vger.kernel.org
>> S: Maintained
>> F: Documentation/devicetree/bindings/gpio/snps,dw-apb-gpio.yaml
>> F: drivers/gpio/gpio-dwapb.c
>>
>> +SYNOPSYS DESIGNWARE APB SSI DRIVER
>> +M: Serge Semin <fancer.lancer@gmail.com>
>> +L: linux-spi@vger.kernel.org
>> +S: Supported
>> +F: Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
>> +F: drivers/spi/spi-dw*
>> +
>> SYNOPSYS DESIGNWARE AXI DMAC DRIVER
>> M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
>> S: Maintained
>> @@ -23609,6 +23781,12 @@ L: linux-input@vger.kernel.org
>> S: Maintained
>> F: drivers/hid/hid-udraw-ps3.c
>>
>> +UFS FILESYSTEM
>> +M: Evgeniy Dushistov <dushistov@mail.ru>
>> +S: Maintained
>> +F: Documentation/admin-guide/ufs.rst
>> +F: fs/ufs/
>> +
>> UHID USERSPACE HID IO DRIVER
>> M: David Rheinsberg <david@readahead.eu>
>> L: linux-input@vger.kernel.org
Acked-by: WangYuli <wangyuli@uniontech.com>
Cheers,
--
WangYuli
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 645 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 8:09 ` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements." Kexy Biscuit
2024-10-23 8:26 ` Nikita Travkin
@ 2024-10-23 9:04 ` Mingcong Bai
2024-10-23 9:28 ` Tonghao Zhang
` (7 subsequent siblings)
9 siblings, 0 replies; 40+ messages in thread
From: Mingcong Bai @ 2024-10-23 9:04 UTC (permalink / raw)
To: Kexy Biscuit
Cc: gregkh, wangyuli, torvalds, aospan, conor.dooley, ddrokosov,
dmaengine, dushistov, fancer.lancer, geert, hoan, ink,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, richard.henderson, s.shtylyov,
serjk, shc_work, tsbogend, v.georgiev, wsa+renesas, xeb
Greetings,
在 2024-10-23 16:09,Kexy Biscuit 写道:
> This reverts commit 6e90b675cf942e50c70e8394dfb5862975c3b3b2.
>
> An absolutely no-one-ever-reviewed patch, not even by the maintainers
> who
> got removed themselves - at least not on the mailing list. Then the
> patch
> just got slipped into an unrelated subsystem pull request, and got
> pulled
> by Torvalds with not even a comment.
>
> What about the next time? Who next would be removed from the
> MAINTAINERS
> file, the kernel.org infrastructure? What if the compliance requires
> another XZ backdoor to be developed without further explanation? Is the
> kernel development process still done in public?
>
> Are the "compliance requirements" documented on docs.kernel.org? Who
> are
> responsible for them? Are all that are responsible employees of
> The Linux Foundation, which is regulated by the U.S. legislature?
Bravo.
>
> Fixes: 6e90b675cf94 ("MAINTAINERS: Remove some entries due to various
> compliance requirements.")
> Signed-off-by: Kexy Biscuit <kexybiscuit@aosc.io>
> ---
> Please keep all discussions on at least one of the mailing lists.
>
> MAINTAINERS | 178 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 178 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e9659a5a7fb3..501aa5c0887e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -258,6 +258,12 @@ L: linux-acenic@sunsite.dk
> S: Maintained
> F: drivers/net/ethernet/alteon/acenic*
>
> +ACER ASPIRE 1 EMBEDDED CONTROLLER DRIVER
> +M: Nikita Travkin <nikita@trvn.ru>
> +S: Maintained
> +F: Documentation/devicetree/bindings/platform/acer,aspire1-ec.yaml
> +F: drivers/platform/arm64/acer-aspire1-ec.c
> +
> ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
> M: Peter Kaestle <peter@piie.net>
> L: platform-driver-x86@vger.kernel.org
> @@ -882,6 +888,7 @@ F: drivers/staging/media/sunxi/cedrus/
>
> ALPHA PORT
> M: Richard Henderson <richard.henderson@linaro.org>
> +M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
> M: Matt Turner <mattst88@gmail.com>
> L: linux-alpha@vger.kernel.org
> S: Odd Fixes
> @@ -2256,6 +2263,12 @@ L: linux-arm-kernel@lists.infradead.org
> (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/mach-ep93xx/ts72xx.c
>
> +ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
> +M: Alexander Shiyan <shc_work@mail.ru>
> +L: linux-arm-kernel@lists.infradead.org (moderated for
> non-subscribers)
> +S: Odd Fixes
> +N: clps711x
> +
> ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
> M: Hartley Sweeten <hsweeten@visionengravers.com>
> M: Alexander Sverdlin <alexander.sverdlin@gmail.com>
> @@ -3802,6 +3815,14 @@ F: drivers/video/backlight/
> F: include/linux/backlight.h
> F: include/linux/pwm_backlight.h
>
> +BAIKAL-T1 PVT HARDWARE MONITOR DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-hwmon@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/hwmon/baikal,bt1-pvt.yaml
> +F: Documentation/hwmon/bt1-pvt.rst
> +F: drivers/hwmon/bt1-pvt.[ch]
> +
> BARCO P50 GPIO DRIVER
> M: Santosh Kumar Yadav <santoshkumar.yadav@barco.com>
> M: Peter Korsgaard <peter.korsgaard@barco.com>
> @@ -6455,6 +6476,7 @@ F: drivers/mtd/nand/raw/denali*
>
> DESIGNWARE EDMA CORE IP DRIVER
> M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> +R: Serge Semin <fancer.lancer@gmail.com>
> L: dmaengine@vger.kernel.org
> S: Maintained
> F: drivers/dma/dw-edma/
> @@ -9737,6 +9759,14 @@ F: drivers/gpio/gpiolib-cdev.c
> F: include/uapi/linux/gpio.h
> F: tools/gpio/
>
> +GRE DEMULTIPLEXER DRIVER
> +M: Dmitry Kozlov <xeb@mail.ru>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +F: include/net/gre.h
> +F: net/ipv4/gre_demux.c
> +F: net/ipv4/gre_offload.c
> +
> GRETH 10/100/1G Ethernet MAC device driver
> M: Andreas Larsson <andreas@gaisler.com>
> L: netdev@vger.kernel.org
> @@ -12929,6 +12959,12 @@ S: Maintained
> F: drivers/ata/pata_arasan_cf.c
> F: include/linux/pata_arasan_cf_data.h
>
> +LIBATA PATA DRIVERS
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: linux-ide@vger.kernel.org
> +F: drivers/ata/ata_*.c
> +F: drivers/ata/pata_*.c
> +
> LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
> M: Linus Walleij <linus.walleij@linaro.org>
> L: linux-ide@vger.kernel.org
> @@ -12945,6 +12981,15 @@ F: drivers/ata/ahci_platform.c
> F: drivers/ata/libahci_platform.c
> F: include/linux/ahci_platform.h
>
> +LIBATA SATA AHCI SYNOPSYS DWC CONTROLLER DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-ide@vger.kernel.org
> +S: Maintained
> +T: git
> git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
> +F: Documentation/devicetree/bindings/ata/baikal,bt1-ahci.yaml
> +F: Documentation/devicetree/bindings/ata/snps,dwc-ahci.yaml
> +F: drivers/ata/ahci_dwc.c
> +
> LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
> M: Mikael Pettersson <mikpelinux@gmail.com>
> L: linux-ide@vger.kernel.org
> @@ -14140,6 +14185,16 @@ S: Maintained
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/platform/nxp/imx-pxp.[ch]
>
> +MEDIA DRIVERS FOR ASCOT2E
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/ascot2e*
> +
> MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
> M: Jasmin Jessich <jasmin@anw.at>
> L: linux-media@vger.kernel.org
> @@ -14148,6 +14203,16 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/dvb-frontends/cxd2099*
>
> +MEDIA DRIVERS FOR CXD2841ER
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/cxd2841er*
> +
> MEDIA DRIVERS FOR CXD2880
> M: Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
> L: linux-media@vger.kernel.org
> @@ -14192,6 +14257,35 @@ F: drivers/media/platform/nxp/imx-mipi-csis.c
> F: drivers/media/platform/nxp/imx7-media-csi.c
> F: drivers/media/platform/nxp/imx8mq-mipi-csi2.c
>
> +MEDIA DRIVERS FOR HELENE
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/helene*
> +
> +MEDIA DRIVERS FOR HORUS3A
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/horus3a*
> +
> +MEDIA DRIVERS FOR LNBH25
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/lnbh25*
> +
> MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
> L: linux-media@vger.kernel.org
> S: Orphan
> @@ -14199,6 +14293,16 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/dvb-frontends/mxl5xx*
>
> +MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/pci/netup_unidvb/*
> +
> MEDIA DRIVERS FOR NVIDIA TEGRA - VDE
> M: Dmitry Osipenko <digetx@gmail.com>
> L: linux-media@vger.kernel.org
> @@ -14842,6 +14946,13 @@ F: drivers/mtd/
> F: include/linux/mtd/
> F: include/uapi/mtd/
>
> +MEMSENSING MICROSYSTEMS MSA311 DRIVER
> +M: Dmitry Rokosov <ddrokosov@sberdevices.ru>
> +L: linux-iio@vger.kernel.org
> +S: Maintained
> +F: Documentation/devicetree/bindings/iio/accel/memsensing,msa311.yaml
> +F: drivers/iio/accel/msa311.c
> +
> MEN A21 WATCHDOG DRIVER
> M: Johannes Thumshirn <morbidrsa@gmail.com>
> L: linux-watchdog@vger.kernel.org
> @@ -15175,6 +15286,7 @@ F: drivers/tty/serial/8250/8250_pci1xxxx.c
>
> MICROCHIP POLARFIRE FPGA DRIVERS
> M: Conor Dooley <conor.dooley@microchip.com>
> +R: Vladimir Georgiev <v.georgiev@metrotek.ru>
> L: linux-fpga@vger.kernel.org
> S: Supported
>
> F: Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml
> @@ -15429,6 +15541,17 @@ F: arch/mips/
> F: drivers/platform/mips/
> F: include/dt-bindings/mips/
>
> +MIPS BAIKAL-T1 PLATFORM
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-mips@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/bus/baikal,bt1-*.yaml
> +F: Documentation/devicetree/bindings/clock/baikal,bt1-*.yaml
> +F: drivers/bus/bt1-*.c
> +F: drivers/clk/baikal-t1/
> +F: drivers/memory/bt1-l2-ctl.c
> +F: drivers/mtd/maps/physmap-bt1-rom.[ch]
> +
> MIPS BOSTON DEVELOPMENT BOARD
> M: Paul Burton <paulburton@kernel.org>
> L: linux-mips@vger.kernel.org
> @@ -15441,6 +15564,7 @@ F: include/dt-bindings/clock/boston-clock.h
>
> MIPS CORE DRIVERS
> M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> +M: Serge Semin <fancer.lancer@gmail.com>
> L: linux-mips@vger.kernel.org
> S: Supported
> F: drivers/bus/mips_cdmm.c
> @@ -16408,6 +16532,12 @@ F: include/linux/ntb.h
> F: include/linux/ntb_transport.h
> F: tools/testing/selftests/ntb/
>
> +NTB IDT DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: ntb@lists.linux.dev
> +S: Supported
> +F: drivers/ntb/hw/idt/
> +
> NTB INTEL DRIVER
> M: Dave Jiang <dave.jiang@intel.com>
> L: ntb@lists.linux.dev
> @@ -18428,6 +18558,13 @@ F: drivers/pps/
> F: include/linux/pps*.h
> F: include/uapi/linux/pps.h
>
> +PPTP DRIVER
> +M: Dmitry Kozlov <xeb@mail.ru>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +W: http://sourceforge.net/projects/accel-pptp
> +F: drivers/net/ppp/pptp.c
> +
> PRESSURE STALL INFORMATION (PSI)
> M: Johannes Weiner <hannes@cmpxchg.org>
> M: Suren Baghdasaryan <surenb@google.com>
> @@ -19518,6 +19655,15 @@ S: Supported
> F: Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
> F: drivers/i2c/busses/i2c-emev2.c
>
> +RENESAS ETHERNET AVB DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: netdev@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +F: Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> +F: drivers/net/ethernet/renesas/Kconfig
> +F: drivers/net/ethernet/renesas/Makefile
> +F: drivers/net/ethernet/renesas/ravb*
> +
> RENESAS ETHERNET SWITCH DRIVER
> R: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> L: netdev@vger.kernel.org
> @@ -19567,6 +19713,14 @@
> F: Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml
> F: drivers/i2c/busses/i2c-rcar.c
> F: drivers/i2c/busses/i2c-sh_mobile.c
>
> +RENESAS R-CAR SATA DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: linux-ide@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> +F: drivers/ata/sata_rcar.c
> +
> RENESAS R-CAR THERMAL DRIVERS
> M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
> L: linux-renesas-soc@vger.kernel.org
> @@ -19642,6 +19796,16 @@ S: Supported
> F: Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
> F: drivers/i2c/busses/i2c-rzv2m.c
>
> +RENESAS SUPERH ETHERNET DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: netdev@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +F: Documentation/devicetree/bindings/net/renesas,ether.yaml
> +F: drivers/net/ethernet/renesas/Kconfig
> +F: drivers/net/ethernet/renesas/Makefile
> +F: drivers/net/ethernet/renesas/sh_eth*
> +F: include/linux/sh_eth.h
> +
> RENESAS USB PHY DRIVER
> M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> L: linux-renesas-soc@vger.kernel.org
> @@ -22295,11 +22459,19 @@ F: drivers/tty/serial/8250/8250_lpss.c
>
> SYNOPSYS DESIGNWARE APB GPIO DRIVER
> M: Hoan Tran <hoan@os.amperecomputing.com>
> +M: Serge Semin <fancer.lancer@gmail.com>
> L: linux-gpio@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/bindings/gpio/snps,dw-apb-gpio.yaml
> F: drivers/gpio/gpio-dwapb.c
>
> +SYNOPSYS DESIGNWARE APB SSI DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-spi@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
> +F: drivers/spi/spi-dw*
> +
> SYNOPSYS DESIGNWARE AXI DMAC DRIVER
> M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> S: Maintained
> @@ -23609,6 +23781,12 @@ L: linux-input@vger.kernel.org
> S: Maintained
> F: drivers/hid/hid-udraw-ps3.c
>
> +UFS FILESYSTEM
> +M: Evgeniy Dushistov <dushistov@mail.ru>
> +S: Maintained
> +F: Documentation/admin-guide/ufs.rst
> +F: fs/ufs/
> +
> UHID USERSPACE HID IO DRIVER
> M: David Rheinsberg <david@readahead.eu>
> L: linux-input@vger.kernel.org
Acked-by: Mingcong Bai <jeffbai@aosc.io>
Best Regards,
Mingcong Bai
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 8:09 ` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements." Kexy Biscuit
2024-10-23 8:26 ` Nikita Travkin
2024-10-23 9:04 ` Mingcong Bai
@ 2024-10-23 9:28 ` Tonghao Zhang
2024-10-23 10:27 ` Nikita Shubin
` (6 subsequent siblings)
9 siblings, 0 replies; 40+ messages in thread
From: Tonghao Zhang @ 2024-10-23 9:28 UTC (permalink / raw)
To: Kexy Biscuit
Cc: jeffbai, gregkh, wangyuli, torvalds, aospan, conor.dooley,
ddrokosov, dmaengine, dushistov, fancer.lancer, geert, hoan, ink,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, richard.henderson, s.shtylyov,
serjk, shc_work, tsbogend, v.georgiev, wsa+renesas, xeb
On Wed, Oct 23, 2024 at 4:19 PM Kexy Biscuit <kexybiscuit@aosc.io> wrote:
>
> This reverts commit 6e90b675cf942e50c70e8394dfb5862975c3b3b2.
>
> An absolutely no-one-ever-reviewed patch, not even by the maintainers who
> got removed themselves - at least not on the mailing list. Then the patch
> just got slipped into an unrelated subsystem pull request, and got pulled
> by Torvalds with not even a comment.
>
> What about the next time? Who next would be removed from the MAINTAINERS
> file, the kernel.org infrastructure? What if the compliance requires
> another XZ backdoor to be developed without further explanation? Is the
> kernel development process still done in public?
>
> Are the "compliance requirements" documented on docs.kernel.org? Who are
> responsible for them? Are all that are responsible employees of
> The Linux Foundation, which is regulated by the U.S. legislature?
>
> Fixes: 6e90b675cf94 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
> Signed-off-by: Kexy Biscuit <kexybiscuit@aosc.io>
Acked-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
> ---
> Please keep all discussions on at least one of the mailing lists.
>
> MAINTAINERS | 178 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 178 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e9659a5a7fb3..501aa5c0887e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -258,6 +258,12 @@ L: linux-acenic@sunsite.dk
> S: Maintained
> F: drivers/net/ethernet/alteon/acenic*
>
> +ACER ASPIRE 1 EMBEDDED CONTROLLER DRIVER
> +M: Nikita Travkin <nikita@trvn.ru>
> +S: Maintained
> +F: Documentation/devicetree/bindings/platform/acer,aspire1-ec.yaml
> +F: drivers/platform/arm64/acer-aspire1-ec.c
> +
> ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
> M: Peter Kaestle <peter@piie.net>
> L: platform-driver-x86@vger.kernel.org
> @@ -882,6 +888,7 @@ F: drivers/staging/media/sunxi/cedrus/
>
> ALPHA PORT
> M: Richard Henderson <richard.henderson@linaro.org>
> +M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
> M: Matt Turner <mattst88@gmail.com>
> L: linux-alpha@vger.kernel.org
> S: Odd Fixes
> @@ -2256,6 +2263,12 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/mach-ep93xx/ts72xx.c
>
> +ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
> +M: Alexander Shiyan <shc_work@mail.ru>
> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> +S: Odd Fixes
> +N: clps711x
> +
> ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
> M: Hartley Sweeten <hsweeten@visionengravers.com>
> M: Alexander Sverdlin <alexander.sverdlin@gmail.com>
> @@ -3802,6 +3815,14 @@ F: drivers/video/backlight/
> F: include/linux/backlight.h
> F: include/linux/pwm_backlight.h
>
> +BAIKAL-T1 PVT HARDWARE MONITOR DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-hwmon@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/hwmon/baikal,bt1-pvt.yaml
> +F: Documentation/hwmon/bt1-pvt.rst
> +F: drivers/hwmon/bt1-pvt.[ch]
> +
> BARCO P50 GPIO DRIVER
> M: Santosh Kumar Yadav <santoshkumar.yadav@barco.com>
> M: Peter Korsgaard <peter.korsgaard@barco.com>
> @@ -6455,6 +6476,7 @@ F: drivers/mtd/nand/raw/denali*
>
> DESIGNWARE EDMA CORE IP DRIVER
> M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> +R: Serge Semin <fancer.lancer@gmail.com>
> L: dmaengine@vger.kernel.org
> S: Maintained
> F: drivers/dma/dw-edma/
> @@ -9737,6 +9759,14 @@ F: drivers/gpio/gpiolib-cdev.c
> F: include/uapi/linux/gpio.h
> F: tools/gpio/
>
> +GRE DEMULTIPLEXER DRIVER
> +M: Dmitry Kozlov <xeb@mail.ru>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +F: include/net/gre.h
> +F: net/ipv4/gre_demux.c
> +F: net/ipv4/gre_offload.c
> +
> GRETH 10/100/1G Ethernet MAC device driver
> M: Andreas Larsson <andreas@gaisler.com>
> L: netdev@vger.kernel.org
> @@ -12929,6 +12959,12 @@ S: Maintained
> F: drivers/ata/pata_arasan_cf.c
> F: include/linux/pata_arasan_cf_data.h
>
> +LIBATA PATA DRIVERS
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: linux-ide@vger.kernel.org
> +F: drivers/ata/ata_*.c
> +F: drivers/ata/pata_*.c
> +
> LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
> M: Linus Walleij <linus.walleij@linaro.org>
> L: linux-ide@vger.kernel.org
> @@ -12945,6 +12981,15 @@ F: drivers/ata/ahci_platform.c
> F: drivers/ata/libahci_platform.c
> F: include/linux/ahci_platform.h
>
> +LIBATA SATA AHCI SYNOPSYS DWC CONTROLLER DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-ide@vger.kernel.org
> +S: Maintained
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
> +F: Documentation/devicetree/bindings/ata/baikal,bt1-ahci.yaml
> +F: Documentation/devicetree/bindings/ata/snps,dwc-ahci.yaml
> +F: drivers/ata/ahci_dwc.c
> +
> LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
> M: Mikael Pettersson <mikpelinux@gmail.com>
> L: linux-ide@vger.kernel.org
> @@ -14140,6 +14185,16 @@ S: Maintained
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/platform/nxp/imx-pxp.[ch]
>
> +MEDIA DRIVERS FOR ASCOT2E
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/ascot2e*
> +
> MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
> M: Jasmin Jessich <jasmin@anw.at>
> L: linux-media@vger.kernel.org
> @@ -14148,6 +14203,16 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/dvb-frontends/cxd2099*
>
> +MEDIA DRIVERS FOR CXD2841ER
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/cxd2841er*
> +
> MEDIA DRIVERS FOR CXD2880
> M: Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
> L: linux-media@vger.kernel.org
> @@ -14192,6 +14257,35 @@ F: drivers/media/platform/nxp/imx-mipi-csis.c
> F: drivers/media/platform/nxp/imx7-media-csi.c
> F: drivers/media/platform/nxp/imx8mq-mipi-csi2.c
>
> +MEDIA DRIVERS FOR HELENE
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/helene*
> +
> +MEDIA DRIVERS FOR HORUS3A
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/horus3a*
> +
> +MEDIA DRIVERS FOR LNBH25
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/lnbh25*
> +
> MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
> L: linux-media@vger.kernel.org
> S: Orphan
> @@ -14199,6 +14293,16 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/dvb-frontends/mxl5xx*
>
> +MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/pci/netup_unidvb/*
> +
> MEDIA DRIVERS FOR NVIDIA TEGRA - VDE
> M: Dmitry Osipenko <digetx@gmail.com>
> L: linux-media@vger.kernel.org
> @@ -14842,6 +14946,13 @@ F: drivers/mtd/
> F: include/linux/mtd/
> F: include/uapi/mtd/
>
> +MEMSENSING MICROSYSTEMS MSA311 DRIVER
> +M: Dmitry Rokosov <ddrokosov@sberdevices.ru>
> +L: linux-iio@vger.kernel.org
> +S: Maintained
> +F: Documentation/devicetree/bindings/iio/accel/memsensing,msa311.yaml
> +F: drivers/iio/accel/msa311.c
> +
> MEN A21 WATCHDOG DRIVER
> M: Johannes Thumshirn <morbidrsa@gmail.com>
> L: linux-watchdog@vger.kernel.org
> @@ -15175,6 +15286,7 @@ F: drivers/tty/serial/8250/8250_pci1xxxx.c
>
> MICROCHIP POLARFIRE FPGA DRIVERS
> M: Conor Dooley <conor.dooley@microchip.com>
> +R: Vladimir Georgiev <v.georgiev@metrotek.ru>
> L: linux-fpga@vger.kernel.org
> S: Supported
> F: Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml
> @@ -15429,6 +15541,17 @@ F: arch/mips/
> F: drivers/platform/mips/
> F: include/dt-bindings/mips/
>
> +MIPS BAIKAL-T1 PLATFORM
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-mips@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/bus/baikal,bt1-*.yaml
> +F: Documentation/devicetree/bindings/clock/baikal,bt1-*.yaml
> +F: drivers/bus/bt1-*.c
> +F: drivers/clk/baikal-t1/
> +F: drivers/memory/bt1-l2-ctl.c
> +F: drivers/mtd/maps/physmap-bt1-rom.[ch]
> +
> MIPS BOSTON DEVELOPMENT BOARD
> M: Paul Burton <paulburton@kernel.org>
> L: linux-mips@vger.kernel.org
> @@ -15441,6 +15564,7 @@ F: include/dt-bindings/clock/boston-clock.h
>
> MIPS CORE DRIVERS
> M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> +M: Serge Semin <fancer.lancer@gmail.com>
> L: linux-mips@vger.kernel.org
> S: Supported
> F: drivers/bus/mips_cdmm.c
> @@ -16408,6 +16532,12 @@ F: include/linux/ntb.h
> F: include/linux/ntb_transport.h
> F: tools/testing/selftests/ntb/
>
> +NTB IDT DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: ntb@lists.linux.dev
> +S: Supported
> +F: drivers/ntb/hw/idt/
> +
> NTB INTEL DRIVER
> M: Dave Jiang <dave.jiang@intel.com>
> L: ntb@lists.linux.dev
> @@ -18428,6 +18558,13 @@ F: drivers/pps/
> F: include/linux/pps*.h
> F: include/uapi/linux/pps.h
>
> +PPTP DRIVER
> +M: Dmitry Kozlov <xeb@mail.ru>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +W: http://sourceforge.net/projects/accel-pptp
> +F: drivers/net/ppp/pptp.c
> +
> PRESSURE STALL INFORMATION (PSI)
> M: Johannes Weiner <hannes@cmpxchg.org>
> M: Suren Baghdasaryan <surenb@google.com>
> @@ -19518,6 +19655,15 @@ S: Supported
> F: Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
> F: drivers/i2c/busses/i2c-emev2.c
>
> +RENESAS ETHERNET AVB DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: netdev@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +F: Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> +F: drivers/net/ethernet/renesas/Kconfig
> +F: drivers/net/ethernet/renesas/Makefile
> +F: drivers/net/ethernet/renesas/ravb*
> +
> RENESAS ETHERNET SWITCH DRIVER
> R: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> L: netdev@vger.kernel.org
> @@ -19567,6 +19713,14 @@ F: Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml
> F: drivers/i2c/busses/i2c-rcar.c
> F: drivers/i2c/busses/i2c-sh_mobile.c
>
> +RENESAS R-CAR SATA DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: linux-ide@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> +F: drivers/ata/sata_rcar.c
> +
> RENESAS R-CAR THERMAL DRIVERS
> M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
> L: linux-renesas-soc@vger.kernel.org
> @@ -19642,6 +19796,16 @@ S: Supported
> F: Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
> F: drivers/i2c/busses/i2c-rzv2m.c
>
> +RENESAS SUPERH ETHERNET DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: netdev@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +F: Documentation/devicetree/bindings/net/renesas,ether.yaml
> +F: drivers/net/ethernet/renesas/Kconfig
> +F: drivers/net/ethernet/renesas/Makefile
> +F: drivers/net/ethernet/renesas/sh_eth*
> +F: include/linux/sh_eth.h
> +
> RENESAS USB PHY DRIVER
> M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> L: linux-renesas-soc@vger.kernel.org
> @@ -22295,11 +22459,19 @@ F: drivers/tty/serial/8250/8250_lpss.c
>
> SYNOPSYS DESIGNWARE APB GPIO DRIVER
> M: Hoan Tran <hoan@os.amperecomputing.com>
> +M: Serge Semin <fancer.lancer@gmail.com>
> L: linux-gpio@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/bindings/gpio/snps,dw-apb-gpio.yaml
> F: drivers/gpio/gpio-dwapb.c
>
> +SYNOPSYS DESIGNWARE APB SSI DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-spi@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
> +F: drivers/spi/spi-dw*
> +
> SYNOPSYS DESIGNWARE AXI DMAC DRIVER
> M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> S: Maintained
> @@ -23609,6 +23781,12 @@ L: linux-input@vger.kernel.org
> S: Maintained
> F: drivers/hid/hid-udraw-ps3.c
>
> +UFS FILESYSTEM
> +M: Evgeniy Dushistov <dushistov@mail.ru>
> +S: Maintained
> +F: Documentation/admin-guide/ufs.rst
> +F: fs/ufs/
> +
> UHID USERSPACE HID IO DRIVER
> M: David Rheinsberg <david@readahead.eu>
> L: linux-input@vger.kernel.org
> --
> 2.47.0
>
>
--
Best regards, Tonghao
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 8:09 ` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements." Kexy Biscuit
` (2 preceding siblings ...)
2024-10-23 9:28 ` Tonghao Zhang
@ 2024-10-23 10:27 ` Nikita Shubin
2024-10-23 14:47 ` Lance Yang
` (5 subsequent siblings)
9 siblings, 0 replies; 40+ messages in thread
From: Nikita Shubin @ 2024-10-23 10:27 UTC (permalink / raw)
To: Kexy Biscuit, jeffbai, gregkh, wangyuli, torvalds
Cc: aospan, conor.dooley, ddrokosov, dmaengine, dushistov,
fancer.lancer, geert, hoan, ink, linux-alpha, linux-arm-kernel,
linux-fpga, linux-gpio, linux-hwmon, linux-ide, linux-iio,
linux-media, linux-mips, linux-renesas-soc, linux-spi,
manivannan.sadhasivam, mattst88, netdev, nikita, ntb, patches,
richard.henderson, s.shtylyov, serjk, shc_work, tsbogend,
v.georgiev, wsa+renesas, xeb
Acked-by: Nikita Shubin <nikita.shubin@maquefel.me>
On Wed, 2024-10-23 at 16:09 +0800, Kexy Biscuit wrote:
> This reverts commit 6e90b675cf942e50c70e8394dfb5862975c3b3b2.
>
> An absolutely no-one-ever-reviewed patch, not even by the maintainers
> who
> got removed themselves - at least not on the mailing list. Then the
> patch
> just got slipped into an unrelated subsystem pull request, and got
> pulled
> by Torvalds with not even a comment.
>
> What about the next time? Who next would be removed from the
> MAINTAINERS
> file, the kernel.org infrastructure? What if the compliance requires
> another XZ backdoor to be developed without further explanation? Is
> the
> kernel development process still done in public?
>
> Are the "compliance requirements" documented on docs.kernel.org? Who
> are
> responsible for them? Are all that are responsible employees of
> The Linux Foundation, which is regulated by the U.S. legislature?
>
> Fixes: 6e90b675cf94 ("MAINTAINERS: Remove some entries due to various
> compliance requirements.")
> Signed-off-by: Kexy Biscuit <kexybiscuit@aosc.io>
> ---
> Please keep all discussions on at least one of the mailing lists.
>
> MAINTAINERS | 178
> ++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 178 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e9659a5a7fb3..501aa5c0887e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -258,6 +258,12 @@ L: linux-acenic@sunsite.dk
> S: Maintained
> F: drivers/net/ethernet/alteon/acenic*
>
> +ACER ASPIRE 1 EMBEDDED CONTROLLER DRIVER
> +M: Nikita Travkin <nikita@trvn.ru>
> +S: Maintained
> +F: Documentation/devicetree/bindings/platform/acer,aspire1-
> ec.yaml
> +F: drivers/platform/arm64/acer-aspire1-ec.c
> +
> ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
> M: Peter Kaestle <peter@piie.net>
> L: platform-driver-x86@vger.kernel.org
> @@ -882,6 +888,7 @@ F: drivers/staging/media/sunxi/cedrus/
>
> ALPHA PORT
> M: Richard Henderson <richard.henderson@linaro.org>
> +M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
> M: Matt Turner <mattst88@gmail.com>
> L: linux-alpha@vger.kernel.org
> S: Odd Fixes
> @@ -2256,6 +2263,12 @@
> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/mach-ep93xx/ts72xx.c
>
> +ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
> +M: Alexander Shiyan <shc_work@mail.ru>
> +L: linux-arm-kernel@lists.infradead.org (moderated for non-
> subscribers)
> +S: Odd Fixes
> +N: clps711x
> +
> ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
> M: Hartley Sweeten <hsweeten@visionengravers.com>
> M: Alexander Sverdlin <alexander.sverdlin@gmail.com>
> @@ -3802,6 +3815,14 @@ F: drivers/video/backlight/
> F: include/linux/backlight.h
> F: include/linux/pwm_backlight.h
>
> +BAIKAL-T1 PVT HARDWARE MONITOR DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-hwmon@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/hwmon/baikal,bt1-pvt.yaml
> +F: Documentation/hwmon/bt1-pvt.rst
> +F: drivers/hwmon/bt1-pvt.[ch]
> +
> BARCO P50 GPIO DRIVER
> M: Santosh Kumar Yadav <santoshkumar.yadav@barco.com>
> M: Peter Korsgaard <peter.korsgaard@barco.com>
> @@ -6455,6 +6476,7 @@ F: drivers/mtd/nand/raw/denali*
>
> DESIGNWARE EDMA CORE IP DRIVER
> M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> +R: Serge Semin <fancer.lancer@gmail.com>
> L: dmaengine@vger.kernel.org
> S: Maintained
> F: drivers/dma/dw-edma/
> @@ -9737,6 +9759,14 @@ F: drivers/gpio/gpiolib-cdev.c
> F: include/uapi/linux/gpio.h
> F: tools/gpio/
>
> +GRE DEMULTIPLEXER DRIVER
> +M: Dmitry Kozlov <xeb@mail.ru>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +F: include/net/gre.h
> +F: net/ipv4/gre_demux.c
> +F: net/ipv4/gre_offload.c
> +
> GRETH 10/100/1G Ethernet MAC device driver
> M: Andreas Larsson <andreas@gaisler.com>
> L: netdev@vger.kernel.org
> @@ -12929,6 +12959,12 @@ S: Maintained
> F: drivers/ata/pata_arasan_cf.c
> F: include/linux/pata_arasan_cf_data.h
>
> +LIBATA PATA DRIVERS
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: linux-ide@vger.kernel.org
> +F: drivers/ata/ata_*.c
> +F: drivers/ata/pata_*.c
> +
> LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
> M: Linus Walleij <linus.walleij@linaro.org>
> L: linux-ide@vger.kernel.org
> @@ -12945,6 +12981,15 @@ F: drivers/ata/ahci_platform.c
> F: drivers/ata/libahci_platform.c
> F: include/linux/ahci_platform.h
>
> +LIBATA SATA AHCI SYNOPSYS DWC CONTROLLER DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-ide@vger.kernel.org
> +S: Maintained
> +T: git
> git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
> +F: Documentation/devicetree/bindings/ata/baikal,bt1-ahci.yaml
> +F: Documentation/devicetree/bindings/ata/snps,dwc-ahci.yaml
> +F: drivers/ata/ahci_dwc.c
> +
> LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
> M: Mikael Pettersson <mikpelinux@gmail.com>
> L: linux-ide@vger.kernel.org
> @@ -14140,6 +14185,16 @@ S: Maintained
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/platform/nxp/imx-pxp.[ch]
>
> +MEDIA DRIVERS FOR ASCOT2E
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/ascot2e*
> +
> MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
> M: Jasmin Jessich <jasmin@anw.at>
> L: linux-media@vger.kernel.org
> @@ -14148,6 +14203,16 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/dvb-frontends/cxd2099*
>
> +MEDIA DRIVERS FOR CXD2841ER
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/cxd2841er*
> +
> MEDIA DRIVERS FOR CXD2880
> M: Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
> L: linux-media@vger.kernel.org
> @@ -14192,6 +14257,35 @@ F: drivers/media/platform/nxp/imx-mipi-
> csis.c
> F: drivers/media/platform/nxp/imx7-media-csi.c
> F: drivers/media/platform/nxp/imx8mq-mipi-csi2.c
>
> +MEDIA DRIVERS FOR HELENE
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/helene*
> +
> +MEDIA DRIVERS FOR HORUS3A
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/horus3a*
> +
> +MEDIA DRIVERS FOR LNBH25
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/lnbh25*
> +
> MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
> L: linux-media@vger.kernel.org
> S: Orphan
> @@ -14199,6 +14293,16 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/dvb-frontends/mxl5xx*
>
> +MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/pci/netup_unidvb/*
> +
> MEDIA DRIVERS FOR NVIDIA TEGRA - VDE
> M: Dmitry Osipenko <digetx@gmail.com>
> L: linux-media@vger.kernel.org
> @@ -14842,6 +14946,13 @@ F: drivers/mtd/
> F: include/linux/mtd/
> F: include/uapi/mtd/
>
> +MEMSENSING MICROSYSTEMS MSA311 DRIVER
> +M: Dmitry Rokosov <ddrokosov@sberdevices.ru>
> +L: linux-iio@vger.kernel.org
> +S: Maintained
> +F: Documentation/devicetree/bindings/iio/accel/memsensing,msa31
> 1.yaml
> +F: drivers/iio/accel/msa311.c
> +
> MEN A21 WATCHDOG DRIVER
> M: Johannes Thumshirn <morbidrsa@gmail.com>
> L: linux-watchdog@vger.kernel.org
> @@ -15175,6 +15286,7 @@
> F: drivers/tty/serial/8250/8250_pci1xxxx.c
>
> MICROCHIP POLARFIRE FPGA DRIVERS
> M: Conor Dooley <conor.dooley@microchip.com>
> +R: Vladimir Georgiev <v.georgiev@metrotek.ru>
> L: linux-fpga@vger.kernel.org
> S: Supported
> F: Documentation/devicetree/bindings/fpga/microchip,mpf-spi-
> fpga-mgr.yaml
> @@ -15429,6 +15541,17 @@ F: arch/mips/
> F: drivers/platform/mips/
> F: include/dt-bindings/mips/
>
> +MIPS BAIKAL-T1 PLATFORM
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-mips@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/bus/baikal,bt1-*.yaml
> +F: Documentation/devicetree/bindings/clock/baikal,bt1-*.yaml
> +F: drivers/bus/bt1-*.c
> +F: drivers/clk/baikal-t1/
> +F: drivers/memory/bt1-l2-ctl.c
> +F: drivers/mtd/maps/physmap-bt1-rom.[ch]
> +
> MIPS BOSTON DEVELOPMENT BOARD
> M: Paul Burton <paulburton@kernel.org>
> L: linux-mips@vger.kernel.org
> @@ -15441,6 +15564,7 @@ F: include/dt-bindings/clock/boston-
> clock.h
>
> MIPS CORE DRIVERS
> M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> +M: Serge Semin <fancer.lancer@gmail.com>
> L: linux-mips@vger.kernel.org
> S: Supported
> F: drivers/bus/mips_cdmm.c
> @@ -16408,6 +16532,12 @@ F: include/linux/ntb.h
> F: include/linux/ntb_transport.h
> F: tools/testing/selftests/ntb/
>
> +NTB IDT DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: ntb@lists.linux.dev
> +S: Supported
> +F: drivers/ntb/hw/idt/
> +
> NTB INTEL DRIVER
> M: Dave Jiang <dave.jiang@intel.com>
> L: ntb@lists.linux.dev
> @@ -18428,6 +18558,13 @@ F: drivers/pps/
> F: include/linux/pps*.h
> F: include/uapi/linux/pps.h
>
> +PPTP DRIVER
> +M: Dmitry Kozlov <xeb@mail.ru>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +W: http://sourceforge.net/projects/accel-pptp
> +F: drivers/net/ppp/pptp.c
> +
> PRESSURE STALL INFORMATION (PSI)
> M: Johannes Weiner <hannes@cmpxchg.org>
> M: Suren Baghdasaryan <surenb@google.com>
> @@ -19518,6 +19655,15 @@ S: Supported
> F: Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
> F: drivers/i2c/busses/i2c-emev2.c
>
> +RENESAS ETHERNET AVB DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: netdev@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +F: Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> +F: drivers/net/ethernet/renesas/Kconfig
> +F: drivers/net/ethernet/renesas/Makefile
> +F: drivers/net/ethernet/renesas/ravb*
> +
> RENESAS ETHERNET SWITCH DRIVER
> R: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> L: netdev@vger.kernel.org
> @@ -19567,6 +19713,14 @@
> F: Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml
> F: drivers/i2c/busses/i2c-rcar.c
> F: drivers/i2c/busses/i2c-sh_mobile.c
>
> +RENESAS R-CAR SATA DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: linux-ide@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> +F: drivers/ata/sata_rcar.c
> +
> RENESAS R-CAR THERMAL DRIVERS
> M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
> L: linux-renesas-soc@vger.kernel.org
> @@ -19642,6 +19796,16 @@ S: Supported
> F: Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
> F: drivers/i2c/busses/i2c-rzv2m.c
>
> +RENESAS SUPERH ETHERNET DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: netdev@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +F: Documentation/devicetree/bindings/net/renesas,ether.yaml
> +F: drivers/net/ethernet/renesas/Kconfig
> +F: drivers/net/ethernet/renesas/Makefile
> +F: drivers/net/ethernet/renesas/sh_eth*
> +F: include/linux/sh_eth.h
> +
> RENESAS USB PHY DRIVER
> M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> L: linux-renesas-soc@vger.kernel.org
> @@ -22295,11 +22459,19 @@ F: drivers/tty/serial/8250/8250_lpss.c
>
> SYNOPSYS DESIGNWARE APB GPIO DRIVER
> M: Hoan Tran <hoan@os.amperecomputing.com>
> +M: Serge Semin <fancer.lancer@gmail.com>
> L: linux-gpio@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/bindings/gpio/snps,dw-apb-gpio.yaml
> F: drivers/gpio/gpio-dwapb.c
>
> +SYNOPSYS DESIGNWARE APB SSI DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-spi@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
> +F: drivers/spi/spi-dw*
> +
> SYNOPSYS DESIGNWARE AXI DMAC DRIVER
> M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> S: Maintained
> @@ -23609,6 +23781,12 @@ L: linux-input@vger.kernel.org
> S: Maintained
> F: drivers/hid/hid-udraw-ps3.c
>
> +UFS FILESYSTEM
> +M: Evgeniy Dushistov <dushistov@mail.ru>
> +S: Maintained
> +F: Documentation/admin-guide/ufs.rst
> +F: fs/ufs/
> +
> UHID USERSPACE HID IO DRIVER
> M: David Rheinsberg <david@readahead.eu>
> L: linux-input@vger.kernel.org
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 8:09 ` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements." Kexy Biscuit
` (3 preceding siblings ...)
2024-10-23 10:27 ` Nikita Shubin
@ 2024-10-23 14:47 ` Lance Yang
2024-10-23 15:03 ` Yangyu Chen
` (4 subsequent siblings)
9 siblings, 0 replies; 40+ messages in thread
From: Lance Yang @ 2024-10-23 14:47 UTC (permalink / raw)
To: kexybiscuit
Cc: aospan, conor.dooley, ddrokosov, dmaengine, dushistov,
fancer.lancer, geert, gregkh, hoan, ink, jeffbai, linux-alpha,
linux-arm-kernel, linux-fpga, linux-gpio, linux-hwmon, linux-ide,
linux-iio, linux-media, linux-mips, linux-renesas-soc, linux-spi,
manivannan.sadhasivam, mattst88, netdev, nikita, ntb, patches,
richard.henderson, s.shtylyov, serjk, shc_work, torvalds,
tsbogend, v.georgiev, wangyuli, wsa+renesas, xeb, Lance Yang
On Wed, Oct 23, 2024 at 4:19 PM Kexy Biscuit <kexybiscuit@aosc.io> wrote:
>
> This reverts commit 6e90b675cf942e50c70e8394dfb5862975c3b3b2.
>
> An absolutely no-one-ever-reviewed patch, not even by the maintainers who
> got removed themselves - at least not on the mailing list. Then the patch
> just got slipped into an unrelated subsystem pull request, and got pulled
> by Torvalds with not even a comment.
>
> What about the next time? Who next would be removed from the MAINTAINERS
> file, the kernel.org infrastructure? What if the compliance requires
> another XZ backdoor to be developed without further explanation? Is the
> kernel development process still done in public?
>
> Are the "compliance requirements" documented on docs.kernel.org? Who are
> responsible for them? Are all that are responsible employees of
> The Linux Foundation, which is regulated by the U.S. legislature?
>
> Fixes: 6e90b675cf94 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
> Signed-off-by: Kexy Biscuit <kexybiscuit@aosc.io>
OMG, I cannot believe this is true :(
Please keep all discussions on at least one of the mailling lists.
Acked-by: Lance Yang <ioworker0@gmail.com>
Thanks,
Lance
> ---
> Please keep all discussions on at least one of the mailing lists.
>
> MAINTAINERS | 178 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 178 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e9659a5a7fb3..501aa5c0887e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -258,6 +258,12 @@ L: linux-acenic@sunsite.dk
> S: Maintained
> F: drivers/net/ethernet/alteon/acenic*
>
> +ACER ASPIRE 1 EMBEDDED CONTROLLER DRIVER
> +M: Nikita Travkin <nikita@trvn.ru>
> +S: Maintained
> +F: Documentation/devicetree/bindings/platform/acer,aspire1-ec.yaml
> +F: drivers/platform/arm64/acer-aspire1-ec.c
> +
> ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
> M: Peter Kaestle <peter@piie.net>
> L: platform-driver-x86@vger.kernel.org
> @@ -882,6 +888,7 @@ F: drivers/staging/media/sunxi/cedrus/
>
> ALPHA PORT
> M: Richard Henderson <richard.henderson@linaro.org>
> +M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
> M: Matt Turner <mattst88@gmail.com>
> L: linux-alpha@vger.kernel.org
> S: Odd Fixes
> @@ -2256,6 +2263,12 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/mach-ep93xx/ts72xx.c
>
> +ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
> +M: Alexander Shiyan <shc_work@mail.ru>
> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> +S: Odd Fixes
> +N: clps711x
> +
> ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
> M: Hartley Sweeten <hsweeten@visionengravers.com>
> M: Alexander Sverdlin <alexander.sverdlin@gmail.com>
> @@ -3802,6 +3815,14 @@ F: drivers/video/backlight/
> F: include/linux/backlight.h
> F: include/linux/pwm_backlight.h
>
> +BAIKAL-T1 PVT HARDWARE MONITOR DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-hwmon@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/hwmon/baikal,bt1-pvt.yaml
> +F: Documentation/hwmon/bt1-pvt.rst
> +F: drivers/hwmon/bt1-pvt.[ch]
> +
> BARCO P50 GPIO DRIVER
> M: Santosh Kumar Yadav <santoshkumar.yadav@barco.com>
> M: Peter Korsgaard <peter.korsgaard@barco.com>
> @@ -6455,6 +6476,7 @@ F: drivers/mtd/nand/raw/denali*
>
> DESIGNWARE EDMA CORE IP DRIVER
> M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> +R: Serge Semin <fancer.lancer@gmail.com>
> L: dmaengine@vger.kernel.org
> S: Maintained
> F: drivers/dma/dw-edma/
> @@ -9737,6 +9759,14 @@ F: drivers/gpio/gpiolib-cdev.c
> F: include/uapi/linux/gpio.h
> F: tools/gpio/
>
> +GRE DEMULTIPLEXER DRIVER
> +M: Dmitry Kozlov <xeb@mail.ru>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +F: include/net/gre.h
> +F: net/ipv4/gre_demux.c
> +F: net/ipv4/gre_offload.c
> +
> GRETH 10/100/1G Ethernet MAC device driver
> M: Andreas Larsson <andreas@gaisler.com>
> L: netdev@vger.kernel.org
> @@ -12929,6 +12959,12 @@ S: Maintained
> F: drivers/ata/pata_arasan_cf.c
> F: include/linux/pata_arasan_cf_data.h
>
> +LIBATA PATA DRIVERS
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: linux-ide@vger.kernel.org
> +F: drivers/ata/ata_*.c
> +F: drivers/ata/pata_*.c
> +
> LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
> M: Linus Walleij <linus.walleij@linaro.org>
> L: linux-ide@vger.kernel.org
> @@ -12945,6 +12981,15 @@ F: drivers/ata/ahci_platform.c
> F: drivers/ata/libahci_platform.c
> F: include/linux/ahci_platform.h
>
> +LIBATA SATA AHCI SYNOPSYS DWC CONTROLLER DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-ide@vger.kernel.org
> +S: Maintained
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
> +F: Documentation/devicetree/bindings/ata/baikal,bt1-ahci.yaml
> +F: Documentation/devicetree/bindings/ata/snps,dwc-ahci.yaml
> +F: drivers/ata/ahci_dwc.c
> +
> LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
> M: Mikael Pettersson <mikpelinux@gmail.com>
> L: linux-ide@vger.kernel.org
> @@ -14140,6 +14185,16 @@ S: Maintained
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/platform/nxp/imx-pxp.[ch]
>
> +MEDIA DRIVERS FOR ASCOT2E
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/ascot2e*
> +
> MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
> M: Jasmin Jessich <jasmin@anw.at>
> L: linux-media@vger.kernel.org
> @@ -14148,6 +14203,16 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/dvb-frontends/cxd2099*
>
> +MEDIA DRIVERS FOR CXD2841ER
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/cxd2841er*
> +
> MEDIA DRIVERS FOR CXD2880
> M: Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
> L: linux-media@vger.kernel.org
> @@ -14192,6 +14257,35 @@ F: drivers/media/platform/nxp/imx-mipi-csis.c
> F: drivers/media/platform/nxp/imx7-media-csi.c
> F: drivers/media/platform/nxp/imx8mq-mipi-csi2.c
>
> +MEDIA DRIVERS FOR HELENE
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/helene*
> +
> +MEDIA DRIVERS FOR HORUS3A
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/horus3a*
> +
> +MEDIA DRIVERS FOR LNBH25
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/lnbh25*
> +
> MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
> L: linux-media@vger.kernel.org
> S: Orphan
> @@ -14199,6 +14293,16 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/dvb-frontends/mxl5xx*
>
> +MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/pci/netup_unidvb/*
> +
> MEDIA DRIVERS FOR NVIDIA TEGRA - VDE
> M: Dmitry Osipenko <digetx@gmail.com>
> L: linux-media@vger.kernel.org
> @@ -14842,6 +14946,13 @@ F: drivers/mtd/
> F: include/linux/mtd/
> F: include/uapi/mtd/
>
> +MEMSENSING MICROSYSTEMS MSA311 DRIVER
> +M: Dmitry Rokosov <ddrokosov@sberdevices.ru>
> +L: linux-iio@vger.kernel.org
> +S: Maintained
> +F: Documentation/devicetree/bindings/iio/accel/memsensing,msa311.yaml
> +F: drivers/iio/accel/msa311.c
> +
> MEN A21 WATCHDOG DRIVER
> M: Johannes Thumshirn <morbidrsa@gmail.com>
> L: linux-watchdog@vger.kernel.org
> @@ -15175,6 +15286,7 @@ F: drivers/tty/serial/8250/8250_pci1xxxx.c
>
> MICROCHIP POLARFIRE FPGA DRIVERS
> M: Conor Dooley <conor.dooley@microchip.com>
> +R: Vladimir Georgiev <v.georgiev@metrotek.ru>
> L: linux-fpga@vger.kernel.org
> S: Supported
> F: Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml
> @@ -15429,6 +15541,17 @@ F: arch/mips/
> F: drivers/platform/mips/
> F: include/dt-bindings/mips/
>
> +MIPS BAIKAL-T1 PLATFORM
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-mips@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/bus/baikal,bt1-*.yaml
> +F: Documentation/devicetree/bindings/clock/baikal,bt1-*.yaml
> +F: drivers/bus/bt1-*.c
> +F: drivers/clk/baikal-t1/
> +F: drivers/memory/bt1-l2-ctl.c
> +F: drivers/mtd/maps/physmap-bt1-rom.[ch]
> +
> MIPS BOSTON DEVELOPMENT BOARD
> M: Paul Burton <paulburton@kernel.org>
> L: linux-mips@vger.kernel.org
> @@ -15441,6 +15564,7 @@ F: include/dt-bindings/clock/boston-clock.h
>
> MIPS CORE DRIVERS
> M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> +M: Serge Semin <fancer.lancer@gmail.com>
> L: linux-mips@vger.kernel.org
> S: Supported
> F: drivers/bus/mips_cdmm.c
> @@ -16408,6 +16532,12 @@ F: include/linux/ntb.h
> F: include/linux/ntb_transport.h
> F: tools/testing/selftests/ntb/
>
> +NTB IDT DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: ntb@lists.linux.dev
> +S: Supported
> +F: drivers/ntb/hw/idt/
> +
> NTB INTEL DRIVER
> M: Dave Jiang <dave.jiang@intel.com>
> L: ntb@lists.linux.dev
> @@ -18428,6 +18558,13 @@ F: drivers/pps/
> F: include/linux/pps*.h
> F: include/uapi/linux/pps.h
>
> +PPTP DRIVER
> +M: Dmitry Kozlov <xeb@mail.ru>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +W: http://sourceforge.net/projects/accel-pptp
> +F: drivers/net/ppp/pptp.c
> +
> PRESSURE STALL INFORMATION (PSI)
> M: Johannes Weiner <hannes@cmpxchg.org>
> M: Suren Baghdasaryan <surenb@google.com>
> @@ -19518,6 +19655,15 @@ S: Supported
> F: Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
> F: drivers/i2c/busses/i2c-emev2.c
>
> +RENESAS ETHERNET AVB DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: netdev@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +F: Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> +F: drivers/net/ethernet/renesas/Kconfig
> +F: drivers/net/ethernet/renesas/Makefile
> +F: drivers/net/ethernet/renesas/ravb*
> +
> RENESAS ETHERNET SWITCH DRIVER
> R: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> L: netdev@vger.kernel.org
> @@ -19567,6 +19713,14 @@ F: Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml
> F: drivers/i2c/busses/i2c-rcar.c
> F: drivers/i2c/busses/i2c-sh_mobile.c
>
> +RENESAS R-CAR SATA DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: linux-ide@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> +F: drivers/ata/sata_rcar.c
> +
> RENESAS R-CAR THERMAL DRIVERS
> M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
> L: linux-renesas-soc@vger.kernel.org
> @@ -19642,6 +19796,16 @@ S: Supported
> F: Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
> F: drivers/i2c/busses/i2c-rzv2m.c
>
> +RENESAS SUPERH ETHERNET DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: netdev@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +F: Documentation/devicetree/bindings/net/renesas,ether.yaml
> +F: drivers/net/ethernet/renesas/Kconfig
> +F: drivers/net/ethernet/renesas/Makefile
> +F: drivers/net/ethernet/renesas/sh_eth*
> +F: include/linux/sh_eth.h
> +
> RENESAS USB PHY DRIVER
> M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> L: linux-renesas-soc@vger.kernel.org
> @@ -22295,11 +22459,19 @@ F: drivers/tty/serial/8250/8250_lpss.c
>
> SYNOPSYS DESIGNWARE APB GPIO DRIVER
> M: Hoan Tran <hoan@os.amperecomputing.com>
> +M: Serge Semin <fancer.lancer@gmail.com>
> L: linux-gpio@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/bindings/gpio/snps,dw-apb-gpio.yaml
> F: drivers/gpio/gpio-dwapb.c
>
> +SYNOPSYS DESIGNWARE APB SSI DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-spi@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
> +F: drivers/spi/spi-dw*
> +
> SYNOPSYS DESIGNWARE AXI DMAC DRIVER
> M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> S: Maintained
> @@ -23609,6 +23781,12 @@ L: linux-input@vger.kernel.org
> S: Maintained
> F: drivers/hid/hid-udraw-ps3.c
>
> +UFS FILESYSTEM
> +M: Evgeniy Dushistov <dushistov@mail.ru>
> +S: Maintained
> +F: Documentation/admin-guide/ufs.rst
> +F: fs/ufs/
> +
> UHID USERSPACE HID IO DRIVER
> M: David Rheinsberg <david@readahead.eu>
> L: linux-input@vger.kernel.org
> --
> 2.47.0
>
>
--
2.45.2
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 8:09 ` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements." Kexy Biscuit
` (4 preceding siblings ...)
2024-10-23 14:47 ` Lance Yang
@ 2024-10-23 15:03 ` Yangyu Chen
2024-10-23 15:04 ` Sergio Paracuellos
` (3 subsequent siblings)
9 siblings, 0 replies; 40+ messages in thread
From: Yangyu Chen @ 2024-10-23 15:03 UTC (permalink / raw)
To: Kexy Biscuit, jeffbai, gregkh, wangyuli, torvalds
Cc: aospan, conor.dooley, ddrokosov, dmaengine, dushistov,
fancer.lancer, geert, hoan, ink, linux-alpha, linux-arm-kernel,
linux-fpga, linux-gpio, linux-hwmon, linux-ide, linux-iio,
linux-media, linux-mips, linux-renesas-soc, linux-spi,
manivannan.sadhasivam, mattst88, netdev, nikita, ntb, patches,
richard.henderson, s.shtylyov, serjk, shc_work, tsbogend,
v.georgiev, wsa+renesas, xeb
On 2024/10/23 16:09, Kexy Biscuit wrote:
> This reverts commit 6e90b675cf942e50c70e8394dfb5862975c3b3b2.
>
> An absolutely no-one-ever-reviewed patch, not even by the maintainers who
> got removed themselves - at least not on the mailing list. Then the patch
> just got slipped into an unrelated subsystem pull request, and got pulled
> by Torvalds with not even a comment.
>
I agree.
> What about the next time? Who next would be removed from the MAINTAINERS
> file, the kernel.org infrastructure? What if the compliance requires
> another XZ backdoor to be developed without further explanation? Is the
> kernel development process still done in public?
>
> Are the "compliance requirements" documented on docs.kernel.org? Who are
> responsible for them? Are all that are responsible employees of
> The Linux Foundation, which is regulated by the U.S. legislature?
>
Please consider how a neutral maintainer would perceive these commit
messages; if they sign off on this commit, what does it mean?
I recommend focusing on factual information rather than inciting
emotions. Including these statements in the commit message may not
be the best approach to gaining objective support. I suggest removing
these two paragraphs and submitting a revised patch v2.
Otherwise, it looks good to me.
Reviewed-by: Yangyu Chen <cyy@cyyself.name>
> Fixes: 6e90b675cf94 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
> Signed-off-by: Kexy Biscuit <kexybiscuit@aosc.io>
> Acked-by: Nikita Travkin <nikita@trvn.ru>
> Acked-by: WangYuli <wangyuli@uniontech.com>
> Acked-by: Mingcong Bai <jeffbai@aosc.io>
> Acked-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
> Acked-by: Nikita Shubin <nikita.shubin@maquefel.me>
> ---
> Please keep all discussions on at least one of the mailing lists.
>
> MAINTAINERS | 178 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 178 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e9659a5a7fb3..501aa5c0887e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -258,6 +258,12 @@ L: linux-acenic@sunsite.dk
> S: Maintained
> F: drivers/net/ethernet/alteon/acenic*
>
> +ACER ASPIRE 1 EMBEDDED CONTROLLER DRIVER
> +M: Nikita Travkin <nikita@trvn.ru>
> +S: Maintained
> +F: Documentation/devicetree/bindings/platform/acer,aspire1-ec.yaml
> +F: drivers/platform/arm64/acer-aspire1-ec.c
> +
> ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
> M: Peter Kaestle <peter@piie.net>
> L: platform-driver-x86@vger.kernel.org
> @@ -882,6 +888,7 @@ F: drivers/staging/media/sunxi/cedrus/
>
> ALPHA PORT
> M: Richard Henderson <richard.henderson@linaro.org>
> +M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
> M: Matt Turner <mattst88@gmail.com>
> L: linux-alpha@vger.kernel.org
> S: Odd Fixes
> @@ -2256,6 +2263,12 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/mach-ep93xx/ts72xx.c
>
> +ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
> +M: Alexander Shiyan <shc_work@mail.ru>
> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> +S: Odd Fixes
> +N: clps711x
> +
> ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
> M: Hartley Sweeten <hsweeten@visionengravers.com>
> M: Alexander Sverdlin <alexander.sverdlin@gmail.com>
> @@ -3802,6 +3815,14 @@ F: drivers/video/backlight/
> F: include/linux/backlight.h
> F: include/linux/pwm_backlight.h
>
> +BAIKAL-T1 PVT HARDWARE MONITOR DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-hwmon@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/hwmon/baikal,bt1-pvt.yaml
> +F: Documentation/hwmon/bt1-pvt.rst
> +F: drivers/hwmon/bt1-pvt.[ch]
> +
> BARCO P50 GPIO DRIVER
> M: Santosh Kumar Yadav <santoshkumar.yadav@barco.com>
> M: Peter Korsgaard <peter.korsgaard@barco.com>
> @@ -6455,6 +6476,7 @@ F: drivers/mtd/nand/raw/denali*
>
> DESIGNWARE EDMA CORE IP DRIVER
> M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> +R: Serge Semin <fancer.lancer@gmail.com>
> L: dmaengine@vger.kernel.org
> S: Maintained
> F: drivers/dma/dw-edma/
> @@ -9737,6 +9759,14 @@ F: drivers/gpio/gpiolib-cdev.c
> F: include/uapi/linux/gpio.h
> F: tools/gpio/
>
> +GRE DEMULTIPLEXER DRIVER
> +M: Dmitry Kozlov <xeb@mail.ru>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +F: include/net/gre.h
> +F: net/ipv4/gre_demux.c
> +F: net/ipv4/gre_offload.c
> +
> GRETH 10/100/1G Ethernet MAC device driver
> M: Andreas Larsson <andreas@gaisler.com>
> L: netdev@vger.kernel.org
> @@ -12929,6 +12959,12 @@ S: Maintained
> F: drivers/ata/pata_arasan_cf.c
> F: include/linux/pata_arasan_cf_data.h
>
> +LIBATA PATA DRIVERS
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: linux-ide@vger.kernel.org
> +F: drivers/ata/ata_*.c
> +F: drivers/ata/pata_*.c
> +
> LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
> M: Linus Walleij <linus.walleij@linaro.org>
> L: linux-ide@vger.kernel.org
> @@ -12945,6 +12981,15 @@ F: drivers/ata/ahci_platform.c
> F: drivers/ata/libahci_platform.c
> F: include/linux/ahci_platform.h
>
> +LIBATA SATA AHCI SYNOPSYS DWC CONTROLLER DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-ide@vger.kernel.org
> +S: Maintained
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
> +F: Documentation/devicetree/bindings/ata/baikal,bt1-ahci.yaml
> +F: Documentation/devicetree/bindings/ata/snps,dwc-ahci.yaml
> +F: drivers/ata/ahci_dwc.c
> +
> LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
> M: Mikael Pettersson <mikpelinux@gmail.com>
> L: linux-ide@vger.kernel.org
> @@ -14140,6 +14185,16 @@ S: Maintained
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/platform/nxp/imx-pxp.[ch]
>
> +MEDIA DRIVERS FOR ASCOT2E
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/ascot2e*
> +
> MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
> M: Jasmin Jessich <jasmin@anw.at>
> L: linux-media@vger.kernel.org
> @@ -14148,6 +14203,16 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/dvb-frontends/cxd2099*
>
> +MEDIA DRIVERS FOR CXD2841ER
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/cxd2841er*
> +
> MEDIA DRIVERS FOR CXD2880
> M: Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
> L: linux-media@vger.kernel.org
> @@ -14192,6 +14257,35 @@ F: drivers/media/platform/nxp/imx-mipi-csis.c
> F: drivers/media/platform/nxp/imx7-media-csi.c
> F: drivers/media/platform/nxp/imx8mq-mipi-csi2.c
>
> +MEDIA DRIVERS FOR HELENE
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/helene*
> +
> +MEDIA DRIVERS FOR HORUS3A
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/horus3a*
> +
> +MEDIA DRIVERS FOR LNBH25
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/lnbh25*
> +
> MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
> L: linux-media@vger.kernel.org
> S: Orphan
> @@ -14199,6 +14293,16 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/dvb-frontends/mxl5xx*
>
> +MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/pci/netup_unidvb/*
> +
> MEDIA DRIVERS FOR NVIDIA TEGRA - VDE
> M: Dmitry Osipenko <digetx@gmail.com>
> L: linux-media@vger.kernel.org
> @@ -14842,6 +14946,13 @@ F: drivers/mtd/
> F: include/linux/mtd/
> F: include/uapi/mtd/
>
> +MEMSENSING MICROSYSTEMS MSA311 DRIVER
> +M: Dmitry Rokosov <ddrokosov@sberdevices.ru>
> +L: linux-iio@vger.kernel.org
> +S: Maintained
> +F: Documentation/devicetree/bindings/iio/accel/memsensing,msa311.yaml
> +F: drivers/iio/accel/msa311.c
> +
> MEN A21 WATCHDOG DRIVER
> M: Johannes Thumshirn <morbidrsa@gmail.com>
> L: linux-watchdog@vger.kernel.org
> @@ -15175,6 +15286,7 @@ F: drivers/tty/serial/8250/8250_pci1xxxx.c
>
> MICROCHIP POLARFIRE FPGA DRIVERS
> M: Conor Dooley <conor.dooley@microchip.com>
> +R: Vladimir Georgiev <v.georgiev@metrotek.ru>
> L: linux-fpga@vger.kernel.org
> S: Supported
> F: Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml
> @@ -15429,6 +15541,17 @@ F: arch/mips/
> F: drivers/platform/mips/
> F: include/dt-bindings/mips/
>
> +MIPS BAIKAL-T1 PLATFORM
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-mips@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/bus/baikal,bt1-*.yaml
> +F: Documentation/devicetree/bindings/clock/baikal,bt1-*.yaml
> +F: drivers/bus/bt1-*.c
> +F: drivers/clk/baikal-t1/
> +F: drivers/memory/bt1-l2-ctl.c
> +F: drivers/mtd/maps/physmap-bt1-rom.[ch]
> +
> MIPS BOSTON DEVELOPMENT BOARD
> M: Paul Burton <paulburton@kernel.org>
> L: linux-mips@vger.kernel.org
> @@ -15441,6 +15564,7 @@ F: include/dt-bindings/clock/boston-clock.h
>
> MIPS CORE DRIVERS
> M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> +M: Serge Semin <fancer.lancer@gmail.com>
> L: linux-mips@vger.kernel.org
> S: Supported
> F: drivers/bus/mips_cdmm.c
> @@ -16408,6 +16532,12 @@ F: include/linux/ntb.h
> F: include/linux/ntb_transport.h
> F: tools/testing/selftests/ntb/
>
> +NTB IDT DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: ntb@lists.linux.dev
> +S: Supported
> +F: drivers/ntb/hw/idt/
> +
> NTB INTEL DRIVER
> M: Dave Jiang <dave.jiang@intel.com>
> L: ntb@lists.linux.dev
> @@ -18428,6 +18558,13 @@ F: drivers/pps/
> F: include/linux/pps*.h
> F: include/uapi/linux/pps.h
>
> +PPTP DRIVER
> +M: Dmitry Kozlov <xeb@mail.ru>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +W: http://sourceforge.net/projects/accel-pptp
> +F: drivers/net/ppp/pptp.c
> +
> PRESSURE STALL INFORMATION (PSI)
> M: Johannes Weiner <hannes@cmpxchg.org>
> M: Suren Baghdasaryan <surenb@google.com>
> @@ -19518,6 +19655,15 @@ S: Supported
> F: Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
> F: drivers/i2c/busses/i2c-emev2.c
>
> +RENESAS ETHERNET AVB DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: netdev@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +F: Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> +F: drivers/net/ethernet/renesas/Kconfig
> +F: drivers/net/ethernet/renesas/Makefile
> +F: drivers/net/ethernet/renesas/ravb*
> +
> RENESAS ETHERNET SWITCH DRIVER
> R: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> L: netdev@vger.kernel.org
> @@ -19567,6 +19713,14 @@ F: Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml
> F: drivers/i2c/busses/i2c-rcar.c
> F: drivers/i2c/busses/i2c-sh_mobile.c
>
> +RENESAS R-CAR SATA DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: linux-ide@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> +F: drivers/ata/sata_rcar.c
> +
> RENESAS R-CAR THERMAL DRIVERS
> M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
> L: linux-renesas-soc@vger.kernel.org
> @@ -19642,6 +19796,16 @@ S: Supported
> F: Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
> F: drivers/i2c/busses/i2c-rzv2m.c
>
> +RENESAS SUPERH ETHERNET DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: netdev@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +F: Documentation/devicetree/bindings/net/renesas,ether.yaml
> +F: drivers/net/ethernet/renesas/Kconfig
> +F: drivers/net/ethernet/renesas/Makefile
> +F: drivers/net/ethernet/renesas/sh_eth*
> +F: include/linux/sh_eth.h
> +
> RENESAS USB PHY DRIVER
> M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> L: linux-renesas-soc@vger.kernel.org
> @@ -22295,11 +22459,19 @@ F: drivers/tty/serial/8250/8250_lpss.c
>
> SYNOPSYS DESIGNWARE APB GPIO DRIVER
> M: Hoan Tran <hoan@os.amperecomputing.com>
> +M: Serge Semin <fancer.lancer@gmail.com>
> L: linux-gpio@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/bindings/gpio/snps,dw-apb-gpio.yaml
> F: drivers/gpio/gpio-dwapb.c
>
> +SYNOPSYS DESIGNWARE APB SSI DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-spi@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
> +F: drivers/spi/spi-dw*
> +
> SYNOPSYS DESIGNWARE AXI DMAC DRIVER
> M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> S: Maintained
> @@ -23609,6 +23781,12 @@ L: linux-input@vger.kernel.org
> S: Maintained
> F: drivers/hid/hid-udraw-ps3.c
>
> +UFS FILESYSTEM
> +M: Evgeniy Dushistov <dushistov@mail.ru>
> +S: Maintained
> +F: Documentation/admin-guide/ufs.rst
> +F: fs/ufs/
> +
> UHID USERSPACE HID IO DRIVER
> M: David Rheinsberg <david@readahead.eu>
> L: linux-input@vger.kernel.org
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 8:09 ` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements." Kexy Biscuit
` (5 preceding siblings ...)
2024-10-23 15:03 ` Yangyu Chen
@ 2024-10-23 15:04 ` Sergio Paracuellos
2024-10-23 16:22 ` Yao Zi
` (2 subsequent siblings)
9 siblings, 0 replies; 40+ messages in thread
From: Sergio Paracuellos @ 2024-10-23 15:04 UTC (permalink / raw)
To: Kexy Biscuit
Cc: jeffbai, gregkh, wangyuli, torvalds, aospan, conor.dooley,
ddrokosov, dmaengine, dushistov, fancer.lancer, geert, hoan, ink,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, richard.henderson, s.shtylyov,
serjk, shc_work, tsbogend, v.georgiev, wsa+renesas, xeb
On Wed, Oct 23, 2024 at 10:20 AM Kexy Biscuit <kexybiscuit@aosc.io> wrote:
>
> This reverts commit 6e90b675cf942e50c70e8394dfb5862975c3b3b2.
>
> An absolutely no-one-ever-reviewed patch, not even by the maintainers who
> got removed themselves - at least not on the mailing list. Then the patch
> just got slipped into an unrelated subsystem pull request, and got pulled
> by Torvalds with not even a comment.
>
> What about the next time? Who next would be removed from the MAINTAINERS
> file, the kernel.org infrastructure? What if the compliance requires
> another XZ backdoor to be developed without further explanation? Is the
> kernel development process still done in public?
>
> Are the "compliance requirements" documented on docs.kernel.org? Who are
> responsible for them? Are all that are responsible employees of
> The Linux Foundation, which is regulated by the U.S. legislature?
>
> Fixes: 6e90b675cf94 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
> Signed-off-by: Kexy Biscuit <kexybiscuit@aosc.io>
> ---
Unbelievable...
Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Thanks,
Sergio Paracuellos
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 8:09 ` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements." Kexy Biscuit
` (6 preceding siblings ...)
2024-10-23 15:04 ` Sergio Paracuellos
@ 2024-10-23 16:22 ` Yao Zi
2024-10-23 16:51 ` Tor Vic
[not found] ` <64ef261c-82d0-4fad-ba8a-562f247340fb@metux.net>
9 siblings, 0 replies; 40+ messages in thread
From: Yao Zi @ 2024-10-23 16:22 UTC (permalink / raw)
To: Kexy Biscuit, jeffbai, gregkh, wangyuli, torvalds
Cc: aospan, conor.dooley, ddrokosov, dmaengine, dushistov,
fancer.lancer, geert, hoan, ink, linux-alpha, linux-arm-kernel,
linux-fpga, linux-gpio, linux-hwmon, linux-ide, linux-iio,
linux-media, linux-mips, linux-renesas-soc, linux-spi,
manivannan.sadhasivam, mattst88, netdev, nikita, ntb, patches,
richard.henderson, s.shtylyov, serjk, shc_work, tsbogend,
v.georgiev, wsa+renesas, xeb
On Wed, Oct 23, 2024 at 04:09:34PM +0800, Kexy Biscuit wrote:
> Are the "compliance requirements" documented on docs.kernel.org? Who are
> responsible for them? Are all that are responsible employees of
> The Linux Foundation, which is regulated by the U.S. legislature?
These should be answered publicly, but IMHO too emotional to be included
in commit message.
As a newcoming contributor, I work on some ARM SoCs unpaid. It's really
a neat thing to write useful stuff for others, but this sort of removal
is weakening my and definitely others' trust to maintainers: people's
rights to maintain stuff written by themselves got removed silencely.
It doesn't sound like a good sign to me.
We need an explanation. The patch except the last paragraph looks good
to me.
Reviewed-by: Yao Zi <ziyao@disroot.org>
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 8:09 ` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements." Kexy Biscuit
` (7 preceding siblings ...)
2024-10-23 16:22 ` Yao Zi
@ 2024-10-23 16:51 ` Tor Vic
2024-10-23 17:45 ` Linus Torvalds
[not found] ` <64ef261c-82d0-4fad-ba8a-562f247340fb@metux.net>
9 siblings, 1 reply; 40+ messages in thread
From: Tor Vic @ 2024-10-23 16:51 UTC (permalink / raw)
To: Kexy Biscuit, jeffbai, gregkh, wangyuli, torvalds
Cc: aospan, conor.dooley, ddrokosov, dmaengine, dushistov,
fancer.lancer, geert, hoan, ink, linux-alpha, linux-arm-kernel,
linux-fpga, linux-gpio, linux-hwmon, linux-ide, linux-iio,
linux-media, linux-mips, linux-renesas-soc, linux-spi,
manivannan.sadhasivam, mattst88, netdev, nikita, ntb, patches,
richard.henderson, s.shtylyov, serjk, shc_work, tsbogend,
v.georgiev, wsa+renesas, xeb
On 10/23/24 10:09, Kexy Biscuit wrote:
> This reverts commit 6e90b675cf942e50c70e8394dfb5862975c3b3b2.
>
> An absolutely no-one-ever-reviewed patch, not even by the maintainers who
> got removed themselves - at least not on the mailing list. Then the patch
> just got slipped into an unrelated subsystem pull request, and got pulled
> by Torvalds with not even a comment.
>
> What about the next time? Who next would be removed from the MAINTAINERS
> file, the kernel.org infrastructure? What if the compliance requires
> another XZ backdoor to be developed without further explanation? Is the
> kernel development process still done in public?
>
> Are the "compliance requirements" documented on docs.kernel.org? Who are
> responsible for them? Are all that are responsible employees of
> The Linux Foundation, which is regulated by the U.S. legislature?
We know why this has been done, and we also know who is behind that
decision.
(It's mentioned right above this reply.)
I find it pretty much shameful behaviour to not communicate openly on
the reasons why those entries got removed (or did someone have to sign a
NDA?).
The fact that the only information is "various compliance requirements"
already tells a lot about the real reasons.
Move the Linux Foundation to another country, please.
Signed,
a Linux user.
>
> Fixes: 6e90b675cf94 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
> Signed-off-by: Kexy Biscuit <kexybiscuit@aosc.io>
> ---
> Please keep all discussions on at least one of the mailing lists.
>
> MAINTAINERS | 178 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 178 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e9659a5a7fb3..501aa5c0887e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -258,6 +258,12 @@ L: linux-acenic@sunsite.dk
> S: Maintained
> F: drivers/net/ethernet/alteon/acenic*
>
> +ACER ASPIRE 1 EMBEDDED CONTROLLER DRIVER
> +M: Nikita Travkin <nikita@trvn.ru>
> +S: Maintained
> +F: Documentation/devicetree/bindings/platform/acer,aspire1-ec.yaml
> +F: drivers/platform/arm64/acer-aspire1-ec.c
> +
> ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
> M: Peter Kaestle <peter@piie.net>
> L: platform-driver-x86@vger.kernel.org
> @@ -882,6 +888,7 @@ F: drivers/staging/media/sunxi/cedrus/
>
> ALPHA PORT
> M: Richard Henderson <richard.henderson@linaro.org>
> +M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
> M: Matt Turner <mattst88@gmail.com>
> L: linux-alpha@vger.kernel.org
> S: Odd Fixes
> @@ -2256,6 +2263,12 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/mach-ep93xx/ts72xx.c
>
> +ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
> +M: Alexander Shiyan <shc_work@mail.ru>
> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> +S: Odd Fixes
> +N: clps711x
> +
> ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
> M: Hartley Sweeten <hsweeten@visionengravers.com>
> M: Alexander Sverdlin <alexander.sverdlin@gmail.com>
> @@ -3802,6 +3815,14 @@ F: drivers/video/backlight/
> F: include/linux/backlight.h
> F: include/linux/pwm_backlight.h
>
> +BAIKAL-T1 PVT HARDWARE MONITOR DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-hwmon@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/hwmon/baikal,bt1-pvt.yaml
> +F: Documentation/hwmon/bt1-pvt.rst
> +F: drivers/hwmon/bt1-pvt.[ch]
> +
> BARCO P50 GPIO DRIVER
> M: Santosh Kumar Yadav <santoshkumar.yadav@barco.com>
> M: Peter Korsgaard <peter.korsgaard@barco.com>
> @@ -6455,6 +6476,7 @@ F: drivers/mtd/nand/raw/denali*
>
> DESIGNWARE EDMA CORE IP DRIVER
> M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> +R: Serge Semin <fancer.lancer@gmail.com>
> L: dmaengine@vger.kernel.org
> S: Maintained
> F: drivers/dma/dw-edma/
> @@ -9737,6 +9759,14 @@ F: drivers/gpio/gpiolib-cdev.c
> F: include/uapi/linux/gpio.h
> F: tools/gpio/
>
> +GRE DEMULTIPLEXER DRIVER
> +M: Dmitry Kozlov <xeb@mail.ru>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +F: include/net/gre.h
> +F: net/ipv4/gre_demux.c
> +F: net/ipv4/gre_offload.c
> +
> GRETH 10/100/1G Ethernet MAC device driver
> M: Andreas Larsson <andreas@gaisler.com>
> L: netdev@vger.kernel.org
> @@ -12929,6 +12959,12 @@ S: Maintained
> F: drivers/ata/pata_arasan_cf.c
> F: include/linux/pata_arasan_cf_data.h
>
> +LIBATA PATA DRIVERS
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: linux-ide@vger.kernel.org
> +F: drivers/ata/ata_*.c
> +F: drivers/ata/pata_*.c
> +
> LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
> M: Linus Walleij <linus.walleij@linaro.org>
> L: linux-ide@vger.kernel.org
> @@ -12945,6 +12981,15 @@ F: drivers/ata/ahci_platform.c
> F: drivers/ata/libahci_platform.c
> F: include/linux/ahci_platform.h
>
> +LIBATA SATA AHCI SYNOPSYS DWC CONTROLLER DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-ide@vger.kernel.org
> +S: Maintained
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
> +F: Documentation/devicetree/bindings/ata/baikal,bt1-ahci.yaml
> +F: Documentation/devicetree/bindings/ata/snps,dwc-ahci.yaml
> +F: drivers/ata/ahci_dwc.c
> +
> LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
> M: Mikael Pettersson <mikpelinux@gmail.com>
> L: linux-ide@vger.kernel.org
> @@ -14140,6 +14185,16 @@ S: Maintained
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/platform/nxp/imx-pxp.[ch]
>
> +MEDIA DRIVERS FOR ASCOT2E
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/ascot2e*
> +
> MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
> M: Jasmin Jessich <jasmin@anw.at>
> L: linux-media@vger.kernel.org
> @@ -14148,6 +14203,16 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/dvb-frontends/cxd2099*
>
> +MEDIA DRIVERS FOR CXD2841ER
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/cxd2841er*
> +
> MEDIA DRIVERS FOR CXD2880
> M: Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
> L: linux-media@vger.kernel.org
> @@ -14192,6 +14257,35 @@ F: drivers/media/platform/nxp/imx-mipi-csis.c
> F: drivers/media/platform/nxp/imx7-media-csi.c
> F: drivers/media/platform/nxp/imx8mq-mipi-csi2.c
>
> +MEDIA DRIVERS FOR HELENE
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/helene*
> +
> +MEDIA DRIVERS FOR HORUS3A
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/horus3a*
> +
> +MEDIA DRIVERS FOR LNBH25
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/dvb-frontends/lnbh25*
> +
> MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
> L: linux-media@vger.kernel.org
> S: Orphan
> @@ -14199,6 +14293,16 @@ W: https://linuxtv.org
> T: git git://linuxtv.org/media_tree.git
> F: drivers/media/dvb-frontends/mxl5xx*
>
> +MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
> +M: Sergey Kozlov <serjk@netup.ru>
> +M: Abylay Ospan <aospan@netup.ru>
> +L: linux-media@vger.kernel.org
> +S: Supported
> +W: https://linuxtv.org
> +W: http://netup.tv/
> +T: git git://linuxtv.org/media_tree.git
> +F: drivers/media/pci/netup_unidvb/*
> +
> MEDIA DRIVERS FOR NVIDIA TEGRA - VDE
> M: Dmitry Osipenko <digetx@gmail.com>
> L: linux-media@vger.kernel.org
> @@ -14842,6 +14946,13 @@ F: drivers/mtd/
> F: include/linux/mtd/
> F: include/uapi/mtd/
>
> +MEMSENSING MICROSYSTEMS MSA311 DRIVER
> +M: Dmitry Rokosov <ddrokosov@sberdevices.ru>
> +L: linux-iio@vger.kernel.org
> +S: Maintained
> +F: Documentation/devicetree/bindings/iio/accel/memsensing,msa311.yaml
> +F: drivers/iio/accel/msa311.c
> +
> MEN A21 WATCHDOG DRIVER
> M: Johannes Thumshirn <morbidrsa@gmail.com>
> L: linux-watchdog@vger.kernel.org
> @@ -15175,6 +15286,7 @@ F: drivers/tty/serial/8250/8250_pci1xxxx.c
>
> MICROCHIP POLARFIRE FPGA DRIVERS
> M: Conor Dooley <conor.dooley@microchip.com>
> +R: Vladimir Georgiev <v.georgiev@metrotek.ru>
> L: linux-fpga@vger.kernel.org
> S: Supported
> F: Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml
> @@ -15429,6 +15541,17 @@ F: arch/mips/
> F: drivers/platform/mips/
> F: include/dt-bindings/mips/
>
> +MIPS BAIKAL-T1 PLATFORM
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-mips@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/bus/baikal,bt1-*.yaml
> +F: Documentation/devicetree/bindings/clock/baikal,bt1-*.yaml
> +F: drivers/bus/bt1-*.c
> +F: drivers/clk/baikal-t1/
> +F: drivers/memory/bt1-l2-ctl.c
> +F: drivers/mtd/maps/physmap-bt1-rom.[ch]
> +
> MIPS BOSTON DEVELOPMENT BOARD
> M: Paul Burton <paulburton@kernel.org>
> L: linux-mips@vger.kernel.org
> @@ -15441,6 +15564,7 @@ F: include/dt-bindings/clock/boston-clock.h
>
> MIPS CORE DRIVERS
> M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> +M: Serge Semin <fancer.lancer@gmail.com>
> L: linux-mips@vger.kernel.org
> S: Supported
> F: drivers/bus/mips_cdmm.c
> @@ -16408,6 +16532,12 @@ F: include/linux/ntb.h
> F: include/linux/ntb_transport.h
> F: tools/testing/selftests/ntb/
>
> +NTB IDT DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: ntb@lists.linux.dev
> +S: Supported
> +F: drivers/ntb/hw/idt/
> +
> NTB INTEL DRIVER
> M: Dave Jiang <dave.jiang@intel.com>
> L: ntb@lists.linux.dev
> @@ -18428,6 +18558,13 @@ F: drivers/pps/
> F: include/linux/pps*.h
> F: include/uapi/linux/pps.h
>
> +PPTP DRIVER
> +M: Dmitry Kozlov <xeb@mail.ru>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +W: http://sourceforge.net/projects/accel-pptp
> +F: drivers/net/ppp/pptp.c
> +
> PRESSURE STALL INFORMATION (PSI)
> M: Johannes Weiner <hannes@cmpxchg.org>
> M: Suren Baghdasaryan <surenb@google.com>
> @@ -19518,6 +19655,15 @@ S: Supported
> F: Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
> F: drivers/i2c/busses/i2c-emev2.c
>
> +RENESAS ETHERNET AVB DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: netdev@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +F: Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> +F: drivers/net/ethernet/renesas/Kconfig
> +F: drivers/net/ethernet/renesas/Makefile
> +F: drivers/net/ethernet/renesas/ravb*
> +
> RENESAS ETHERNET SWITCH DRIVER
> R: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> L: netdev@vger.kernel.org
> @@ -19567,6 +19713,14 @@ F: Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml
> F: drivers/i2c/busses/i2c-rcar.c
> F: drivers/i2c/busses/i2c-sh_mobile.c
>
> +RENESAS R-CAR SATA DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: linux-ide@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> +F: drivers/ata/sata_rcar.c
> +
> RENESAS R-CAR THERMAL DRIVERS
> M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
> L: linux-renesas-soc@vger.kernel.org
> @@ -19642,6 +19796,16 @@ S: Supported
> F: Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
> F: drivers/i2c/busses/i2c-rzv2m.c
>
> +RENESAS SUPERH ETHERNET DRIVER
> +R: Sergey Shtylyov <s.shtylyov@omp.ru>
> +L: netdev@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> +F: Documentation/devicetree/bindings/net/renesas,ether.yaml
> +F: drivers/net/ethernet/renesas/Kconfig
> +F: drivers/net/ethernet/renesas/Makefile
> +F: drivers/net/ethernet/renesas/sh_eth*
> +F: include/linux/sh_eth.h
> +
> RENESAS USB PHY DRIVER
> M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> L: linux-renesas-soc@vger.kernel.org
> @@ -22295,11 +22459,19 @@ F: drivers/tty/serial/8250/8250_lpss.c
>
> SYNOPSYS DESIGNWARE APB GPIO DRIVER
> M: Hoan Tran <hoan@os.amperecomputing.com>
> +M: Serge Semin <fancer.lancer@gmail.com>
> L: linux-gpio@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/bindings/gpio/snps,dw-apb-gpio.yaml
> F: drivers/gpio/gpio-dwapb.c
>
> +SYNOPSYS DESIGNWARE APB SSI DRIVER
> +M: Serge Semin <fancer.lancer@gmail.com>
> +L: linux-spi@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
> +F: drivers/spi/spi-dw*
> +
> SYNOPSYS DESIGNWARE AXI DMAC DRIVER
> M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> S: Maintained
> @@ -23609,6 +23781,12 @@ L: linux-input@vger.kernel.org
> S: Maintained
> F: drivers/hid/hid-udraw-ps3.c
>
> +UFS FILESYSTEM
> +M: Evgeniy Dushistov <dushistov@mail.ru>
> +S: Maintained
> +F: Documentation/admin-guide/ufs.rst
> +F: fs/ufs/
> +
> UHID USERSPACE HID IO DRIVER
> M: David Rheinsberg <david@readahead.eu>
> L: linux-input@vger.kernel.org
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 16:51 ` Tor Vic
@ 2024-10-23 17:45 ` Linus Torvalds
2024-10-23 18:56 ` Phillip Susi
` (7 more replies)
0 siblings, 8 replies; 40+ messages in thread
From: Linus Torvalds @ 2024-10-23 17:45 UTC (permalink / raw)
To: Tor Vic
Cc: Kexy Biscuit, jeffbai, gregkh, wangyuli, aospan, conor.dooley,
ddrokosov, dmaengine, dushistov, fancer.lancer, geert, hoan, ink,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, richard.henderson, s.shtylyov,
serjk, shc_work, tsbogend, v.georgiev, wsa+renesas, xeb
Ok, lots of Russian trolls out and about.
It's entirely clear why the change was done, it's not getting
reverted, and using multiple random anonymous accounts to try to
"grass root" it by Russian troll factories isn't going to change
anything.
And FYI for the actual innocent bystanders who aren't troll farm
accounts - the "various compliance requirements" are not just a US
thing.
If you haven't heard of Russian sanctions yet, you should try to read
the news some day. And by "news", I don't mean Russian
state-sponsored spam.
As to sending me a revert patch - please use whatever mush you call
brains. I'm Finnish. Did you think I'd be *supporting* Russian
aggression? Apparently it's not just lack of real news, it's lack of
history knowledge too.
Linus
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 17:45 ` Linus Torvalds
@ 2024-10-23 18:56 ` Phillip Susi
2024-10-23 19:15 ` Peter Cai
` (6 subsequent siblings)
7 siblings, 0 replies; 40+ messages in thread
From: Phillip Susi @ 2024-10-23 18:56 UTC (permalink / raw)
To: Linus Torvalds, Tor Vic
Cc: Kexy Biscuit, jeffbai, gregkh, wangyuli, aospan, conor.dooley,
ddrokosov, dmaengine, dushistov, fancer.lancer, geert, hoan, ink,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, richard.henderson, s.shtylyov,
serjk, shc_work, tsbogend, v.georgiev, wsa+renesas, xeb
Linus Torvalds <torvalds@linux-foundation.org> writes:
> If you haven't heard of Russian sanctions yet, you should try to read
> the news some day. And by "news", I don't mean Russian
> state-sponsored spam.
I am not a lawyer, but my understanding is that sanctions means you can
not buy things from them, sell things to them, or otherwise exchange
money. It does NOT mean you are forbidden from emailing them or
mentioning their email address.
And even if, somehow, legally they must be removed from their maintainer
role, the commit doing it should still be clear.
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 17:45 ` Linus Torvalds
2024-10-23 18:56 ` Phillip Susi
@ 2024-10-23 19:15 ` Peter Cai
2024-10-23 19:19 ` Linus Torvalds
2024-10-23 19:50 ` Tor Vic
` (5 subsequent siblings)
7 siblings, 1 reply; 40+ messages in thread
From: Peter Cai @ 2024-10-23 19:15 UTC (permalink / raw)
To: Linus Torvalds, Tor Vic
Cc: Kexy Biscuit, jeffbai, gregkh, wangyuli, aospan, conor.dooley,
ddrokosov, dmaengine, dushistov, fancer.lancer, geert, hoan, ink,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, richard.henderson, s.shtylyov,
serjk, shc_work, tsbogend, v.georgiev, wsa+renesas, xeb
Hi there,
Not a maintainer, but I have made several bug reports using this email
address. At least 1 reasonably-sized patch is also currently under
review in the networking mailing list, along with people from several
American corporations, so hopefully you won't automatically assume this
email came from a "Russian troll" account.
Ok. With that out of the way, if you still want to bother reading,
here's why, in the most un-provocative tone possible, why your comments
_completely_ miss the point why people are upset:
On 10/23/24 1:45 PM, Linus Torvalds wrote:
> Ok, lots of Russian trolls out and about. >
> It's entirely clear why the change was done, it's not getting
> reverted, and using multiple random anonymous accounts to try to
> "grass root" it by Russian troll factories isn't going to change
> anything.
Yes. Everybody who has more than 1 brain cell knows, in general, "why".
The point was never to ask for the obvious response.
People are upset because no reference to _exactly which compliance
requirement_ resulted in the removal of these maintainers. No
open-source project can live outside of a political entity, but that is
not the reason why "obviously" can be used to write off such a change.
Even just stating "we were contacted by <...> but details are under NDA"
is a **much** better response than "due to various compliance
requirements". No one is saying the LF or the Linux kernel should be
outside of politics. That's impossible. But it _is_ possible to run the
project based on _transparency_ and _honesty_ instead of "why can't you
see the obvious".
> And FYI for the actual innocent bystanders who aren't troll farm
> accounts - the "various compliance requirements" are not just a US
> thing.
Again -- are you under any sort of NDA not to even refer to a list of
these countries?
> If you haven't heard of Russian sanctions yet, you should try to read
> the news some day. And by "news", I don't mean Russian
> state-sponsored spam.
Before calling out community members who raised legit concerns about
procedural transparency, maybe it is worth doing a quick fact-check.
There are a lot of suspicious looking `.ru` emails in this thread, but
they are not who first raised the concern. The revert patch was sent out
by someone at aosc.io. Look up who they actually are -- and before you
assume "state-sponsored spam" just because of the language of the
website, maybe you can also spend more than 1 second to check where the
website is even actually located.
> As to sending me a revert patch - please use whatever mush you call
> brains. I'm Finnish. Did you think I'd be *supporting* Russian
> aggression? Apparently it's not just lack of real news, it's lack of
> history knowledge too.
I hope that either this comment wasn't written by the real Linus
Torvalds, or that Linus was not under his best judgement when this email
was sent. Because just like anyone who reads the news would know about
Russian aggression, anyone who knows anything about politics should also
be able to understand that individuals and their states are different
concepts.
If these maintainers are associated with the Russian state, this should
be cited as the reason for their removal. And you know what? Most people
wouldn't have any problem with it. And then you can say "we are not
supporting Russian aggression" with confidence. But this is **not** what
was done.
I seriously hope that Linus Torvalds would have known better.
Thanks,
Peter.
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 19:15 ` Peter Cai
@ 2024-10-23 19:19 ` Linus Torvalds
2024-10-23 19:28 ` Peter Cai
2024-10-24 21:01 ` Mikhail Novosyolov
0 siblings, 2 replies; 40+ messages in thread
From: Linus Torvalds @ 2024-10-23 19:19 UTC (permalink / raw)
To: Peter Cai
Cc: Tor Vic, Kexy Biscuit, jeffbai, gregkh, wangyuli, aospan,
conor.dooley, ddrokosov, dmaengine, dushistov, fancer.lancer,
geert, hoan, ink, linux-alpha, linux-arm-kernel, linux-fpga,
linux-gpio, linux-hwmon, linux-ide, linux-iio, linux-media,
linux-mips, linux-renesas-soc, linux-spi, manivannan.sadhasivam,
mattst88, netdev, nikita, ntb, patches, richard.henderson,
s.shtylyov, serjk, shc_work, tsbogend, v.georgiev, wsa+renesas,
xeb
On Wed, 23 Oct 2024 at 12:15, Peter Cai <peter@typeblog.net> wrote:
>
> Again -- are you under any sort of NDA not to even refer to a list of
> these countries?
No, but I'm not a lawyer, so I'm not going to go into the details that
I - and other maintainers - were told by lawyers.
I'm also not going to start discussing legal issues with random
internet people who I seriously suspect are paid actors and/or have
been riled up by them.
Linus
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 19:19 ` Linus Torvalds
@ 2024-10-23 19:28 ` Peter Cai
2024-10-24 21:01 ` Mikhail Novosyolov
1 sibling, 0 replies; 40+ messages in thread
From: Peter Cai @ 2024-10-23 19:28 UTC (permalink / raw)
To: Linus Torvalds
Cc: Tor Vic, Kexy Biscuit, jeffbai, gregkh, wangyuli, aospan,
conor.dooley, ddrokosov, dmaengine, dushistov, fancer.lancer,
geert, hoan, ink, linux-alpha, linux-arm-kernel, linux-fpga,
linux-gpio, linux-hwmon, linux-ide, linux-iio, linux-media,
linux-mips, linux-renesas-soc, linux-spi, manivannan.sadhasivam,
mattst88, netdev, nikita, ntb, patches, richard.henderson,
s.shtylyov, serjk, shc_work, tsbogend, v.georgiev, wsa+renesas,
xeb
> I'm also not going to start discussing legal issues with random
> internet people who I seriously suspect are paid actors and/or have
> been riled up by them.
>
> Linus
This has never been a legal discussion, but a procedural transparency
discussion. You could simply say "our lawyer didn't ok this", and that's
perfectly fine. No one is going to argue against that.
Your action up until now is also exactly what a hypothetical paid actor
would have wanted to see happening -- it's not helping **understanding**
but rather only extending argument on what would have been a quick response.
Calling everyone "paid actors" don't help. If you have more than 1
minute to waste, I am under my most regularly-used internet handle to
respond to you. So has the person who sent the original "revert" patch.
Running a quick grep on the other mailing lists and their commits may
also have helped answer that.
Thanks,
Peter.
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 19:19 ` Linus Torvalds
2024-10-23 19:28 ` Peter Cai
@ 2024-10-24 21:01 ` Mikhail Novosyolov
2024-10-25 7:11 ` Nikolay Kichukov
1 sibling, 1 reply; 40+ messages in thread
From: Mikhail Novosyolov @ 2024-10-24 21:01 UTC (permalink / raw)
To: torvalds
Cc: aospan, conor.dooley, ddrokosov, dmaengine, dushistov,
fancer.lancer, geert, gregkh, hoan, ink, jeffbai, kexybiscuit,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, peter, richard.henderson,
s.shtylyov, serjk, shc_work, torvic9, tsbogend, v.georgiev,
wangyuli, wsa+renesas, xeb, m.novosyolov
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 2781 bytes --]
Linus, Greg,
First of all thanks to you for taking by far not the most harmful actions to achieve what your lawyers very kindly asked you to do.
Unfortunately, already a lot of highly qualified people have started thinking that you acted very badly. Of course, there are questions like why removed maintainers were not properly notified and did not receive any additional explanations, but, to my mind, it is useless to try to find 100% justice -- it is not possible. Overton windows has been opened a bit more.
Usually the first contribution is much harder to make then the following ones. A big problem here is that now many people even will not try to contribute to the Linux kernel and other open source projects: their pride for themselves, their homeland, their colleagues has been severely hurt (we are ready to fight for all that).
It is not clear what to do with this problem. Any ideas?
I am sure that people from any country and of any nationality will have similar feelings if you act with them or their colleagues in a similar way.
Thanks to people who were not afraid to say something against this action. Chinese, Latin American, African and other people probably understand that they may be the next ones to be dropped from maintainers. Hope that we will not have to form another Linux kernel upstream one day...
I am sorry that you have to read a lot of text from people who you call trolls -- it is hard to keep calm.
You know, you have really made it much harder to motivate people to contribute into the kernel. There is such problem among developers of hardware that they do not feel comfortable enough to show their code, for example because they think that it is not perfect. Let’s take Baikal Electronics. They do publish their kernel code, but in a form of tarballs without git. They slowly, but constantly worked on contributing support of their hardware into the upstream kernel, fixing not Baikal-related bugs by the way. One day someone told them that “we are not comfortable with accepting your patches”. And they stopped their work on upstream. Now that man has been removed from maintainers of previously contributed code (code for not Russian hardware, by the way).
What do I suggest to do? Well, I don’t know, but I do not see direct legal reasons why doing this was required and why patches from Baikal could not be accepted (the fact that I do not see does not mean that they do not exist, but please show them). Politicians and activists can be shown a finger in some places, by both developers and lawyers, at least to prevent them from being too ambitious, when they decide to break something working next time... But maybe I do not know something about truly democratic regimes :-)
Thanks for reading.
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-24 21:01 ` Mikhail Novosyolov
@ 2024-10-25 7:11 ` Nikolay Kichukov
0 siblings, 0 replies; 40+ messages in thread
From: Nikolay Kichukov @ 2024-10-25 7:11 UTC (permalink / raw)
To: Mikhail Novosyolov, torvalds
Cc: aospan, conor.dooley, ddrokosov, dmaengine, dushistov,
fancer.lancer, geert, gregkh, hoan, ink, jeffbai, kexybiscuit,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, peter, richard.henderson,
s.shtylyov, serjk, shc_work, torvic9, tsbogend, v.georgiev,
wangyuli, wsa+renesas, xeb, rms, campaigns
On Fri, 2024-10-25 at 00:01 +0300, Mikhail Novosyolov wrote:
> Linus, Greg,
>
> First of all thanks to you for taking by far not the most harmful
> actions to achieve what your lawyers very kindly asked you to do.
>
> Unfortunately, already a lot of highly qualified people have started
> thinking that you acted very badly. Of course, there are questions
> like why removed maintainers were not properly notified and did not
> receive any additional explanations, but, to my mind, it is useless to
> try to find 100% justice -- it is not possible. Overton windows has
> been opened a bit more.
>
> Usually the first contribution is much harder to make then the
> following ones. A big problem here is that now many people even will
> not try to contribute to the Linux kernel and other open source
> projects: their pride for themselves, their homeland, their colleagues
> has been severely hurt (we are ready to fight for all that).
>
> It is not clear what to do with this problem. Any ideas?
>
> I am sure that people from any country and of any nationality will
> have similar feelings if you act with them or their colleagues in a
> similar way.
>
> Thanks to people who were not afraid to say something against this
> action. Chinese, Latin American, African and other people probably
> understand that they may be the next ones to be dropped from
> maintainers. Hope that we will not have to form another Linux kernel
> upstream one day...
>
> I am sorry that you have to read a lot of text from people who you
> call trolls -- it is hard to keep calm.
>
> You know, you have really made it much harder to motivate people to
> contribute into the kernel. There is such problem among developers of
> hardware that they do not feel comfortable enough to show their code,
> for example because they think that it is not perfect. Let’s take
> Baikal Electronics. They do publish their kernel code, but in a form
> of tarballs without git. They slowly, but constantly worked on
> contributing support of their hardware into the upstream kernel,
> fixing not Baikal-related bugs by the way. One day someone told them
> that “we are not comfortable with accepting your patches”. And they
> stopped their work on upstream. Now that man has been removed from
> maintainers of previously contributed code (code for not Russian
> hardware, by the way).
>
> What do I suggest to do? Well, I don’t know, but I do not see direct
> legal reasons why doing this was required and why patches from Baikal
> could not be accepted (the fact that I do not see does not mean that
> they do not exist, but please show them). Politicians and activists
> can be shown a finger in some places, by both developers and lawyers,
> at least to prevent them from being too ambitious, when they decide to
> break something working next time... But maybe I do not know something
> about truly democratic regimes :-)
>
> Thanks for reading.
>
Hi folks,
I also do not consider what's happened here as normal. The maintainers
removal stands against the key principles and values of our GNU/Linux
communities and the FOSS ideology. Values and ideas most of us have been
protecting and advocating for since we can remember!
This hurt so badly! Really. This is betrial.
Even if this is now reverted, or the upstream kernel is forked and a new
upstream kernel repository is elected, the history of it will remain and
haunt us all.
Turned out our beloved and "free" as in freedom kernel has been
compromised by compliance to a government.
But this is the Linux kernel, how could this have happened?! It is used,
improved and copied all over the world, not just one country! Why did we
let this happen?
This is a precedent that tells everybody what can come next, due to
"compliance" reasons the kernel could receive code produced by a
government institution that serves not the Linux community, but the
governement.
Surely it is not just me thinking towards what can change so we never
again have to comply to a government of a country when fighting for
freedom!
FSF, any comments on this?
Resist!
+rms and fsf
Thanks,
Nikolay
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 17:45 ` Linus Torvalds
2024-10-23 18:56 ` Phillip Susi
2024-10-23 19:15 ` Peter Cai
@ 2024-10-23 19:50 ` Tor Vic
2024-10-23 22:14 ` NotYourFox
` (4 subsequent siblings)
7 siblings, 0 replies; 40+ messages in thread
From: Tor Vic @ 2024-10-23 19:50 UTC (permalink / raw)
To: Linus Torvalds
Cc: Kexy Biscuit, jeffbai, gregkh, wangyuli, aospan, conor.dooley,
ddrokosov, dmaengine, dushistov, fancer.lancer, geert, hoan, ink,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, richard.henderson, s.shtylyov,
serjk, shc_work, tsbogend, v.georgiev, wsa+renesas, xeb
On 10/23/24 19:45, Linus Torvalds wrote:
> Ok, lots of Russian trolls out and about.
>
> It's entirely clear why the change was done, it's not getting
> reverted, and using multiple random anonymous accounts to try to
> "grass root" it by Russian troll factories isn't going to change
> anything.
>
I'm getting tired of reading this type of accusations.
It's true that I'm just a random unimportant Linux user following the
mailing list, but this account is not a "multiple" account emanating
from a troll factory.
'git log' gives you more info.
> And FYI for the actual innocent bystanders who aren't troll farm
> accounts - the "various compliance requirements" are not just a US
> thing.
>
> If you haven't heard of Russian sanctions yet, you should try to read
> the news some day. And by "news", I don't mean Russian
> state-sponsored spam.
>
> As to sending me a revert patch - please use whatever mush you call
> brains. I'm Finnish. Did you think I'd be *supporting* Russian
> aggression? Apparently it's not just lack of real news, it's lack of
> history knowledge too.
>
> Linus
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 17:45 ` Linus Torvalds
` (2 preceding siblings ...)
2024-10-23 19:50 ` Tor Vic
@ 2024-10-23 22:14 ` NotYourFox
2024-10-24 7:11 ` Integral
` (3 subsequent siblings)
7 siblings, 0 replies; 40+ messages in thread
From: NotYourFox @ 2024-10-23 22:14 UTC (permalink / raw)
To: torvalds
Cc: aospan, conor.dooley, ddrokosov, dmaengine, dushistov,
fancer.lancer, geert, gregkh, hoan, ink, jeffbai, kexybiscuit,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, richard.henderson, s.shtylyov,
serjk, shc_work, torvic9, tsbogend, v.georgiev, wangyuli,
wsa+renesas, xeb
Dear Linus,
Yet another of probably a million "actual innocent Russian bystanders"
is here. For quite a reason. While I do not contribute to Linux kernel,
I am a long-time user of Linux and a big fan of FOSS. You may consider
it a spam, and it might as well be, but this just blew up our IT-related
media.
I am, or, rather, many of us are disappointed in the way you put
politics over software freedom now.
This move did nothing against Russian aggression, but rather
disappointed a lot of us, who don't support or have anything to do with
the ongoing war. The contributors you dropped for, as it seems, no
reason other than "compliance requirements" have done some actual work
to improve Linux, so kicking them for apparently just being from Russia
is... just plain discrimination.
If that's the law you have to follow, go on. If it's your own actual
choice - you need to revisit what "free software" means.
If I am blatantly wrong about all this, knowing it would only be a balm
for my soul.
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 17:45 ` Linus Torvalds
` (3 preceding siblings ...)
2024-10-23 22:14 ` NotYourFox
@ 2024-10-24 7:11 ` Integral
[not found] ` <20241024095708.189649-1-isage.dna@gmail.com>
` (2 subsequent siblings)
7 siblings, 0 replies; 40+ messages in thread
From: Integral @ 2024-10-24 7:11 UTC (permalink / raw)
To: torvalds
Cc: aospan, conor.dooley, ddrokosov, dmaengine, dushistov,
fancer.lancer, geert, gregkh, hoan, ink, jeffbai, kexybiscuit,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, richard.henderson, s.shtylyov,
serjk, shc_work, torvic9, tsbogend, v.georgiev, wangyuli,
wsa+renesas, xeb
Dear Linus Torvalds,
We are not paid actors. Most of us here are just common kernel
developers or Linux users expressing our own opinions about the
removal commit.
I can fully understand your disapproval of Russian aggression. However,
the true responsibility for the war lies with the ruler, not these innocent
developers, right? Removing them from the MAINTAINERS file neither
really assists Ukraine nor cripples Russia. Those who are removed are just
developers, not politicians or soldiers. On the contrary, this silent
removal
will damage our trust in the transparency of kernel development.
^ permalink raw reply [flat|nested] 40+ messages in thread
[parent not found: <20241024095708.189649-1-isage.dna@gmail.com>]
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
[not found] ` <20241024095708.189649-1-isage.dna@gmail.com>
@ 2024-10-24 15:41 ` Andy Shevchenko
2024-10-24 16:15 ` Guenter Roeck
2024-10-24 17:07 ` Ivan Epifanov
0 siblings, 2 replies; 40+ messages in thread
From: Andy Shevchenko @ 2024-10-24 15:41 UTC (permalink / raw)
To: Ivan Epifanov
Cc: torvalds, aospan, conor.dooley, ddrokosov, dmaengine, dushistov,
fancer.lancer, geert, gregkh, hoan, ink, jeffbai, kexybiscuit,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, richard.henderson, s.shtylyov,
serjk, shc_work, torvic9, tsbogend, v.georgiev, wangyuli,
wsa+renesas, xeb
On Thu, Oct 24, 2024 at 12:57:08PM +0300, Ivan Epifanov wrote:
>
> > I'm Finnish. Did you think I'd be *supporting* Russian
> > aggression? Apparently it's not just lack of real news, it's lack of
> > history knowledge too.
>
> As an avid history lover, you've seem to forgot, that Finland fought on Nazi side.
> So yeah, we're well aware you don't like Russians, unless they're in concentration camps.
> Which is exactly what you do now: segragate, based on nationality. Strip of credits and names.
> Once a nazi - always a nazi. So, fuck you.
$ git log --author="isage.dna@gmail.com"
(no results given)
Q.E.D.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-24 15:41 ` Andy Shevchenko
@ 2024-10-24 16:15 ` Guenter Roeck
2024-10-24 17:13 ` Ivan Epifanov
2024-10-24 17:28 ` Nopempele N
2024-10-24 17:07 ` Ivan Epifanov
1 sibling, 2 replies; 40+ messages in thread
From: Guenter Roeck @ 2024-10-24 16:15 UTC (permalink / raw)
To: Andy Shevchenko, Ivan Epifanov
Cc: torvalds, aospan, conor.dooley, ddrokosov, dmaengine, dushistov,
fancer.lancer, geert, gregkh, hoan, ink, jeffbai, kexybiscuit,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, richard.henderson, s.shtylyov,
serjk, shc_work, torvic9, tsbogend, v.georgiev, wangyuli,
wsa+renesas, xeb
On 10/24/24 08:41, Andy Shevchenko wrote:
> On Thu, Oct 24, 2024 at 12:57:08PM +0300, Ivan Epifanov wrote:
>>
>>> I'm Finnish. Did you think I'd be *supporting* Russian
>>> aggression? Apparently it's not just lack of real news, it's lack of
>>> history knowledge too.
>>
>> As an avid history lover, you've seem to forgot, that Finland fought on Nazi side.
>> So yeah, we're well aware you don't like Russians, unless they're in concentration camps.
>> Which is exactly what you do now: segragate, based on nationality. Strip of credits and names.
>> Once a nazi - always a nazi. So, fuck you.
>
> $ git log --author="isage.dna@gmail.com"
> (no results given)
>
I really don't want to get involved, but this misinformation really goes too far.
https://en.wikipedia.org/wiki/Finland_in_World_War_II
provides context. And it does sound familiar. Turns out the Finnish defended
themselves against invasion from the Soviet Union. Sounds familiar ? Guess it's
the same as those alleged Nazis in Ukraine nowadays.
Guenter
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-24 16:15 ` Guenter Roeck
@ 2024-10-24 17:13 ` Ivan Epifanov
2024-10-24 17:18 ` Guenter Roeck
2024-10-24 17:28 ` Nopempele N
1 sibling, 1 reply; 40+ messages in thread
From: Ivan Epifanov @ 2024-10-24 17:13 UTC (permalink / raw)
To: linux
Cc: andriy.shevchenko, aospan, conor.dooley, ddrokosov, dmaengine,
dushistov, fancer.lancer, geert, gregkh, hoan, ink, isage.dna,
jeffbai, kexybiscuit, linux-alpha, linux-arm-kernel, linux-fpga,
linux-gpio, linux-hwmon, linux-ide, linux-iio, linux-media,
linux-mips, linux-renesas-soc, linux-spi, manivannan.sadhasivam,
mattst88, netdev, nikita, ntb, patches, richard.henderson,
s.shtylyov, serjk, shc_work, torvalds, torvic9, tsbogend,
v.georgiev, wangyuli, wsa+renesas, xeb
> I really don't want to get involved, but this misinformation really goes too far.
Then don't.
> https://en.wikipedia.org/wiki/Finland_in_World_War_II
> provides context. And it does sound familiar. Turns out the Finnish defended
> themselves against invasion from the Soviet Union. Sounds familiar ? Guess it's
> the same as those alleged Nazis in Ukraine nowadays.
Especially if you can't read beyond few pararaphs.
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-24 17:13 ` Ivan Epifanov
@ 2024-10-24 17:18 ` Guenter Roeck
2024-10-24 17:38 ` Ivan Epifanov
0 siblings, 1 reply; 40+ messages in thread
From: Guenter Roeck @ 2024-10-24 17:18 UTC (permalink / raw)
To: Ivan Epifanov
Cc: andriy.shevchenko, aospan, conor.dooley, ddrokosov, dmaengine,
dushistov, fancer.lancer, geert, gregkh, hoan, ink, jeffbai,
kexybiscuit, linux-alpha, linux-arm-kernel, linux-fpga,
linux-gpio, linux-hwmon, linux-ide, linux-iio, linux-media,
linux-mips, linux-renesas-soc, linux-spi, manivannan.sadhasivam,
mattst88, netdev, nikita, ntb, patches, richard.henderson,
s.shtylyov, serjk, shc_work, torvalds, torvic9, tsbogend,
v.georgiev, wangyuli, wsa+renesas, xeb
On 10/24/24 10:13, Ivan Epifanov wrote:
>> I really don't want to get involved, but this misinformation really goes too far.
>
> Then don't.
>
>> https://en.wikipedia.org/wiki/Finland_in_World_War_II
>
>> provides context. And it does sound familiar. Turns out the Finnish defended
>> themselves against invasion from the Soviet Union. Sounds familiar ? Guess it's
>> the same as those alleged Nazis in Ukraine nowadays.
>
> Especially if you can't read beyond few pararaphs.
>
Yes, everyone should do that, and I did.
Guenter
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-24 17:18 ` Guenter Roeck
@ 2024-10-24 17:38 ` Ivan Epifanov
0 siblings, 0 replies; 40+ messages in thread
From: Ivan Epifanov @ 2024-10-24 17:38 UTC (permalink / raw)
To: linux
Cc: andriy.shevchenko, aospan, conor.dooley, ddrokosov, dmaengine,
dushistov, fancer.lancer, geert, gregkh, hoan, ink, isage.dna,
jeffbai, kexybiscuit, linux-alpha, linux-arm-kernel, linux-fpga,
linux-gpio, linux-hwmon, linux-ide, linux-iio, linux-media,
linux-mips, linux-renesas-soc, linux-spi, manivannan.sadhasivam,
mattst88, netdev, nikita, ntb, patches, richard.henderson,
s.shtylyov, serjk, shc_work, torvalds, torvic9, tsbogend,
v.georgiev, wangyuli, wsa+renesas, xeb
> Yes, everyone should do that, and I did.
If you did, you'd knew that their defence ended in 1940 with peace treaty.
Surely, Great Britain, Canada, Australia, New-Zealand and Union of South Africa delcared war on Finland in 1941, because Finland was "defending", right?
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-24 16:15 ` Guenter Roeck
2024-10-24 17:13 ` Ivan Epifanov
@ 2024-10-24 17:28 ` Nopempele N
1 sibling, 0 replies; 40+ messages in thread
From: Nopempele N @ 2024-10-24 17:28 UTC (permalink / raw)
To: Guenter Roeck, Andy Shevchenko, Ivan Epifanov
Cc: torvalds, aospan, conor.dooley, ddrokosov, dmaengine, dushistov,
fancer.lancer, geert, gregkh, hoan, ink, jeffbai, kexybiscuit,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, richard.henderson, s.shtylyov,
serjk, shc_work, torvic9, tsbogend, v.georgiev, wangyuli,
wsa+renesas, xeb
I really did not want to get involved as well, but Finland (together
with Germany) also participated in the horrific Siege of Leningrad which
lead to immeasurable suffering of its population:
https://en.wikipedia.org/wiki/Siege_of_Leningrad
This is something that many modern Russians living in Saint-Petersburg
(ex-Leningrad) can relate to. Am I going to blame Linus or the Finnish
nation for that? Of course not! Because I am not an idiot or a racist.
And I can use something that Linus has mentioned previously - brains.
Can you please do the same, Linus?
This really turned ugly, please stop trying to use history as your moral
compass. Also, if you'd like to place a collective guilt on the whole
group of people for past or present wrongdoings I would like to quote
the words of famous Holocaust survivor and psychiatrist Viktor Frankl:
"Collective guilt does not exist":
https://www.youtube.com/watch?v=leGKtWlwHt4
On 24/10/2024 17:15, Guenter Roeck wrote:
> On 10/24/24 08:41, Andy Shevchenko wrote:
>> On Thu, Oct 24, 2024 at 12:57:08PM +0300, Ivan Epifanov wrote:
>>>
>>>> I'm Finnish. Did you think I'd be *supporting* Russian
>>>> aggression? Apparently it's not just lack of real news, it's lack of
>>>> history knowledge too.
>>>
>>> As an avid history lover, you've seem to forgot, that Finland fought
>>> on Nazi side.
>>> So yeah, we're well aware you don't like Russians, unless they're in
>>> concentration camps.
>>> Which is exactly what you do now: segragate, based on nationality.
>>> Strip of credits and names.
>>> Once a nazi - always a nazi. So, fuck you.
>>
>> $ git log --author="isage.dna@gmail.com"
>> (no results given)
>>
>
> I really don't want to get involved, but this misinformation really
> goes too far.
>
> https://en.wikipedia.org/wiki/Finland_in_World_War_II
>
> provides context. And it does sound familiar. Turns out the Finnish
> defended
> themselves against invasion from the Soviet Union. Sounds familiar ?
> Guess it's
> the same as those alleged Nazis in Ukraine nowadays.
>
> Guenter
>
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-24 15:41 ` Andy Shevchenko
2024-10-24 16:15 ` Guenter Roeck
@ 2024-10-24 17:07 ` Ivan Epifanov
2024-10-24 17:45 ` Sergey Shtylyov
1 sibling, 1 reply; 40+ messages in thread
From: Ivan Epifanov @ 2024-10-24 17:07 UTC (permalink / raw)
To: andriy.shevchenko
Cc: aospan, conor.dooley, ddrokosov, dmaengine, dushistov,
fancer.lancer, geert, gregkh, hoan, ink, isage.dna, jeffbai,
kexybiscuit, linux-alpha, linux-arm-kernel, linux-fpga,
linux-gpio, linux-hwmon, linux-ide, linux-iio, linux-media,
linux-mips, linux-renesas-soc, linux-spi, manivannan.sadhasivam,
mattst88, netdev, nikita, ntb, patches, richard.henderson,
s.shtylyov, serjk, shc_work, torvalds, torvic9, tsbogend,
v.georgiev, wangyuli, wsa+renesas, xeb
Proved that you don't care about users of your product either? Sure
> $ git log --author="andriy.shevchenko@intel.com"
> $
Look who's talking
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-24 17:07 ` Ivan Epifanov
@ 2024-10-24 17:45 ` Sergey Shtylyov
0 siblings, 0 replies; 40+ messages in thread
From: Sergey Shtylyov @ 2024-10-24 17:45 UTC (permalink / raw)
To: Ivan Epifanov, andriy.shevchenko
Cc: aospan, conor.dooley, ddrokosov, dmaengine, dushistov,
fancer.lancer, geert, gregkh, hoan, ink, jeffbai, kexybiscuit,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, richard.henderson, serjk, shc_work,
torvalds, torvic9, tsbogend, v.georgiev, wangyuli, wsa+renesas,
xeb
On 10/24/24 8:07 PM, Ivan Epifanov wrote:
[...]
>> $ git log --author="andriy.shevchenko@intel.com"
>> $
>
> Look who's talking
$ git shortlog | grep "Andy Shevchenko"
Andy Shevchenko (5564):
[...]
Even I was surprised!
MBR, Sergey
^ permalink raw reply [flat|nested] 40+ messages in thread
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-23 17:45 ` Linus Torvalds
` (5 preceding siblings ...)
[not found] ` <20241024095708.189649-1-isage.dna@gmail.com>
@ 2024-10-25 18:39 ` Tor Vic
[not found] ` <20241024140353.384881-1-vladimir_putin_rus@kremlin.ru>
7 siblings, 0 replies; 40+ messages in thread
From: Tor Vic @ 2024-10-25 18:39 UTC (permalink / raw)
To: Linus Torvalds
Cc: Kexy Biscuit, jeffbai, gregkh, wangyuli, aospan, conor.dooley,
ddrokosov, dmaengine, dushistov, fancer.lancer, geert, hoan, ink,
linux-alpha, linux-arm-kernel, linux-fpga, linux-gpio,
linux-hwmon, linux-ide, linux-iio, linux-media, linux-mips,
linux-renesas-soc, linux-spi, manivannan.sadhasivam, mattst88,
netdev, nikita, ntb, patches, richard.henderson, s.shtylyov,
serjk, shc_work, tsbogend, v.georgiev, wsa+renesas, xeb
On 10/23/24 19:45, Linus Torvalds wrote:
> Ok, lots of Russian trolls out and about.
I was a little bit sick when I wrote my previous comment, but I wanted
to elaborate, so here we go:
>
> It's entirely clear why the change was done, it's not getting
> reverted, and using multiple random anonymous accounts to try to
> "grass root" it by Russian troll factories isn't going to change
> anything.
>
Of course it's not going to be reverted, and I don't mind.
I do however mind about the fact that you accuse contributors (however
minimal their contributions were, like in my case) of being "Russian
trolls" using "multiple accounts".
I would have thought that a man of your stature, knowledge and
publicity, wrote a more sensible, neutral comment than that childish
gibberish you produced.
Such comments can be seen in the hundreds on every major news website's
comment section.
Unfortunately, this is now common discussion standard at least in the
Western world:
"You don't agree with X? You must be a Y!"
There is no doubt that there are Russian troll factories - but there is
equally no doubt that there are Western troll factories. Without them,
this "game" wouldn't work.
You could just have done a simple 'git log --grep="Name"' to find out
that most of those people who you accused of being trolls are actually
not trolls. Because trolls do not contribute.
> And FYI for the actual innocent bystanders who aren't troll farm
> accounts - the "various compliance requirements" are not just a US
> thing.
Of course not. It's a USUKEU thing. Or, dare I say, a thing of the
unipolar anglo-american empire. There is no way around a multipolar
world order if we as humans want to progress.
Why didn't you (or Greg) elaborate on the "various compliance
requirements" in the first place?
You could just have said:
"Due to the sanctions against Russia, we as a US-based foundation are
required to abide and therefore we have to remove some maintainers that
are thought to be directly collaborating with the current regime" (I
specifically used a "Western" language).
That, at least, would have been somewhat honest, though still hypocrite.
And I did read through (most of) these EU compliance requirements
because of my job (not IT), so I'm not *that* clueless.
The sanctions are absurd anyway - I don't remember that the US had been
sanctioned because of their illegal invasion of [insert country of your
choice]. US athletes excluded from the Olympics?? How dare you?
I also don't remember that France or UK had been sanctioned because they
abused their UN mandate to get rid of Gaddafi.
The "country" Kosovo, created by a war, isn't even recognized by all EU
member states!
And don't even get me started on that Eastern Mediterranian country that
can commit the worst atrocities without ever getting seriously sanctioned.
Meanwhile, we sanction Iran (hasn't started a war in ages), Cuba (hasn't
started a war in ages), North Korea (hasn't started a war in ages) etc.
The Western arrogance and decadence is disgusting, and I say that as a
born and bred Western European.
>
> If you haven't heard of Russian sanctions yet, you should try to read
> the news some day. And by "news", I don't mean Russian
> state-sponsored spam.
I'm already more than fed up with the state-sponsored spam on German TV
- and I even have to pay for that BS!
Now, I don't know how it is in Finland because I don't follow Finnish
news due to a total lack of language knowledge.
I wish my country would quit NATO, and then I see that Finland *joined*.
Sorry, but I don't understand. No NATO, no war in Ukraine.
Even as late as 2013, Russia and Ukraine did naval manoevers in the
Black Sea - together!
This war is sooo totally unnecessary. Maybe you should ask Vicky "F!ck
the EU" Newland why this all happened.
>
> As to sending me a revert patch - please use whatever mush you call
> brains. I'm Finnish. Did you think I'd be *supporting* Russian
> aggression? Apparently it's not just lack of real news, it's lack of
> history knowledge too.
Why do you even mention your nationality?
Just a few weeks ago, I read about the role of Finland in (and before) WW2.
I don't think there is a big lack of history knowledge on my side.
My country was occupied by Germany twice, in 1914 and in 1940.
And yet, I have absolutely no bad feelings about either Germany as a
country nor Germans as a people. OK, their government is the worst since
1945, but that's a different matter.
Wasn't Mannerheim married to a Russian? Eh?
The former German Minister of Foreign Affairs, Guido Westerwelle, once
talked about "late Roman decadence", albeit in a different context.
And yet, he was totally right even in other contexts. The Western world
is actually in the state of "late Roman decadence".
And what follows after that decadence? Right, the downfall. And it might
be a huge chance to create a better, more equitable world.
>
> Linus
Tor Vic
^ permalink raw reply [flat|nested] 40+ messages in thread
[parent not found: <20241024140353.384881-1-vladimir_putin_rus@kremlin.ru>]
[parent not found: <64ef261c-82d0-4fad-ba8a-562f247340fb@metux.net>]
* Re: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
[not found] ` <64ef261c-82d0-4fad-ba8a-562f247340fb@metux.net>
@ 2024-10-24 15:33 ` Andy Shevchenko
0 siblings, 0 replies; 40+ messages in thread
From: Andy Shevchenko @ 2024-10-24 15:33 UTC (permalink / raw)
To: Enrico Weigelt, metux IT consult
Cc: Kexy Biscuit, jeffbai, gregkh, wangyuli, torvalds, aospan,
conor.dooley, ddrokosov, dmaengine, dushistov, fancer.lancer,
geert, hoan, ink, linux-alpha, linux-arm-kernel, linux-fpga,
linux-gpio, linux-hwmon, linux-ide, linux-iio, linux-media,
linux-mips, linux-renesas-soc, linux-spi, manivannan.sadhasivam,
mattst88, netdev, nikita, ntb, patches, richard.henderson,
s.shtylyov, serjk, shc_work, tsbogend, v.georgiev, wsa+renesas,
xeb
On Thu, Oct 24, 2024 at 05:05:13PM +0200, Enrico Weigelt, metux IT consult wrote:
> On 23.10.24 10:09, Kexy Biscuit wrote:
...
> I grew up in the GDR, which was factually Russian/Soviet-occupied for 40
> years. I grew up behind the iron curtain. And part of my family coming
> from near Mariuopol.
Interesting. Let's have a beer at some point and may be talk about this
(I'm from Donetsk, Ukraine).
> They also suffered from that horrible war (and many
> of the wider family fled to Germany).
...
> or maybe just having an .ru mail address
It's not about .ru if you read the original patch.
...
> Who's the only nation who used nuclear bombs against civilians ?
> The US.
Since you haven't defined _how_ it was used, you are mistaken.
In the 70-x Soviets did a lot of experiments with nuclear and
you may find an information about, e.g., the underground nuke
in the Donetsk (Donbass if speaking of coal mines) region in order
to see if it improves the efficiency of the coal mining. It didn't,
and as a consequences it becomes exactly the use against civilians.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 40+ messages in thread