public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH v2] x86/fpu: Disable BH while while loading FPU registers in __fpu__restore_sig()
       [not found] ` <20181120132531.6E80C206BB@mail.kernel.org>
@ 2018-11-20 18:34   ` Borislav Petkov
  2018-11-21  6:11     ` Victoria Anosova
  0 siblings, 1 reply; 5+ messages in thread
From: Borislav Petkov @ 2018-11-20 18:34 UTC (permalink / raw)
  To: Sasha Levin, Victoria Anosova
  Cc: Sebastian Andrzej Siewior, x86, Ingo Molnar, linux-kernel, stable

On Tue, Nov 20, 2018 at 01:25:30PM +0000, Sasha Levin wrote:
> Hi,
> 
> [This is an automated email]
> 
> This commit has been processed because it contains a -stable tag.
> The stable tag indicates that it's relevant for the following trees: all
> 
> The bot has tested the following trees: v4.19.2, v4.18.19, v4.14.81, v4.9.137, v4.4.163, v3.18.125.
> 
> v4.19.2: Build OK!
> v4.18.19: Build OK!
> v4.14.81: Build OK!
> v4.9.137: Failed to apply! Possible dependencies:
>     Unable to calculate

AFAIR, Victoria asked about this fix a while ago. CCed.

Victoria, do you still need this patch in your 4.9? If so, you might
wanna give it a try:

https://git.kernel.org/tip/68239654acafe6aad5a3c1dc7237e60accfebc03

Let us know if you need help backporting - it should be easy though.

HTH.

-- 
Regards/Gruss,
    Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] x86/fpu: Disable BH while while loading FPU registers in __fpu__restore_sig()
  2018-11-20 18:34   ` [PATCH v2] x86/fpu: Disable BH while while loading FPU registers in __fpu__restore_sig() Borislav Petkov
@ 2018-11-21  6:11     ` Victoria Anosova
  2018-11-21 10:56       ` Borislav Petkov
  0 siblings, 1 reply; 5+ messages in thread
From: Victoria Anosova @ 2018-11-21  6:11 UTC (permalink / raw)
  To: bp; +Cc: sashal, bigeasy, x86, mingo, linux-kernel, stable

[-- Attachment #1: Type: text/plain, Size: 1184 bytes --]

Hello Boris,

Glad this come to kernel. We've already applied this patch.
Thank you for your help.

Regards,
Victoria.

вт, 20 нояб. 2018 г. в 23:34, Borislav Petkov <bp@alien8.de>:

> On Tue, Nov 20, 2018 at 01:25:30PM +0000, Sasha Levin wrote:
> > Hi,
> >
> > [This is an automated email]
> >
> > This commit has been processed because it contains a -stable tag.
> > The stable tag indicates that it's relevant for the following trees: all
> >
> > The bot has tested the following trees: v4.19.2, v4.18.19, v4.14.81,
> v4.9.137, v4.4.163, v3.18.125.
> >
> > v4.19.2: Build OK!
> > v4.18.19: Build OK!
> > v4.14.81: Build OK!
> > v4.9.137: Failed to apply! Possible dependencies:
> >     Unable to calculate
>
> AFAIR, Victoria asked about this fix a while ago. CCed.
>
> Victoria, do you still need this patch in your 4.9? If so, you might
> wanna give it a try:
>
> https://git.kernel.org/tip/68239654acafe6aad5a3c1dc7237e60accfebc03
>
> Let us know if you need help backporting - it should be easy though.
>
> HTH.
>
> --
> Regards/Gruss,
>     Boris.
>
> Good mailing practices for 400: avoid top-posting and trim the reply.
>

[-- Attachment #2: Type: text/html, Size: 1714 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] x86/fpu: Disable BH while while loading FPU registers in __fpu__restore_sig()
  2018-11-21  6:11     ` Victoria Anosova
@ 2018-11-21 10:56       ` Borislav Petkov
  2018-11-21 12:41         ` Victoria Anosova
  0 siblings, 1 reply; 5+ messages in thread
From: Borislav Petkov @ 2018-11-21 10:56 UTC (permalink / raw)
  To: Victoria Anosova; +Cc: sashal, bigeasy, x86, mingo, linux-kernel, stable

On Wed, Nov 21, 2018 at 11:11:18AM +0500, Victoria Anosova wrote:
> Glad this come to kernel. We've already applied this patch.

The current version, with the bottom half toggling or the original one
with preempt_disable/enable?

-- 
Regards/Gruss,
    Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] x86/fpu: Disable BH while while loading FPU registers in __fpu__restore_sig()
  2018-11-21 10:56       ` Borislav Petkov
@ 2018-11-21 12:41         ` Victoria Anosova
  2018-11-21 12:54           ` Boris Petkov
  0 siblings, 1 reply; 5+ messages in thread
From: Victoria Anosova @ 2018-11-21 12:41 UTC (permalink / raw)
  To: bp; +Cc: sashal, bigeasy, x86, mingo, linux-kernel, stable

[-- Attachment #1: Type: text/plain, Size: 530 bytes --]

For v4.9 your first fix (
https://lists.openwall.net/linux-kernel/2016/02/26/299) helped.

ср, 21 нояб. 2018 г. в 15:56, Borislav Petkov <bp@alien8.de>:

> On Wed, Nov 21, 2018 at 11:11:18AM +0500, Victoria Anosova wrote:
> > Glad this come to kernel. We've already applied this patch.
>
> The current version, with the bottom half toggling or the original one
> with preempt_disable/enable?
>
> --
> Regards/Gruss,
>     Boris.
>
> Good mailing practices for 400: avoid top-posting and trim the reply.
>

[-- Attachment #2: Type: text/html, Size: 880 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] x86/fpu: Disable BH while while loading FPU registers in __fpu__restore_sig()
  2018-11-21 12:41         ` Victoria Anosova
@ 2018-11-21 12:54           ` Boris Petkov
  0 siblings, 0 replies; 5+ messages in thread
From: Boris Petkov @ 2018-11-21 12:54 UTC (permalink / raw)
  To: Victoria Anosova; +Cc: sashal, bigeasy, x86, mingo, linux-kernel, stable

On November 21, 2018 1:41:37 PM GMT+01:00, Victoria Anosova <v.s.anosova@gmail.com> wrote:
>For v4.9 your first fix (
>https://lists.openwall.net/linux-kernel/2016/02/26/299) helped.

Can you please not top-post? Thx.

That old version is not quite right - see the commit message of the current fix.

HTH.

-- 
Sent from a small device: formatting sux and brevity is inevitable.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-21 12:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20181119160410.ne7oiq2gkwt6jiqg@linutronix.de>
     [not found] ` <20181120132531.6E80C206BB@mail.kernel.org>
2018-11-20 18:34   ` [PATCH v2] x86/fpu: Disable BH while while loading FPU registers in __fpu__restore_sig() Borislav Petkov
2018-11-21  6:11     ` Victoria Anosova
2018-11-21 10:56       ` Borislav Petkov
2018-11-21 12:41         ` Victoria Anosova
2018-11-21 12:54           ` Boris Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox