Similarly to QEMU's commit 3bd2608db7 ("maint: Add .mailmap entries for patches claiming list authorship") [*], add a .mailmap file to SeaBIOS repository to fix the following commits:
- 1281e34 ("ahci: handle TFES irq correctly") authored by Niklas Cassel niklas.cassel@wdc.com
- cd93345 ("virtio-blk: Fix integer overflow for large max IO sizes") authored by Lukas Stockner lstockner@genesiscloud.com
- dc776a2 ("nvme: avoid use-after-free in nvme_controller_enable()") authored by Jan Beulich jbeulich@suse.com
- 54082c8 ("nvme: fix missing newline on sq full print") authored by Alex Martens alexmgit@protonmail.com
- b0d61ec ("usb-hid: Increase MAX_KBD_EVENT") authored by Stefan Ott stefan@ott.net
[*] https://gitlab.com/qemu-project/qemu/-/commit/3bd2608db72
Fixes: 1281e34 ("ahci: handle TFES irq correctly") Fixes: cd93345 ("virtio-blk: Fix integer overflow for large max IO sizes") Fixes: dc776a2 ("nvme: avoid use-after-free in nvme_controller_enable()") Fixes: 54082c8 ("nvme: fix missing newline on sq full print") Fixes: b0d61ec ("usb-hid: Increase MAX_KBD_EVENT") Reported-by: Paul Menzel pmenzel@molgen.mpg.de Signed-off-by: Philippe Mathieu-Daudé philmd@linaro.org --- .mailmap | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .mailmap
diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..1411ae5 --- /dev/null +++ b/.mailmap @@ -0,0 +1,23 @@ +# This mailmap fixes up author names/addresses. +# +# If you are adding to this file consider if a similar change needs to +# be made to contrib/gitdm/aliases. They are not however completely +# analogous. .mailmap is concerned with fixing up damaged author +# fields where as the gitdm equivalent is more concerned with making +# sure multiple email addresses get mapped onto the same author. +# +# From man git-shortlog the forms are: +# +# Proper Name commit@email.xx +# proper@email.xx commit@email.xx +# Proper Name proper@email.xx commit@email.xx +# Proper Name proper@email.xx Commit Name commit@email.xx +# + +# Translate a few commits where mailman rewrote the From: line due to +# strict SPF, although we prefer to avoid adding more entries like that. +Niklas Cassel niklas.cassel@wdc.com Niklas Cassel via SeaBIOS seabios@seabios.org +Lukas Stockner lstockner@genesiscloud.com Lukas Stockner via SeaBIOS seabios@seabios.org +Jan Beulich jbeulich@suse.com Jan Beulich via SeaBIOS seabios@seabios.org +Alex Martens alexmgit@protonmail.com Alex Martens via SeaBIOS seabios@seabios.org +Stefan Ott stefan@ott.net Stefan Ott via SeaBIOS seabios@seabios.org