Re: [PATCH 4.19 35/47] x86/irq: Seperate unused system vectors from spurious entry again

2020-08-17 Thread Guilherme G. Piccoli
Hi Greg / Thomas and all involved here. First, apologies for necro-bumping this thread, but I'm working a backport of this patch to kernel 4.15 (Ubuntu) and then I noticed we have it on stable, but only in 4.19+. Since the fixes tag presents an old commit (since ~3.19), I'm curious if we have a

Re: [PATCH 4.19 35/47] x86/irq: Seperate unused system vectors from spurious entry again

2020-08-17 Thread Greg KH
On Mon, Aug 17, 2020 at 01:43:14PM -0300, Guilherme G. Piccoli wrote: > On 17/08/2020 13:21, Greg KH wrote: > > On Mon, Aug 17, 2020 at 12:36:25PM -0300, Guilherme G. Piccoli wrote: > >> Hi Greg / Thomas and all involved here. First, apologies for > >> necro-bumping this thread, but I'm working a

Re: [PATCH 4.19 35/47] x86/irq: Seperate unused system vectors from spurious entry again

2020-08-17 Thread Guilherme G. Piccoli
On 17/08/2020 13:49, Greg KH wrote: > [...] >> I'm sorry, I hoped the subject + thread would suffice heh > > There is no thread here :( > Wow, that's odd. I've sent with In-Reply-To, I'd expect it'd get threaded with the original message. Looking in lore archive [1], it seems my first message

Re: [PATCH 4.19 35/47] x86/irq: Seperate unused system vectors from spurious entry again

2020-08-17 Thread Greg KH
On Mon, Aug 17, 2020 at 12:36:25PM -0300, Guilherme G. Piccoli wrote: > Hi Greg / Thomas and all involved here. First, apologies for > necro-bumping this thread, but I'm working a backport of this patch to > kernel 4.15 (Ubuntu) and then I noticed we have it on stable, but only > in 4.19+. > >

Re: [PATCH 4.19 35/47] x86/irq: Seperate unused system vectors from spurious entry again

2020-08-17 Thread Guilherme Piccoli
On Mon, Aug 17, 2020 at 2:05 PM Greg KH wrote: > > On Mon, Aug 17, 2020 at 01:59:00PM -0300, Guilherme G. Piccoli wrote: > > On 17/08/2020 13:49, Greg KH wrote: > > > [...] > > >> I'm sorry, I hoped the subject + thread would suffice heh > > > > > > There is no thread here :( > > > > > > > Wow,

Re: [PATCH 4.19 35/47] x86/irq: Seperate unused system vectors from spurious entry again

2020-08-17 Thread Greg KH
On Mon, Aug 17, 2020 at 01:59:00PM -0300, Guilherme G. Piccoli wrote: > On 17/08/2020 13:49, Greg KH wrote: > > [...] > >> I'm sorry, I hoped the subject + thread would suffice heh > > > > There is no thread here :( > > > > Wow, that's odd. I've sent with In-Reply-To, I'd expect it'd get >

Re: [PATCH 4.19 35/47] x86/irq: Seperate unused system vectors from spurious entry again

2020-08-17 Thread Guilherme G. Piccoli
On 17/08/2020 13:21, Greg KH wrote: > On Mon, Aug 17, 2020 at 12:36:25PM -0300, Guilherme G. Piccoli wrote: >> Hi Greg / Thomas and all involved here. First, apologies for >> necro-bumping this thread, but I'm working a backport of this patch to >> kernel 4.15 (Ubuntu) and then I noticed we have

[PATCH 4.19 35/47] x86/irq: Seperate unused system vectors from spurious entry again

2019-07-17 Thread Greg Kroah-Hartman
From: Thomas Gleixner t...@linutronix.de commit f8a8fe61fec8006575699559ead88b0b833d5cad upstream Quite some time ago the interrupt entry stubs for unused vectors in the system vector range got removed and directly mapped to the spurious interrupt vector entry point. Sounds reasonable, but it's