* [PATCH] Remove experimental status of kdump on PPC64
@ 2008-06-26 12:57 ` Bernhard Walle
0 siblings, 0 replies; 10+ messages in thread
From: Bernhard Walle @ 2008-06-26 12:57 UTC (permalink / raw)
To: linuxppc-dev; +Cc: Bernhard Walle, kexec, linux-kernel, vgoyal
This patch removes the experimental status of kdump on IA64. kdump is on IA64
now since more than one year and it has proven to be stable.
For i386/x86_64, a similar patch has been accepted by Ingo Molnar and Vivek
Goyal.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
---
arch/powerpc/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 3934e26..2a116b9 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -308,8 +308,8 @@ config KEXEC
strongly in flux, so no good recommendation can be made.
config CRASH_DUMP
- bool "Build a kdump crash kernel (EXPERIMENTAL)"
- depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
+ bool "Build a kdump crash kernel"
+ depends on PPC_MULTIPLATFORM && PPC64
help
Build a kernel suitable for use as a kdump capture kernel.
The kernel will be linked at a different address than normal, and
--
1.5.6
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH] Remove experimental status of kdump on PPC64
@ 2008-06-26 12:57 ` Bernhard Walle
0 siblings, 0 replies; 10+ messages in thread
From: Bernhard Walle @ 2008-06-26 12:57 UTC (permalink / raw)
To: linuxppc-dev; +Cc: Bernhard Walle, kexec, linux-kernel, vgoyal
This patch removes the experimental status of kdump on IA64. kdump is on IA64
now since more than one year and it has proven to be stable.
For i386/x86_64, a similar patch has been accepted by Ingo Molnar and Vivek
Goyal.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
---
arch/powerpc/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 3934e26..2a116b9 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -308,8 +308,8 @@ config KEXEC
strongly in flux, so no good recommendation can be made.
config CRASH_DUMP
- bool "Build a kdump crash kernel (EXPERIMENTAL)"
- depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
+ bool "Build a kdump crash kernel"
+ depends on PPC_MULTIPLATFORM && PPC64
help
Build a kernel suitable for use as a kdump capture kernel.
The kernel will be linked at a different address than normal, and
--
1.5.6
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH] Remove experimental status of kdump on PPC64
@ 2008-06-26 12:57 ` Bernhard Walle
0 siblings, 0 replies; 10+ messages in thread
From: Bernhard Walle @ 2008-06-26 12:57 UTC (permalink / raw)
To: linuxppc-dev; +Cc: kexec, linux-kernel, vgoyal, Bernhard Walle
This patch removes the experimental status of kdump on IA64. kdump is on IA64
now since more than one year and it has proven to be stable.
For i386/x86_64, a similar patch has been accepted by Ingo Molnar and Vivek
Goyal.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
---
arch/powerpc/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 3934e26..2a116b9 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -308,8 +308,8 @@ config KEXEC
strongly in flux, so no good recommendation can be made.
config CRASH_DUMP
- bool "Build a kdump crash kernel (EXPERIMENTAL)"
- depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
+ bool "Build a kdump crash kernel"
+ depends on PPC_MULTIPLATFORM && PPC64
help
Build a kernel suitable for use as a kdump capture kernel.
The kernel will be linked at a different address than normal, and
--
1.5.6
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH] Remove experimental status of kdump on PPC64
2008-06-26 12:57 ` Bernhard Walle
@ 2008-06-26 15:28 ` Josh Boyer
-1 siblings, 0 replies; 10+ messages in thread
From: Josh Boyer @ 2008-06-26 15:28 UTC (permalink / raw)
To: Bernhard Walle; +Cc: linuxppc-dev, kexec, linux-kernel, vgoyal
On Thu, 2008-06-26 at 14:57 +0200, Bernhard Walle wrote:
> This patch removes the experimental status of kdump on IA64. kdump is on IA64
> now since more than one year and it has proven to be stable.
I think you mean PPC64?
josh
> For i386/x86_64, a similar patch has been accepted by Ingo Molnar and Vivek
> Goyal.
>
>
> Signed-off-by: Bernhard Walle <bwalle@suse.de>
> ---
> arch/powerpc/Kconfig | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
> index 3934e26..2a116b9 100644
> --- a/arch/powerpc/Kconfig
> +++ b/arch/powerpc/Kconfig
> @@ -308,8 +308,8 @@ config KEXEC
> strongly in flux, so no good recommendation can be made.
>
> config CRASH_DUMP
> - bool "Build a kdump crash kernel (EXPERIMENTAL)"
> - depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
> + bool "Build a kdump crash kernel"
> + depends on PPC_MULTIPLATFORM && PPC64
> help
> Build a kernel suitable for use as a kdump capture kernel.
> The kernel will be linked at a different address than normal, and
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] Remove experimental status of kdump on PPC64
@ 2008-06-26 15:28 ` Josh Boyer
0 siblings, 0 replies; 10+ messages in thread
From: Josh Boyer @ 2008-06-26 15:28 UTC (permalink / raw)
To: Bernhard Walle; +Cc: linuxppc-dev, kexec, linux-kernel, vgoyal
On Thu, 2008-06-26 at 14:57 +0200, Bernhard Walle wrote:
> This patch removes the experimental status of kdump on IA64. kdump is on IA64
> now since more than one year and it has proven to be stable.
I think you mean PPC64?
josh
> For i386/x86_64, a similar patch has been accepted by Ingo Molnar and Vivek
> Goyal.
>
>
> Signed-off-by: Bernhard Walle <bwalle@suse.de>
> ---
> arch/powerpc/Kconfig | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
> index 3934e26..2a116b9 100644
> --- a/arch/powerpc/Kconfig
> +++ b/arch/powerpc/Kconfig
> @@ -308,8 +308,8 @@ config KEXEC
> strongly in flux, so no good recommendation can be made.
>
> config CRASH_DUMP
> - bool "Build a kdump crash kernel (EXPERIMENTAL)"
> - depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
> + bool "Build a kdump crash kernel"
> + depends on PPC_MULTIPLATFORM && PPC64
> help
> Build a kernel suitable for use as a kdump capture kernel.
> The kernel will be linked at a different address than normal, and
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] Remove experimental status of kdump on PPC64
2008-06-26 15:28 ` Josh Boyer
@ 2008-06-26 17:02 ` Bernhard Walle
-1 siblings, 0 replies; 10+ messages in thread
From: Bernhard Walle @ 2008-06-26 17:02 UTC (permalink / raw)
To: Josh Boyer; +Cc: linuxppc-dev, kexec, linux-kernel, vgoyal
* Josh Boyer <jwboyer@gmail.com> [2008-06-26 11:28]:
>
> On Thu, 2008-06-26 at 14:57 +0200, Bernhard Walle wrote:
> > This patch removes the experimental status of kdump on IA64. kdump is on IA64
> > now since more than one year and it has proven to be stable.
>
> I think you mean PPC64?
Right. Copy & paste, I made the same patch for IA64. Resent. Sorry. :)
Bernhard
--
Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] Remove experimental status of kdump on PPC64
@ 2008-06-26 17:02 ` Bernhard Walle
0 siblings, 0 replies; 10+ messages in thread
From: Bernhard Walle @ 2008-06-26 17:02 UTC (permalink / raw)
To: Josh Boyer; +Cc: linuxppc-dev, kexec, linux-kernel, vgoyal
* Josh Boyer <jwboyer@gmail.com> [2008-06-26 11:28]:
>
> On Thu, 2008-06-26 at 14:57 +0200, Bernhard Walle wrote:
> > This patch removes the experimental status of kdump on IA64. kdump is on IA64
> > now since more than one year and it has proven to be stable.
>
> I think you mean PPC64?
Right. Copy & paste, I made the same patch for IA64. Resent. Sorry. :)
Bernhard
--
Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH] Remove experimental status of kdump on PPC64
2008-06-26 15:28 ` Josh Boyer
(?)
@ 2008-06-26 17:02 ` Bernhard Walle
-1 siblings, 0 replies; 10+ messages in thread
From: Bernhard Walle @ 2008-06-26 17:02 UTC (permalink / raw)
To: jwboyer; +Cc: linuxppc-dev, Bernhard Walle, kexec, linux-kernel, vgoyal
This patch removes the experimental status of kdump on PPC64. kdump is on PPC64
now since more than one year and it has proven to be stable.
For i386/x86_64, a similar patch has been accepted by Ingo Molnar and Vivek
Goyal.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
---
arch/powerpc/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 3934e26..2a116b9 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -308,8 +308,8 @@ config KEXEC
strongly in flux, so no good recommendation can be made.
config CRASH_DUMP
- bool "Build a kdump crash kernel (EXPERIMENTAL)"
- depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
+ bool "Build a kdump crash kernel"
+ depends on PPC_MULTIPLATFORM && PPC64
help
Build a kernel suitable for use as a kdump capture kernel.
The kernel will be linked at a different address than normal, and
--
1.5.6
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH] Remove experimental status of kdump on PPC64
@ 2008-06-26 17:02 ` Bernhard Walle
0 siblings, 0 replies; 10+ messages in thread
From: Bernhard Walle @ 2008-06-26 17:02 UTC (permalink / raw)
To: jwboyer; +Cc: linuxppc-dev, Bernhard Walle, kexec, linux-kernel, vgoyal
This patch removes the experimental status of kdump on PPC64. kdump is on PPC64
now since more than one year and it has proven to be stable.
For i386/x86_64, a similar patch has been accepted by Ingo Molnar and Vivek
Goyal.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
---
arch/powerpc/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 3934e26..2a116b9 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -308,8 +308,8 @@ config KEXEC
strongly in flux, so no good recommendation can be made.
config CRASH_DUMP
- bool "Build a kdump crash kernel (EXPERIMENTAL)"
- depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
+ bool "Build a kdump crash kernel"
+ depends on PPC_MULTIPLATFORM && PPC64
help
Build a kernel suitable for use as a kdump capture kernel.
The kernel will be linked at a different address than normal, and
--
1.5.6
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH] Remove experimental status of kdump on PPC64
@ 2008-06-26 17:02 ` Bernhard Walle
0 siblings, 0 replies; 10+ messages in thread
From: Bernhard Walle @ 2008-06-26 17:02 UTC (permalink / raw)
To: jwboyer; +Cc: linuxppc-dev, kexec, linux-kernel, vgoyal, Bernhard Walle
This patch removes the experimental status of kdump on PPC64. kdump is on PPC64
now since more than one year and it has proven to be stable.
For i386/x86_64, a similar patch has been accepted by Ingo Molnar and Vivek
Goyal.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
---
arch/powerpc/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 3934e26..2a116b9 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -308,8 +308,8 @@ config KEXEC
strongly in flux, so no good recommendation can be made.
config CRASH_DUMP
- bool "Build a kdump crash kernel (EXPERIMENTAL)"
- depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
+ bool "Build a kdump crash kernel"
+ depends on PPC_MULTIPLATFORM && PPC64
help
Build a kernel suitable for use as a kdump capture kernel.
The kernel will be linked at a different address than normal, and
--
1.5.6
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2008-06-26 17:51 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-26 12:57 [PATCH] Remove experimental status of kdump on PPC64 Bernhard Walle
2008-06-26 12:57 ` Bernhard Walle
2008-06-26 12:57 ` Bernhard Walle
2008-06-26 15:28 ` Josh Boyer
2008-06-26 15:28 ` Josh Boyer
2008-06-26 17:02 ` Bernhard Walle
2008-06-26 17:02 ` Bernhard Walle
2008-06-26 17:02 ` Bernhard Walle
2008-06-26 17:02 ` Bernhard Walle
2008-06-26 17:02 ` Bernhard Walle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.