update the email address of Randy Dunlap
authorAdrian Bunk <bunk@stusta.de>
Tue, 3 Jan 2006 12:37:51 +0000 (13:37 +0100)
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>
Tue, 3 Jan 2006 12:37:51 +0000 (13:37 +0100)
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>
Documentation/block/biodoc.txt
Documentation/scsi/scsi_mid_low_api.txt
MAINTAINERS
drivers/usb/class/usblp.c
fs/ntfs/ChangeLog
kernel/configs.c
scripts/binoffset.c
scripts/checkversion.pl
scripts/patch-kernel

index 0fe01c805480563f8544fe157ccd8064cfe2f07a..303c57a7fad95216fe6cecff723cd15cf5574d0b 100644 (file)
@@ -31,7 +31,7 @@ The following people helped with review comments and inputs for this
 document:
        Christoph Hellwig <hch@infradead.org>
        Arjan van de Ven <arjanv@redhat.com>
-       Randy Dunlap <rddunlap@osdl.org>
+       Randy Dunlap <rdunlap@xenotime.net>
        Andre Hedrick <andre@linux-ide.org>
 
 The following people helped with fixes/contributions to the bio patches
index 66565d42288fc446ad08930b8839a7285dee37e6..3209b37e07ecc7c7c6fcd8b36282614872fdd08b 100644 (file)
@@ -1433,7 +1433,7 @@ The following people have contributed to this document:
         Christoph Hellwig <hch at infradead dot org>
         Doug Ledford <dledford at redhat dot com>
         Andries Brouwer <Andries dot Brouwer at cwi dot nl>
-        Randy Dunlap <rddunlap at osdl dot org>
+        Randy Dunlap <rdunlap at xenotime dot net>
         Alan Stern <stern at rowland dot harvard dot edu>
 
 
index bbe5f04f59ec9735bbee1cf29de3ae04e0e93797..79f0efa297786dfeabe0678975d641dbab908a15 100644 (file)
@@ -1465,7 +1465,6 @@ P:        Several
 L:     kernel-janitors@osdl.org
 W:     http://www.kerneljanitors.org/
 W:     http://sf.net/projects/kernel-janitor/
-W:     http://developer.osdl.org/rddunlap/kj-patches/
 S:     Maintained
 
 KERNEL NFSD
@@ -1486,7 +1485,7 @@ KEXEC
 P:     Eric Biederman
 P:     Randy Dunlap
 M:     ebiederm@xmission.com
-M:     rddunlap@osdl.org
+M:     rdunlap@xenotime.net
 W:     http://www.xmission.com/~ebiederm/files/kexec/
 L:     linux-kernel@vger.kernel.org
 L:     fastboot@osdl.org
index 357e75335f17d87396c88dfcb729899176ae2a49..38f905db0d6a2013960f6da185d05f35ed9bc58e 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1999 Michael Gee      <michael@linuxspecific.com>
  * Copyright (c) 1999 Pavel Machek     <pavel@suse.cz>
- * Copyright (c) 2000 Randy Dunlap     <rddunlap@osdl.org>
+ * Copyright (c) 2000 Randy Dunlap     <rdunlap@xenotime.net>
  * Copyright (c) 2000 Vojtech Pavlik   <vojtech@suse.cz>
  # Copyright (c) 2001 Pete Zaitcev     <zaitcev@redhat.com>
  # Copyright (c) 2001 David Paschal    <paschal@rcsis.com>
index 50a7749cfca1bc73c0331ca032db93adaf5f348f..02f44094bda9da4d0fc21b8c798243cc29750f05 100644 (file)
@@ -884,7 +884,7 @@ ToDo/Notes:
 
        - Add handling for initialized_size != data_size in compressed files.
        - Reduce function local stack usage from 0x3d4 bytes to just noise in
-         fs/ntfs/upcase.c. (Randy Dunlap <rddunlap@osdl.ord>)
+         fs/ntfs/upcase.c. (Randy Dunlap <rdunlap@xenotime.net>)
        - Remove compiler warnings for newer gcc.
        - Pages are no longer kmapped by mm/filemap.c::generic_file_write()
          around calls to ->{prepare,commit}_write.  Adapt NTFS appropriately
index 986f7af31e0a5773ab82c1957912c3735f57931e..009e1ebdcb88e57b62d64daafb4be1be9468a514 100644 (file)
@@ -3,7 +3,7 @@
  * Echo the kernel .config file used to build the kernel
  *
  * Copyright (C) 2002 Khalid Aziz <khalid_aziz@hp.com>
- * Copyright (C) 2002 Randy Dunlap <rddunlap@osdl.org>
+ * Copyright (C) 2002 Randy Dunlap <rdunlap@xenotime.net>
  * Copyright (C) 2002 Al Stone <ahs3@fc.hp.com>
  * Copyright (C) 2002 Hewlett-Packard Company
  *
index 591309d855186bc56f70ffa57671e916bdc09d3f..1a2e39b8e3e5be20db687ace9d0ff05a17d502a9 100644 (file)
@@ -1,6 +1,6 @@
 /***************************************************************************
  * binoffset.c
- * (C) 2002 Randy Dunlap <rddunlap@osdl.org>
+ * (C) 2002 Randy Dunlap <rdunlap@xenotime.net>
 
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
index df10db662eb1d510c7811c8d31c29d398ca8da9c..9f84e562318d68983c4cf4f6a9fb69670b7f3b3f 100755 (executable)
@@ -3,7 +3,7 @@
 # checkversion find uses of LINUX_VERSION_CODE, KERNEL_VERSION, or
 # UTS_RELEASE without including <linux/version.h>, or cases of
 # including <linux/version.h> that don't need it.
-# Copyright (C) 2003, Randy Dunlap <rddunlap@osdl.org>
+# Copyright (C) 2003, Randy Dunlap <rdunlap@xenotime.net>
 
 $| = 1;
 
index f2d47ca9c8facb232bc41263d87bdaa667fc1292..67e4b1868e500dcd7331265ffd5027ee52703d3b 100755 (executable)
@@ -45,7 +45,7 @@
 # update usage message;
 # fix some whitespace damage;
 # be smarter about stopping when current version is larger than requested;
-#      Randy Dunlap <rddunlap@osdl.org>, 2004-AUG-18.
+#      Randy Dunlap <rdunlap@xenotime.net>, 2004-AUG-18.
 #
 # Add better support for (non-incremental) 2.6.x.y patches;
 # If an ending version number if not specified, the script automatically
@@ -56,7 +56,7 @@
 # patch-kernel does not normally support reverse patching, but does so when
 # applying EXTRAVERSION (x.y) patches, so that moving from 2.6.11.y to 2.6.11.z
 # is easy and handled by the script (reverse 2.6.11.y and apply 2.6.11.z).
-#      Randy Dunlap <rddunlap@osdl.org>, 2005-APR-08.
+#      Randy Dunlap <rdunlap@xenotime.net>, 2005-APR-08.
 
 PNAME=patch-kernel