2018-03-20 19:58:16

by Dongliang Mu

[permalink] [raw]
Subject: [PATCH] fix one dead link in ia64/xen.txt

Signed-off-by: Dongliang Mu <[email protected]>
---
Documentation/ia64/xen.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/ia64/xen.txt b/Documentation/ia64/xen.txt
index a12c74ce2773..464d4c29b8b5 100644
--- a/Documentation/ia64/xen.txt
+++ b/Documentation/ia64/xen.txt
@@ -26,8 +26,8 @@ Getting and Building Xen and Dom0
DomainU OS : RHEL5

1. Download source
- # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable.hg
- # cd xen-unstable.hg
+ # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable
+ # cd xen-unstable
# hg clone http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg

2. # make world
--
2.16.2



2018-03-20 20:19:23

by Andrew Cooper

[permalink] [raw]
Subject: Re: [PATCH] fix one dead link in ia64/xen.txt

On 20/03/18 19:56, Dongliang Mu wrote:
> Signed-off-by: Dongliang Mu <[email protected]>
> ---
> Documentation/ia64/xen.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/ia64/xen.txt b/Documentation/ia64/xen.txt
> index a12c74ce2773..464d4c29b8b5 100644
> --- a/Documentation/ia64/xen.txt
> +++ b/Documentation/ia64/xen.txt
> @@ -26,8 +26,8 @@ Getting and Building Xen and Dom0
> DomainU OS : RHEL5
>
> 1. Download source
> - # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable.hg
> - # cd xen-unstable.hg
> + # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable
> + # cd xen-unstable
> # hg clone http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg
>
> 2. # make world

The last commit in that repository is almost 9 years old, and IA64
support was dropped from Xen mainline6 years ago.

http://xenbits.xen.org/gitweb/?p=xen.git;a=commitdiff;h=570c311ca2c7a1131570cdfc77e977bc7a9bf4c0

There are a number of other dead links in this doc, and those which
aren't dead refer to Linux 2.6.x.  I'd just remove the entire file,
rather than pretend that any of this still might work.  (If by some
miracle it does still function, its 10 years behind on security fixes...)

~Andrew

2018-03-26 18:05:32

by Dongliang Mu

[permalink] [raw]
Subject: Re: [PATCH] fix one dead link in ia64/xen.txt

On Tue, Mar 20, 2018 at 4:17 PM, Andrew Cooper
<[email protected]> wrote:
> On 20/03/18 19:56, Dongliang Mu wrote:
>> Signed-off-by: Dongliang Mu <[email protected]>
>> ---
>> Documentation/ia64/xen.txt | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/ia64/xen.txt b/Documentation/ia64/xen.txt
>> index a12c74ce2773..464d4c29b8b5 100644
>> --- a/Documentation/ia64/xen.txt
>> +++ b/Documentation/ia64/xen.txt
>> @@ -26,8 +26,8 @@ Getting and Building Xen and Dom0
>> DomainU OS : RHEL5
>>
>> 1. Download source
>> - # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable.hg
>> - # cd xen-unstable.hg
>> + # hg clone http://xenbits.xensource.com/ext/ia64/xen-unstable
>> + # cd xen-unstable
>> # hg clone http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg
>>
>> 2. # make world
>
> The last commit in that repository is almost 9 years old, and IA64
> support was dropped from Xen mainline6 years ago.
>
> http://xenbits.xen.org/gitweb/?p=xen.git;a=commitdiff;h=570c311ca2c7a1131570cdfc77e977bc7a9bf4c0
>
> There are a number of other dead links in this doc, and those which
> aren't dead refer to Linux 2.6.x. I'd just remove the entire file,
> rather than pretend that any of this still might work. (If by some
> miracle it does still function, its 10 years behind on security fixes...)
>

If the situation is like that, I agree to delete this file.

> ~Andrew