Re: [PATCH] x86/irqflags: mark native_restore_fl extern inline

2018-08-28 Thread Nick Desaulniers
On Tue, Aug 28, 2018 at 5:43 AM Greg Kroah-Hartman wrote: > > On Tue, Aug 28, 2018 at 08:02:37AM +0200, Juergen Gross wrote: > > On 28/08/18 07:13, Greg Kroah-Hartman wrote: > > > On Mon, Aug 27, 2018 at 02:40:09PM -0700, Nick Desaulniers wrote: > > >> Fixes commit 208cbb325589 ("x86/irqflags:

Re: [PATCH] x86/irqflags: mark native_restore_fl extern inline

2018-08-28 Thread Nick Desaulniers
On Tue, Aug 28, 2018 at 5:43 AM Greg Kroah-Hartman wrote: > > On Tue, Aug 28, 2018 at 08:02:37AM +0200, Juergen Gross wrote: > > On 28/08/18 07:13, Greg Kroah-Hartman wrote: > > > On Mon, Aug 27, 2018 at 02:40:09PM -0700, Nick Desaulniers wrote: > > >> Fixes commit 208cbb325589 ("x86/irqflags:

Re: [PATCH] x86/irqflags: mark native_restore_fl extern inline

2018-08-28 Thread Greg Kroah-Hartman
On Tue, Aug 28, 2018 at 08:02:37AM +0200, Juergen Gross wrote: > On 28/08/18 07:13, Greg Kroah-Hartman wrote: > > On Mon, Aug 27, 2018 at 02:40:09PM -0700, Nick Desaulniers wrote: > >> Fixes commit 208cbb325589 ("x86/irqflags: Provide a declaration for > >> native_save_fl") > >> > >> This should

Re: [PATCH] x86/irqflags: mark native_restore_fl extern inline

2018-08-28 Thread Greg Kroah-Hartman
On Tue, Aug 28, 2018 at 08:02:37AM +0200, Juergen Gross wrote: > On 28/08/18 07:13, Greg Kroah-Hartman wrote: > > On Mon, Aug 27, 2018 at 02:40:09PM -0700, Nick Desaulniers wrote: > >> Fixes commit 208cbb325589 ("x86/irqflags: Provide a declaration for > >> native_save_fl") > >> > >> This should

Re: [PATCH] x86/irqflags: mark native_restore_fl extern inline

2018-08-28 Thread Juergen Gross
On 28/08/18 07:13, Greg Kroah-Hartman wrote: > On Mon, Aug 27, 2018 at 02:40:09PM -0700, Nick Desaulniers wrote: >> Fixes commit 208cbb325589 ("x86/irqflags: Provide a declaration for >> native_save_fl") >> >> This should have been marked extern inline in order to pick up the out >> of line

Re: [PATCH] x86/irqflags: mark native_restore_fl extern inline

2018-08-28 Thread Juergen Gross
On 28/08/18 07:13, Greg Kroah-Hartman wrote: > On Mon, Aug 27, 2018 at 02:40:09PM -0700, Nick Desaulniers wrote: >> Fixes commit 208cbb325589 ("x86/irqflags: Provide a declaration for >> native_save_fl") >> >> This should have been marked extern inline in order to pick up the out >> of line

Re: [PATCH] x86/irqflags: mark native_restore_fl extern inline

2018-08-28 Thread Juergen Gross
On 27/08/18 23:40, Nick Desaulniers wrote: > Fixes commit 208cbb325589 ("x86/irqflags: Provide a declaration for > native_save_fl") > > This should have been marked extern inline in order to pick up the out > of line definition in arch/x86/kernel/irqflags.S. > > Cc: sta...@vger.kernel.org #

Re: [PATCH] x86/irqflags: mark native_restore_fl extern inline

2018-08-28 Thread Juergen Gross
On 27/08/18 23:40, Nick Desaulniers wrote: > Fixes commit 208cbb325589 ("x86/irqflags: Provide a declaration for > native_save_fl") > > This should have been marked extern inline in order to pick up the out > of line definition in arch/x86/kernel/irqflags.S. > > Cc: sta...@vger.kernel.org #

Re: [PATCH] x86/irqflags: mark native_restore_fl extern inline

2018-08-27 Thread Greg Kroah-Hartman
On Mon, Aug 27, 2018 at 02:40:09PM -0700, Nick Desaulniers wrote: > Fixes commit 208cbb325589 ("x86/irqflags: Provide a declaration for > native_save_fl") > > This should have been marked extern inline in order to pick up the out > of line definition in arch/x86/kernel/irqflags.S. > > Cc:

Re: [PATCH] x86/irqflags: mark native_restore_fl extern inline

2018-08-27 Thread Greg Kroah-Hartman
On Mon, Aug 27, 2018 at 02:40:09PM -0700, Nick Desaulniers wrote: > Fixes commit 208cbb325589 ("x86/irqflags: Provide a declaration for > native_save_fl") > > This should have been marked extern inline in order to pick up the out > of line definition in arch/x86/kernel/irqflags.S. > > Cc:

[PATCH] x86/irqflags: mark native_restore_fl extern inline

2018-08-27 Thread Nick Desaulniers
Fixes commit 208cbb325589 ("x86/irqflags: Provide a declaration for native_save_fl") This should have been marked extern inline in order to pick up the out of line definition in arch/x86/kernel/irqflags.S. Cc: sta...@vger.kernel.org # 4.18, 4.14, 4.9, 4.4 Reported-by: Ben Hutchings

[PATCH] x86/irqflags: mark native_restore_fl extern inline

2018-08-27 Thread Nick Desaulniers
Fixes commit 208cbb325589 ("x86/irqflags: Provide a declaration for native_save_fl") This should have been marked extern inline in order to pick up the out of line definition in arch/x86/kernel/irqflags.S. Cc: sta...@vger.kernel.org # 4.18, 4.14, 4.9, 4.4 Reported-by: Ben Hutchings