Re: [PATCH] [RFC] Pass a valid token to rats_call() in phyp-dump code.

2008-12-17 Thread Josh Boyer
On Tue, Dec 16, 2008 at 03:34:43PM +1100, Tony Breeds wrote: >ibm_configure_kernel_dump, is passed as the token to rtas_call() but I >cannot see where it is initialised. Set it to something sane? > >Signed-off-by: Tony Breeds Seems sane as a fix, just a note that whoever needs to apply this patc

Re: [PATCH] [RFC] Pass a valid token to rats_call() in phyp-dump code.

2008-12-16 Thread Manish Ahuja
Yes, That is required. It is in the patches that I sent to Ben, Paul & Brad. I just waiting to post it with other patches. Acked-by: Manish Ahuja Tony Breeds wrote: > ibm_configure_kernel_dump, is passed as the token to rtas_call() but I > cannot see where it is initialised. Set it to somethi

Re: [PATCH] [RFC] Pass a valid token to rats_call() in phyp-dump code.

2008-12-15 Thread Nathan Lynch
Tony Breeds wrote: > ibm_configure_kernel_dump, is passed as the token to rtas_call() but I > cannot see where it is initialised. Set it to something sane? Yes, please. Acked-by: Nathan Lynch Would be good to know whether the dump area registration and dump retrieval are working with your chan

[PATCH] [RFC] Pass a valid token to rats_call() in phyp-dump code.

2008-12-15 Thread Tony Breeds
ibm_configure_kernel_dump, is passed as the token to rtas_call() but I cannot see where it is initialised. Set it to something sane? Signed-off-by: Tony Breeds --- arch/powerpc/platforms/pseries/phyp_dump.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/p