]> www.infradead.org Git - users/hch/misc.git/commit
Merge branch 'xa_alloc_cyclic-checks'
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Mar 2025 09:57:37 +0000 (09:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Mar 2025 09:57:37 +0000 (09:57 +0000)
commitd9c743b6990b1ee3925f3ced1844cafa955bacb0
tree730c91319266d5994452fcbf31590f3661acf348
parent9a81fc3480bf5dbe2bf80e278c440770f6ba2692
parent3178d2b048365fe2c078cd53f85f2abf1487733b
Merge branch 'xa_alloc_cyclic-checks'

Michal Swiatkowski says:

====================
fix xa_alloc_cyclic() return checks

Pierre Riteau <pierre@stackhpc.com> found suspicious handling an error
from xa_alloc_cyclic() in scheduler code [1]. The same is done in few
other places.

v1 --> v2: [2]
 * add fixes tags
 * fix also the same usage in dpll and phy

[1] https://lore.kernel.org/netdev/20250213223610.320278-1-pierre@stackhpc.com/
[2] https://lore.kernel.org/netdev/20250214132453.4108-1-michal.swiatkowski@linux.intel.com/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>