Skip to content

Commit f4b09eb

Browse files
AdrianBunkAdrian Bunk
authored andcommitted
update the email address of Randy Dunlap
This patch removes all references to the bouncing address rddunlap@osdl.org and one dead web page from the kernel. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Randy Dunlap <rdunlap@xenotime.net>
1 parent e3e1bfe commit f4b09eb

File tree

9 files changed

+10
-11
lines changed

9 files changed

+10
-11
lines changed

Documentation/block/biodoc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following people helped with review comments and inputs for this
3131
document:
3232
Christoph Hellwig <hch@infradead.org>
3333
Arjan van de Ven <arjanv@redhat.com>
34-
Randy Dunlap <rddunlap@osdl.org>
34+
Randy Dunlap <rdunlap@xenotime.net>
3535
Andre Hedrick <andre@linux-ide.org>
3636

3737
The following people helped with fixes/contributions to the bio patches

Documentation/scsi/scsi_mid_low_api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ The following people have contributed to this document:
14331433
Christoph Hellwig <hch at infradead dot org>
14341434
Doug Ledford <dledford at redhat dot com>
14351435
Andries Brouwer <Andries dot Brouwer at cwi dot nl>
1436-
Randy Dunlap <rddunlap at osdl dot org>
1436+
Randy Dunlap <rdunlap at xenotime dot net>
14371437
Alan Stern <stern at rowland dot harvard dot edu>
14381438

14391439

MAINTAINERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,6 @@ P: Several
14651465
L: kernel-janitors@osdl.org
14661466
W: http://www.kerneljanitors.org/
14671467
W: http://sf.net/projects/kernel-janitor/
1468-
W: http://developer.osdl.org/rddunlap/kj-patches/
14691468
S: Maintained
14701469

14711470
KERNEL NFSD
@@ -1486,7 +1485,7 @@ KEXEC
14861485
P: Eric Biederman
14871486
P: Randy Dunlap
14881487
M: ebiederm@xmission.com
1489-
M: rddunlap@osdl.org
1488+
M: rdunlap@xenotime.net
14901489
W: http://www.xmission.com/~ebiederm/files/kexec/
14911490
L: linux-kernel@vger.kernel.org
14921491
L: fastboot@osdl.org

drivers/usb/class/usblp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 1999 Michael Gee <michael@linuxspecific.com>
55
* Copyright (c) 1999 Pavel Machek <pavel@suse.cz>
6-
* Copyright (c) 2000 Randy Dunlap <rddunlap@osdl.org>
6+
* Copyright (c) 2000 Randy Dunlap <rdunlap@xenotime.net>
77
* Copyright (c) 2000 Vojtech Pavlik <vojtech@suse.cz>
88
# Copyright (c) 2001 Pete Zaitcev <zaitcev@redhat.com>
99
# Copyright (c) 2001 David Paschal <paschal@rcsis.com>

fs/ntfs/ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ ToDo/Notes:
884884

885885
- Add handling for initialized_size != data_size in compressed files.
886886
- Reduce function local stack usage from 0x3d4 bytes to just noise in
887-
fs/ntfs/upcase.c. (Randy Dunlap <rddunlap@osdl.ord>)
887+
fs/ntfs/upcase.c. (Randy Dunlap <rdunlap@xenotime.net>)
888888
- Remove compiler warnings for newer gcc.
889889
- Pages are no longer kmapped by mm/filemap.c::generic_file_write()
890890
around calls to ->{prepare,commit}_write. Adapt NTFS appropriately

kernel/configs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Echo the kernel .config file used to build the kernel
44
*
55
* Copyright (C) 2002 Khalid Aziz <khalid_aziz@hp.com>
6-
* Copyright (C) 2002 Randy Dunlap <rddunlap@osdl.org>
6+
* Copyright (C) 2002 Randy Dunlap <rdunlap@xenotime.net>
77
* Copyright (C) 2002 Al Stone <ahs3@fc.hp.com>
88
* Copyright (C) 2002 Hewlett-Packard Company
99
*

scripts/binoffset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***************************************************************************
22
* binoffset.c
3-
* (C) 2002 Randy Dunlap <rddunlap@osdl.org>
3+
* (C) 2002 Randy Dunlap <rdunlap@xenotime.net>
44
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

scripts/checkversion.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# checkversion find uses of LINUX_VERSION_CODE, KERNEL_VERSION, or
44
# UTS_RELEASE without including <linux/version.h>, or cases of
55
# including <linux/version.h> that don't need it.
6-
# Copyright (C) 2003, Randy Dunlap <rddunlap@osdl.org>
6+
# Copyright (C) 2003, Randy Dunlap <rdunlap@xenotime.net>
77

88
$| = 1;
99

scripts/patch-kernel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# update usage message;
4646
# fix some whitespace damage;
4747
# be smarter about stopping when current version is larger than requested;
48-
# Randy Dunlap <rddunlap@osdl.org>, 2004-AUG-18.
48+
# Randy Dunlap <rdunlap@xenotime.net>, 2004-AUG-18.
4949
#
5050
# Add better support for (non-incremental) 2.6.x.y patches;
5151
# If an ending version number if not specified, the script automatically
@@ -56,7 +56,7 @@
5656
# patch-kernel does not normally support reverse patching, but does so when
5757
# applying EXTRAVERSION (x.y) patches, so that moving from 2.6.11.y to 2.6.11.z
5858
# is easy and handled by the script (reverse 2.6.11.y and apply 2.6.11.z).
59-
# Randy Dunlap <rddunlap@osdl.org>, 2005-APR-08.
59+
# Randy Dunlap <rdunlap@xenotime.net>, 2005-APR-08.
6060

6161
PNAME=patch-kernel
6262

0 commit comments

Comments
 (0)