Am 18.12.25 um 13:45 schrieb Markus Armbruster:
Back in 2014 (time flies), I posted

     Subject: MAINTAINERS leaves too many files uncovered
     Message-ID: <[email protected]>
     https://lore.kernel.org/qemu-devel/[email protected]/

I updated my findings in 2015, 2016 (at commit e00da552a0d), 2018 (at
v3.1.0-rc2), and 2023 (at commit 36e9aab3c56, close to v8.2.0).  This is
another update, at v10.2.0-rc4.


These two files were contributed by me and most of my initial code is still unmodified, so I could be added as their maintainer:

hw/nvram/eeprom93xx.c
include/hw/nvram/eeprom93xx.h

I had two contributions to the eeprom93xx.c (one made by Thiemo in my name). Other authors had also two or more contributions:

      2 Author: Alex Williamson <[email protected]>
      2 Author: Anthony Liguori <[email protected]>
      2 Author: Aurelien Jarno <[email protected]>
      2 Author: Marc-André Lureau <[email protected]>
      3 Author: Blue Swirl <[email protected]>
      3 Author: Juan Quintela <[email protected]>
      3 Author: Paolo Bonzini <[email protected]>
      5 Author: Markus Armbruster <[email protected]>

I am not sure about the desired order in MAINTAINERS. Therefore I don't intend to send a patch but would be happy if someone else updates this file.

For the other files which are von covered by MAINTAINERS, the copyright notice might help to find possible maintainers:

grep --no-filename -r -o "Copyright.*" $(cat FILELIST)|sort -i|uniq -ci

Thanks
Stefan W.


Reply via email to