[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ba1d6bba-847a-f249-72f0-0fd2a0a461eb@linux.intel.com>
Date: Sun, 23 Jun 2024 20:27:29 +0300 (EEST)
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: Borislav Petkov <bp@...en8.de>
cc: Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...hat.com>,
Dave Hansen <dave.hansen@...ux.intel.com>, x86@...nel.org,
"H. Peter Anvin" <hpa@...or.com>, Grant Likely <grant.likely@...retlab.ca>,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
LKML <linux-kernel@...r.kernel.org>, stable@...r.kernel.org
Subject: Re: [PATCH 1/4] x86/of: Return consistent error type from
x86_of_pci_irq_enable()
On Fri, 21 Jun 2024, Borislav Petkov wrote:
> On Mon, May 27, 2024 at 03:55:35PM +0300, Ilpo Järvinen wrote:
> > x86_of_pci_irq_enable() returns PCIBIOS_* code received from
> > pci_read_config_byte() directly and also -EINVAL which are not
> > compatible error types. x86_of_pci_irq_enable() is used as
> > (*pcibios_enable_irq) function which should not return PCIBIOS_* codes.
> >
> > Convert the PCIBIOS_* return code from pci_read_config_byte() into
> > normal errno using pcibios_err_to_errno().
> >
> > Fixes: 96e0a0797eba ("x86: dtb: Add support for PCI devices backed by dtb nodes")
> > Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
> > Cc: stable@...r.kernel.org
>
> Any particular reason why this is CC:stable?
>
> I'd say unless you're fixing a specific failure, this should go the normal
> route to 6.11...
It can go the normal route. And feel free to drop Cc stable too but I
don't think it matters much as stable folks will autoselect things
regardless of cc being there or not.
--
i.
Powered by blists - more mailing lists