Message ID | cover.1685340157.git.mazziesaccount@gmail.com |
---|---|
Headers | show |
Series | fix fwnode_irq_get[_byname()] returnvalue | expand |
On Mon, 29 May 2023 09:22:15 +0300 Matti Vaittinen wrote: > The fwnode_irq_get() and the fwnode_irq_get_byname() may have returned > zero if mapping the IRQ fails. This contradicts the > fwnode_irq_get_byname() documentation. Furthermore, returning zero or > errno on error is unepected and can easily lead to problems > like. What's the merging plan? Could patch 1 go to a stable branch and then driver trees can pull it in and apply their respective patches locally?
On Tue, May 30, 2023 at 11:34:38PM -0700, Jakub Kicinski wrote: > On Mon, 29 May 2023 09:22:15 +0300 Matti Vaittinen wrote: > > The fwnode_irq_get() and the fwnode_irq_get_byname() may have returned > > zero if mapping the IRQ fails. This contradicts the > > fwnode_irq_get_byname() documentation. Furthermore, returning zero or > > errno on error is unepected and can easily lead to problems > > like. > > What's the merging plan? Could patch 1 go to a stable branch > and then driver trees can pull it in and apply their respective > patches locally? I'll take patch 1 now, and then after 6.5-rc1, Matti, can you send the cleanup patches to the respective subsystems? thanks, greg k-h
On Thu, 15 Jun 2023 13:37:17 +0200 Greg Kroah-Hartman wrote: > > What's the merging plan? Could patch 1 go to a stable branch > > and then driver trees can pull it in and apply their respective > > patches locally? > > I'll take patch 1 now, and then after 6.5-rc1, Matti, can you send the > cleanup patches to the respective subsystems? 👍️👍️
On 6/15/23 14:37, Greg Kroah-Hartman wrote: > On Tue, May 30, 2023 at 11:34:38PM -0700, Jakub Kicinski wrote: >> On Mon, 29 May 2023 09:22:15 +0300 Matti Vaittinen wrote: >>> The fwnode_irq_get() and the fwnode_irq_get_byname() may have returned >>> zero if mapping the IRQ fails. This contradicts the >>> fwnode_irq_get_byname() documentation. Furthermore, returning zero or >>> errno on error is unepected and can easily lead to problems >>> like. >> >> What's the merging plan? Could patch 1 go to a stable branch >> and then driver trees can pull it in and apply their respective >> patches locally? > > I'll take patch 1 now, and then after 6.5-rc1, Matti, can you send the > cleanup patches to the respective subsystems? Yes. I can re-spin the rest of the patches. Yours, -- Matti > > thanks, > > greg k-h