From: FD Cami <francois.cami@free.fr>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Randy Dunlap <randy.dunlap@oracle.com>,
Alex Howells <alex@bytemark.co.uk>, Nick Warne <nick@ukfsn.org>,
trivial@kernel.org, linux-kernel@vger.kernel.org,
Li Yang <leoli@freescale.com>,
minchan Kim <minchan.kim@gmail.com>,
Tsugikazu Shibata <tshibata@ab.jp.nec.com>
Subject: [PATCH] Remove Andrew Morton's http://www.zip.com.au/~akpm/
Date: Fri, 10 Oct 2008 23:19:48 +0200 [thread overview]
Message-ID: <20081010231948.0ed198d5@moria> (raw)
In-Reply-To: <20081010111031.9518a142.akpm@linux-foundation.org>
On Fri, 10 Oct 2008 11:10:31 -0700
Andrew Morton <akpm@linux-foundation.org> wrote:
> On Fri, 10 Oct 2008 19:26:00 +0200 FD Cami <francois.cami@free.fr> wrote:
>
> > On Fri, 10 Oct 2008 09:34:27 -0700
> > Randy Dunlap <randy.dunlap@oracle.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@free.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>
next prev parent reply other threads:[~2008-10-10 21:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-10 14:15 Documentation error: SubmittingPatches Nick Warne
2008-10-10 14:48 ` Alex Howells
2008-10-10 16:34 ` Randy Dunlap
2008-10-10 17:26 ` FD Cami
2008-10-10 18:10 ` Andrew Morton
2008-10-10 18:14 ` Randy Dunlap
2008-10-10 18:23 ` Andrew Morton
2008-10-10 18:25 ` Randy Dunlap
2008-10-10 19:25 ` [PATCH] Remove Andrew Morton's old email accounts FD Cami
2008-10-10 19:48 ` Nick Warne
2008-10-10 20:26 ` Alex Howells
2008-10-10 21:26 ` FD Cami
2008-10-10 21:34 ` Andrew Morton
2008-10-10 21:46 ` Roland Dreier
2008-10-10 21:19 ` FD Cami [this message]
2008-10-10 21:56 ` [PATCH] Remove Andrew Morton's andrewm@uow.edu.au FD Cami
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081010231948.0ed198d5@moria \
--to=francois.cami@free.fr \
--cc=akpm@linux-foundation.org \
--cc=alex@bytemark.co.uk \
--cc=leoli@freescale.com \
--cc=linux-kernel@vger.kernel.org \
--cc=minchan.kim@gmail.com \
--cc=nick@ukfsn.org \
--cc=randy.dunlap@oracle.com \
--cc=trivial@kernel.org \
--cc=tshibata@ab.jp.nec.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox