From mboxrd@z Thu Jan 1 00:00:00 1970 From: keith.busch@intel.com (Keith Busch) Date: Tue, 19 Feb 2019 09:12:57 -0700 Subject: [PATCH V3 1/5] genirq/affinity: don't mark 'affd' as const In-Reply-To: References: <20190213105041.13537-2-ming.lei@redhat.com> <20190213150407.GB96272@google.com> <20190213213149.GB8027@localhost.localdomain> <20190213223711.GC8027@localhost.localdomain> Message-ID: <20190219161256.GA16341@localhost.localdomain> On Mon, Feb 18, 2019@04:42:27PM -0800, ??? wrote: > I've tested, this patch can fix the nvme problem, but it can't be applied > to 4.19 because of different context. And, I still think my original solution > (genirq/affinity: Assign default affinity to pre/post vectors) is correct. > There may be similar problems except nvme. I'll send a proper patch to fix the warning. It's always a driver bug if they try to extract affinity from a non-managed irq, but I don't think this particular nvme instance is very urgent as the end result is the same, just without the warning.