lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 10 Oct 2008 23:19:48 +0200
From:	FD Cami <francois.cami@...e.fr>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	Randy Dunlap <randy.dunlap@...cle.com>,
	Alex Howells <alex@...emark.co.uk>,
	Nick Warne <nick@...sn.org>, trivial@...nel.org,
	linux-kernel@...r.kernel.org, Li Yang <leoli@...escale.com>,
	minchan Kim <minchan.kim@...il.com>,
	Tsugikazu Shibata <tshibata@...jp.nec.com>
Subject: [PATCH] Remove Andrew Morton's http://www.zip.com.au/~akpm/

On Fri, 10 Oct 2008 11:10:31 -0700
Andrew Morton <akpm@...ux-foundation.org> wrote:

> On Fri, 10 Oct 2008 19:26:00 +0200 FD Cami <francois.cami@...e.fr> wrote:
> 
> > On Fri, 10 Oct 2008 09:34:27 -0700
> > Randy Dunlap <randy.dunlap@...cle.com> wrote:
> > 
> > > On Fri, 10 Oct 2008 15:48:39 +0100 Alex Howells wrote:
> > > 
> > > > Nick Warne wrote:
> > > > > Andrews' URL seems to be AWOL
> > > > > 
> > > > Perhaps time to update the URLs generally?
> > > 
> > > Would one of you send a patch, please?
> 
> My zip account died for some reason.

Remove Andrew Morton's http://www.zip.com.au/~akpm/ urls, update to new
ones when necessary, delete references otherwise.

There are still instances of that living in :
Documentation/zh_CN/HOWTO
Documentation/zh_CN/SubmittingPatches
Documentation/ko_KR/HOWTO
Documentation/ja_JP/SubmittingPatches
Relevant maintainers CC'ed.

Signed-off-by: Francois Cami <francois.cami@...e.fr>


diff -uprN -X linux-2.6.27/Documentation/dontdiff linux-2.6.27/Documentation/filesystems/ext3.txt linux-2.6.27-mine/Documentation/filesystems/ext3.txt
--- linux-2.6.27/Documentation/filesystems/ext3.txt	2008-10-10 00:13:53.000000000 +0200
+++ linux-2.6.27-mine/Documentation/filesystems/ext3.txt	2008-10-10 23:07:39.000000000 +0200
@@ -193,6 +193,5 @@ kernel source:	<file:fs/ext3/>
 programs: 	http://e2fsprogs.sourceforge.net/
 		http://ext2resize.sourceforge.net
 
-useful links:	http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html
-		http://www-106.ibm.com/developerworks/linux/library/l-fs7/
+useful links:	http://www-106.ibm.com/developerworks/linux/library/l-fs7/
 		http://www-106.ibm.com/developerworks/linux/library/l-fs8/
diff -uprN -X linux-2.6.27/Documentation/dontdiff linux-2.6.27/Documentation/HOWTO linux-2.6.27-mine/Documentation/HOWTO
--- linux-2.6.27/Documentation/HOWTO	2008-10-10 00:13:53.000000000 +0200
+++ linux-2.6.27-mine/Documentation/HOWTO	2008-10-10 23:03:30.000000000 +0200
@@ -112,7 +112,7 @@ required reading:
 
     Other excellent descriptions of how to create patches properly are:
 	"The Perfect Patch"
-		http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt
+		http://userweb.kernel.org/~akpm/stuff/tpp.txt
 	"Linux kernel patch submission format"
 		http://linux.yyz.us/patch-format.html
 
@@ -620,7 +620,7 @@ all time.  It should describe the patch 
 For more details on what this should all look like, please see the
 ChangeLog section of the document:
   "The Perfect Patch"
-      http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt
+      http://userweb.kernel.org/~akpm/stuff/tpp.txt
 
 
 
diff -uprN -X linux-2.6.27/Documentation/dontdiff linux-2.6.27/Documentation/networking/vortex.txt linux-2.6.27-mine/Documentation/networking/vortex.txt
--- linux-2.6.27/Documentation/networking/vortex.txt	2008-10-10 00:13:53.000000000 +0200
+++ linux-2.6.27-mine/Documentation/networking/vortex.txt	2008-10-10 23:11:08.000000000 +0200
@@ -305,11 +305,6 @@ Donald's wake-on-LAN page:
 
 	ftp://ftp.3com.com/pub/nic/3c90x/3c90xx2.exe
 
-Driver updates and a detailed changelog for the modifications which
-were made for the 2.3/2,4 series kernel is available at
-
-     http://www.zip.com.au/~akpm/linux/#3c59x-bc
-
 
 Autonegotiation notes
 ---------------------
diff -uprN -X linux-2.6.27/Documentation/dontdiff linux-2.6.27/Documentation/SubmittingPatches linux-2.6.27-mine/Documentation/SubmittingPatches
--- linux-2.6.27/Documentation/SubmittingPatches	2008-10-10 00:13:53.000000000 +0200
+++ linux-2.6.27-mine/Documentation/SubmittingPatches	2008-10-10 23:06:20.000000000 +0200
@@ -77,7 +77,7 @@ Quilt:
 http://savannah.nongnu.org/projects/quilt
 
 Andrew Morton's patch scripts:
-http://www.zip.com.au/~akpm/linux/patches/
+http://userweb.kernel.org/~akpm/stuff/patch-scripts.tar.gz
 Instead of these scripts, quilt is the recommended patch management
 tool (see above).
 
@@ -653,7 +653,7 @@ SECTION 3 - REFERENCES
 ----------------------
 
 Andrew Morton, "The perfect patch" (tpp).
-  <http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt>
+  <http://userweb.kernel.org/~akpm/stuff/tpp.txt>
 
 Jeff Garzik, "Linux kernel patch submission format".
   <http://linux.yyz.us/patch-format.html>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists