Hi Alex, > This patch moves the worker information struct out of skb control block. > Instead control block we declare it static inside of tx.c file. We can do > that, because the worker can't be used twice at the same time. It's > protected by stop and wake netdev queue. > > This patch fix an issue that the "struct ieee802154_xmit_cb" doesn't fit > into the skb control block on some kernel configuartion reported by > kbuild test robot. > > It was introduced by commit fe24371d6645b766c59ec664c59d0a9c310ad455 > ("mac802154: tx: remove kmalloc in xmit hotpath"). > > Signed-off-by: Alexander Aring <alex.aring@xxxxxxxxx> > --- > net/mac802154/tx.c | 17 +++++------------ > 1 file changed, 5 insertions(+), 12 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html