Message ID | 20230719202253.13469-1-s.shtylyov@omp.ru |
---|---|
Headers | show |
Series | Handle errors returned by radix_tree_insert() within drivers/pinctrl/ | expand |
On Wed, Jul 19, 2023 at 10:23 PM Sergey Shtylyov <s.shtylyov@omp.ru> wrote: > The code in drivers/pinctrl/ doesn't check the results of radix_tree_insert() > calls, although it could propagate the errors from the callers upstream. > (Linus Walleij said he has copied the radix tree code from kernel/irq/, > where the functions calling radix_tree_insert() are *void* themselves.) The fix is spot on. Patches applied! Yours, Linus Walleij
On 7/28/23 11:09 PM, Linus Walleij wrote: [...] >> The code in drivers/pinctrl/ doesn't check the results of radix_tree_insert() >> calls, although it could propagate the errors from the callers upstream. >> (Linus Walleij said he has copied the radix tree code from kernel/irq/, >> where the functions calling radix_tree_insert() are *void* themselves.) > > The fix is spot on. > Patches applied! Thank you! But to which branch? > Yours, > Linus Walleij MBR, Sergey