Re: [PATCH 4.9 03/32] MIPS: Use async IPIs forarch_trigger_cpumask_backtrace()

2018-07-16 Thread Greg Kroah-Hartman
On Mon, Jul 16, 2018 at 12:46:21PM +0200, Greg Kroah-Hartman wrote:
> On Mon, Jul 16, 2018 at 05:46:12PM +0800, 陈华才 wrote:
> > Just change "call_single_data_t" to "struct call_single_data" and 
> > everything is OK.
> 
> Ok, I've done that now, thanks.

And I messed it up.  So I've just dropped it entirely.  Can someone send
me a properly backported patch please?

thanks,

greg k-h


Re: [PATCH 4.9 03/32] MIPS: Use async IPIs forarch_trigger_cpumask_backtrace()

2018-07-16 Thread Greg Kroah-Hartman
On Mon, Jul 16, 2018 at 12:46:21PM +0200, Greg Kroah-Hartman wrote:
> On Mon, Jul 16, 2018 at 05:46:12PM +0800, 陈华才 wrote:
> > Just change "call_single_data_t" to "struct call_single_data" and 
> > everything is OK.
> 
> Ok, I've done that now, thanks.

And I messed it up.  So I've just dropped it entirely.  Can someone send
me a properly backported patch please?

thanks,

greg k-h


Re: [PATCH 4.9 03/32] MIPS: Use async IPIs forarch_trigger_cpumask_backtrace()

2018-07-16 Thread Greg Kroah-Hartman
On Mon, Jul 16, 2018 at 05:46:12PM +0800, 陈华才 wrote:
> Just change "call_single_data_t" to "struct call_single_data" and everything 
> is OK.

Ok, I've done that now, thanks.

greg k-h


Re: [PATCH 4.9 03/32] MIPS: Use async IPIs forarch_trigger_cpumask_backtrace()

2018-07-16 Thread Greg Kroah-Hartman
On Mon, Jul 16, 2018 at 05:46:12PM +0800, 陈华才 wrote:
> Just change "call_single_data_t" to "struct call_single_data" and everything 
> is OK.

Ok, I've done that now, thanks.

greg k-h


Re: [PATCH 4.9 03/32] MIPS: Use async IPIs forarch_trigger_cpumask_backtrace()

2018-07-16 Thread 陈华才
Just change "call_single_data_t" to "struct call_single_data" and everything is 
OK.

Huacai

-- Original --
From:  "Greg Kroah-Hartman";
Date:  Mon, Jul 16, 2018 05:40 PM
To:  "陈华才";
Cc:  "linux-kernel"; 
"stable"; "Paul Burton"; "James 
Hogan"; "Ralf Baechle"; 
"linux-mips";
Subject:  Re: [PATCH 4.9 03/32] MIPS: Use async IPIs 
forarch_trigger_cpumask_backtrace()
 
On Mon, Jul 16, 2018 at 05:29:05PM +0800, 陈华才 wrote:
> Hi, Greg,
> 
> kernel-4.9 doesn't have call_single_data_t, we should use struct 
> call_single_data instead.

Can you send me a patch to merge with this one with that change so that
I know I get it right?

thanks,

greg k-h

Re: [PATCH 4.9 03/32] MIPS: Use async IPIs forarch_trigger_cpumask_backtrace()

2018-07-16 Thread 陈华才
Just change "call_single_data_t" to "struct call_single_data" and everything is 
OK.

Huacai

-- Original --
From:  "Greg Kroah-Hartman";
Date:  Mon, Jul 16, 2018 05:40 PM
To:  "陈华才";
Cc:  "linux-kernel"; 
"stable"; "Paul Burton"; "James 
Hogan"; "Ralf Baechle"; 
"linux-mips";
Subject:  Re: [PATCH 4.9 03/32] MIPS: Use async IPIs 
forarch_trigger_cpumask_backtrace()
 
On Mon, Jul 16, 2018 at 05:29:05PM +0800, 陈华才 wrote:
> Hi, Greg,
> 
> kernel-4.9 doesn't have call_single_data_t, we should use struct 
> call_single_data instead.

Can you send me a patch to merge with this one with that change so that
I know I get it right?

thanks,

greg k-h