[tip:x86/urgent] x86/process: Re-export start_thread()

2018-08-20 Thread tip-bot for Rian Hunter
Commit-ID: dc76803e57cc86589c4efcb5362918f9b0c0436f Gitweb: https://git.kernel.org/tip/dc76803e57cc86589c4efcb5362918f9b0c0436f Author: Rian Hunter AuthorDate: Sun, 19 Aug 2018 16:08:53 -0700 Committer: Thomas Gleixner CommitDate: Mon, 20 Aug 2018 18:04:42 +0200 x86/process: Re-export

[tip:x86/urgent] x86/process: Re-export start_thread()

2018-08-20 Thread tip-bot for Rian Hunter
Commit-ID: dc76803e57cc86589c4efcb5362918f9b0c0436f Gitweb: https://git.kernel.org/tip/dc76803e57cc86589c4efcb5362918f9b0c0436f Author: Rian Hunter AuthorDate: Sun, 19 Aug 2018 16:08:53 -0700 Committer: Thomas Gleixner CommitDate: Mon, 20 Aug 2018 18:04:42 +0200 x86/process: Re-export

Re: [PATCH] x86/process: Export start_thread()

2018-08-19 Thread Rian Hunter
On 2018-08-19 19:29, Andy Lutomirski wrote: On Aug 19, 2018, at 4:08 PM, Rian Hunter wrote: Commit e634d8fc792c ("x86-64: merge the standard and compat start_thread() functions") removed exporting for the start_thread() function in what seems like a typo. Add it back to arch/

Re: [PATCH] x86/process: Export start_thread()

2018-08-19 Thread Rian Hunter
On 2018-08-19 19:29, Andy Lutomirski wrote: On Aug 19, 2018, at 4:08 PM, Rian Hunter wrote: Commit e634d8fc792c ("x86-64: merge the standard and compat start_thread() functions") removed exporting for the start_thread() function in what seems like a typo. Add it back to arch/

[PATCH] x86/process: Export start_thread()

2018-08-19 Thread Rian Hunter
Commit e634d8fc792c ("x86-64: merge the standard and compat start_thread() functions") removed exporting for the start_thread() function in what seems like a typo. Add it back to arch/x86/kernel/process_64.c for parity with process_32.c and other arch. Signed-off-by: Rian Hunter ---

[PATCH] x86/process: Export start_thread()

2018-08-19 Thread Rian Hunter
Commit e634d8fc792c ("x86-64: merge the standard and compat start_thread() functions") removed exporting for the start_thread() function in what seems like a typo. Add it back to arch/x86/kernel/process_64.c for parity with process_32.c and other arch. Signed-off-by: Rian Hunter ---