diff options
author | Matthew Wilcox <willy@infradead.org> | 2018-06-16 17:32:07 -0400 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2018-09-29 22:47:48 -0400 |
commit | 3d0186bb068e6cc6c23dc1d2f0b1cf64894c40ea (patch) | |
tree | 46d864fb986c06a511f3a95362710ba3d1200add | |
parent | 291d0e5d81e101392379217b06251fe8c27f1f80 (diff) |
Update email address
Redirect some older email addresses that are in the git logs.
Signed-off-by: Matthew Wilcox <willy@infradead.org>
-rw-r--r-- | .mailmap | 7 | ||||
-rw-r--r-- | MAINTAINERS | 6 | ||||
-rw-r--r-- | arch/parisc/kernel/syscall.S | 2 | ||||
-rw-r--r-- | drivers/input/keyboard/hilkbd.c | 2 | ||||
-rw-r--r-- | drivers/pci/hotplug/acpiphp.h | 2 | ||||
-rw-r--r-- | drivers/pci/hotplug/acpiphp_core.c | 4 | ||||
-rw-r--r-- | drivers/pci/hotplug/acpiphp_glue.c | 2 | ||||
-rw-r--r-- | fs/isofs/dir.c | 2 | ||||
-rw-r--r-- | include/linux/xarray.h | 2 |
9 files changed, 18 insertions, 11 deletions
@@ -119,6 +119,13 @@ Mark Brown <broonie@sirena.org.uk> | |||
119 | Mark Yao <markyao0591@gmail.com> <mark.yao@rock-chips.com> | 119 | Mark Yao <markyao0591@gmail.com> <mark.yao@rock-chips.com> |
120 | Martin Kepplinger <martink@posteo.de> <martin.kepplinger@theobroma-systems.com> | 120 | Martin Kepplinger <martink@posteo.de> <martin.kepplinger@theobroma-systems.com> |
121 | Martin Kepplinger <martink@posteo.de> <martin.kepplinger@ginzinger.com> | 121 | Martin Kepplinger <martink@posteo.de> <martin.kepplinger@ginzinger.com> |
122 | Matthew Wilcox <willy@infradead.org> <matthew.r.wilcox@intel.com> | ||
123 | Matthew Wilcox <willy@infradead.org> <matthew@wil.cx> | ||
124 | Matthew Wilcox <willy@infradead.org> <mawilcox@linuxonhyperv.com> | ||
125 | Matthew Wilcox <willy@infradead.org> <mawilcox@microsoft.com> | ||
126 | Matthew Wilcox <willy@infradead.org> <willy@debian.org> | ||
127 | Matthew Wilcox <willy@infradead.org> <willy@linux.intel.com> | ||
128 | Matthew Wilcox <willy@infradead.org> <willy@parisc-linux.org> | ||
122 | Matthieu CASTET <castet.matthieu@free.fr> | 129 | Matthieu CASTET <castet.matthieu@free.fr> |
123 | Mauro Carvalho Chehab <mchehab@kernel.org> <mchehab@brturbo.com.br> | 130 | Mauro Carvalho Chehab <mchehab@kernel.org> <mchehab@brturbo.com.br> |
124 | Mauro Carvalho Chehab <mchehab@kernel.org> <maurochehab@gmail.com> | 131 | Mauro Carvalho Chehab <mchehab@kernel.org> <maurochehab@gmail.com> |
diff --git a/MAINTAINERS b/MAINTAINERS index a255240d1452..612e5dbf3431 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -536,7 +536,7 @@ F: Documentation/hwmon/adt7475 | |||
536 | F: drivers/hwmon/adt7475.c | 536 | F: drivers/hwmon/adt7475.c |
537 | 537 | ||
538 | ADVANSYS SCSI DRIVER | 538 | ADVANSYS SCSI DRIVER |
539 | M: Matthew Wilcox <matthew@wil.cx> | 539 | M: Matthew Wilcox <willy@infradead.org> |
540 | M: Hannes Reinecke <hare@suse.com> | 540 | M: Hannes Reinecke <hare@suse.com> |
541 | L: linux-scsi@vger.kernel.org | 541 | L: linux-scsi@vger.kernel.org |
542 | S: Maintained | 542 | S: Maintained |
@@ -4364,7 +4364,7 @@ S: Maintained | |||
4364 | F: drivers/i2c/busses/i2c-diolan-u2c.c | 4364 | F: drivers/i2c/busses/i2c-diolan-u2c.c |
4365 | 4365 | ||
4366 | FILESYSTEM DIRECT ACCESS (DAX) | 4366 | FILESYSTEM DIRECT ACCESS (DAX) |
4367 | M: Matthew Wilcox <mawilcox@microsoft.com> | 4367 | M: Matthew Wilcox <willy@infradead.org> |
4368 | M: Ross Zwisler <zwisler@kernel.org> | 4368 | M: Ross Zwisler <zwisler@kernel.org> |
4369 | M: Jan Kara <jack@suse.cz> | 4369 | M: Jan Kara <jack@suse.cz> |
4370 | L: linux-fsdevel@vger.kernel.org | 4370 | L: linux-fsdevel@vger.kernel.org |
@@ -8626,7 +8626,7 @@ F: drivers/message/fusion/ | |||
8626 | F: drivers/scsi/mpt3sas/ | 8626 | F: drivers/scsi/mpt3sas/ |
8627 | 8627 | ||
8628 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers | 8628 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
8629 | M: Matthew Wilcox <matthew@wil.cx> | 8629 | M: Matthew Wilcox <willy@infradead.org> |
8630 | L: linux-scsi@vger.kernel.org | 8630 | L: linux-scsi@vger.kernel.org |
8631 | S: Maintained | 8631 | S: Maintained |
8632 | F: drivers/scsi/sym53c8xx_2/ | 8632 | F: drivers/scsi/sym53c8xx_2/ |
diff --git a/arch/parisc/kernel/syscall.S b/arch/parisc/kernel/syscall.S index f453997a7b8f..a9bc90dc4ae7 100644 --- a/arch/parisc/kernel/syscall.S +++ b/arch/parisc/kernel/syscall.S | |||
@@ -2,7 +2,7 @@ | |||
2 | * Linux/PA-RISC Project (http://www.parisc-linux.org/) | 2 | * Linux/PA-RISC Project (http://www.parisc-linux.org/) |
3 | * | 3 | * |
4 | * System call entry code / Linux gateway page | 4 | * System call entry code / Linux gateway page |
5 | * Copyright (c) Matthew Wilcox 1999 <willy@bofh.ai> | 5 | * Copyright (c) Matthew Wilcox 1999 <willy@infradead.org> |
6 | * Licensed under the GNU GPL. | 6 | * Licensed under the GNU GPL. |
7 | * thanks to Philipp Rumpf, Mike Shaver and various others | 7 | * thanks to Philipp Rumpf, Mike Shaver and various others |
8 | * sorry about the wall, puffin.. | 8 | * sorry about the wall, puffin.. |
diff --git a/drivers/input/keyboard/hilkbd.c b/drivers/input/keyboard/hilkbd.c index 5c7afdec192c..f5c5ae8b6c06 100644 --- a/drivers/input/keyboard/hilkbd.c +++ b/drivers/input/keyboard/hilkbd.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * linux/drivers/hil/hilkbd.c | 2 | * linux/drivers/hil/hilkbd.c |
3 | * | 3 | * |
4 | * Copyright (C) 1998 Philip Blundell <philb@gnu.org> | 4 | * Copyright (C) 1998 Philip Blundell <philb@gnu.org> |
5 | * Copyright (C) 1999 Matthew Wilcox <willy@bofh.ai> | 5 | * Copyright (C) 1999 Matthew Wilcox <willy@infradead.org> |
6 | * Copyright (C) 1999-2007 Helge Deller <deller@gmx.de> | 6 | * Copyright (C) 1999-2007 Helge Deller <deller@gmx.de> |
7 | * | 7 | * |
8 | * Very basic HP Human Interface Loop (HIL) driver. | 8 | * Very basic HP Human Interface Loop (HIL) driver. |
diff --git a/drivers/pci/hotplug/acpiphp.h b/drivers/pci/hotplug/acpiphp.h index e438a2d734f2..14cef4cf592b 100644 --- a/drivers/pci/hotplug/acpiphp.h +++ b/drivers/pci/hotplug/acpiphp.h | |||
@@ -8,7 +8,7 @@ | |||
8 | * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com) | 8 | * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com) |
9 | * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com) | 9 | * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com) |
10 | * Copyright (C) 2002,2003 NEC Corporation | 10 | * Copyright (C) 2002,2003 NEC Corporation |
11 | * Copyright (C) 2003-2005 Matthew Wilcox (matthew.wilcox@hp.com) | 11 | * Copyright (C) 2003-2005 Matthew Wilcox (willy@infradead.org) |
12 | * Copyright (C) 2003-2005 Hewlett Packard | 12 | * Copyright (C) 2003-2005 Hewlett Packard |
13 | * | 13 | * |
14 | * All rights reserved. | 14 | * All rights reserved. |
diff --git a/drivers/pci/hotplug/acpiphp_core.c b/drivers/pci/hotplug/acpiphp_core.c index ad32ffbc4b91..0447b169e7ff 100644 --- a/drivers/pci/hotplug/acpiphp_core.c +++ b/drivers/pci/hotplug/acpiphp_core.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com) | 8 | * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com) |
9 | * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com) | 9 | * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com) |
10 | * Copyright (C) 2002,2003 NEC Corporation | 10 | * Copyright (C) 2002,2003 NEC Corporation |
11 | * Copyright (C) 2003-2005 Matthew Wilcox (matthew.wilcox@hp.com) | 11 | * Copyright (C) 2003-2005 Matthew Wilcox (willy@infradead.org) |
12 | * Copyright (C) 2003-2005 Hewlett Packard | 12 | * Copyright (C) 2003-2005 Hewlett Packard |
13 | * | 13 | * |
14 | * All rights reserved. | 14 | * All rights reserved. |
@@ -40,7 +40,7 @@ bool acpiphp_disabled; | |||
40 | static struct acpiphp_attention_info *attention_info; | 40 | static struct acpiphp_attention_info *attention_info; |
41 | 41 | ||
42 | #define DRIVER_VERSION "0.5" | 42 | #define DRIVER_VERSION "0.5" |
43 | #define DRIVER_AUTHOR "Greg Kroah-Hartman <gregkh@us.ibm.com>, Takayoshi Kochi <t-kochi@bq.jp.nec.com>, Matthew Wilcox <willy@hp.com>" | 43 | #define DRIVER_AUTHOR "Greg Kroah-Hartman <gregkh@us.ibm.com>, Takayoshi Kochi <t-kochi@bq.jp.nec.com>, Matthew Wilcox <willy@infradead.org>" |
44 | #define DRIVER_DESC "ACPI Hot Plug PCI Controller Driver" | 44 | #define DRIVER_DESC "ACPI Hot Plug PCI Controller Driver" |
45 | 45 | ||
46 | MODULE_AUTHOR(DRIVER_AUTHOR); | 46 | MODULE_AUTHOR(DRIVER_AUTHOR); |
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index 12afa7fdf77e..e4c46637f32f 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com) | 5 | * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com) |
6 | * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com) | 6 | * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com) |
7 | * Copyright (C) 2002,2003 NEC Corporation | 7 | * Copyright (C) 2002,2003 NEC Corporation |
8 | * Copyright (C) 2003-2005 Matthew Wilcox (matthew.wilcox@hp.com) | 8 | * Copyright (C) 2003-2005 Matthew Wilcox (willy@infradead.org) |
9 | * Copyright (C) 2003-2005 Hewlett Packard | 9 | * Copyright (C) 2003-2005 Hewlett Packard |
10 | * Copyright (C) 2005 Rajesh Shah (rajesh.shah@intel.com) | 10 | * Copyright (C) 2005 Rajesh Shah (rajesh.shah@intel.com) |
11 | * Copyright (C) 2005 Intel Corporation | 11 | * Copyright (C) 2005 Intel Corporation |
diff --git a/fs/isofs/dir.c b/fs/isofs/dir.c index 947ce22f5b3c..f0fe641893a5 100644 --- a/fs/isofs/dir.c +++ b/fs/isofs/dir.c | |||
@@ -46,7 +46,7 @@ int isofs_name_translate(struct iso_directory_record *de, char *new, struct inod | |||
46 | return i; | 46 | return i; |
47 | } | 47 | } |
48 | 48 | ||
49 | /* Acorn extensions written by Matthew Wilcox <willy@bofh.ai> 1998 */ | 49 | /* Acorn extensions written by Matthew Wilcox <willy@infradead.org> 1998 */ |
50 | int get_acorn_filename(struct iso_directory_record *de, | 50 | int get_acorn_filename(struct iso_directory_record *de, |
51 | char *retname, struct inode *inode) | 51 | char *retname, struct inode *inode) |
52 | { | 52 | { |
diff --git a/include/linux/xarray.h b/include/linux/xarray.h index 2dfc8006fe64..9e4c86853fa4 100644 --- a/include/linux/xarray.h +++ b/include/linux/xarray.h | |||
@@ -4,7 +4,7 @@ | |||
4 | /* | 4 | /* |
5 | * eXtensible Arrays | 5 | * eXtensible Arrays |
6 | * Copyright (c) 2017 Microsoft Corporation | 6 | * Copyright (c) 2017 Microsoft Corporation |
7 | * Author: Matthew Wilcox <mawilcox@microsoft.com> | 7 | * Author: Matthew Wilcox <willy@infradead.org> |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <linux/spinlock.h> | 10 | #include <linux/spinlock.h> |