2020-07-08 19:30:27

by Thomas Gleixner

[permalink] [raw]
Subject: [patch 0/3] x86/entry: A couple of small fixes

- Syzbot reported a missing local_irq_disable() in exc_alignment_check()
- A missing noinstr annotation
- Make a function static which is not longer used from ASM code

Thanks,

tglx


2020-07-08 21:18:54

by Andy Lutomirski

[permalink] [raw]
Subject: Re: [patch 0/3] x86/entry: A couple of small fixes

On Wed, Jul 8, 2020 at 12:29 PM Thomas Gleixner <[email protected]> wrote:
>
> - Syzbot reported a missing local_irq_disable() in exc_alignment_check()
> - A missing noinstr annotation
> - Make a function static which is not longer used from ASM code
>

All are:

Acked-by: Andy Lutomirski <[email protected]>

-Andy

> Thanks,
>
> tglx
>


--
Andy Lutomirski
AMA Capital Management, LLC

2020-07-09 09:18:52

by Peter Zijlstra

[permalink] [raw]
Subject: Re: [patch 0/3] x86/entry: A couple of small fixes

On Wed, Jul 08, 2020 at 09:28:04PM +0200, Thomas Gleixner wrote:
> - Syzbot reported a missing local_irq_disable() in exc_alignment_check()
> - A missing noinstr annotation
> - Make a function static which is not longer used from ASM code

Acked-by: Peter Zijlstra (Intel) <[email protected]>