On 2023/8/25 4:36, Philipp Hortmann wrote: > On 8/24/23 09:45, Jinjie Ruan wrote: >> It is not allowed to call kfree_skb() from hardware interrupt >> context or with interrupts being disabled. This patchset is >> trying to add all skb to a free list, then free them after >> spin_unlock_irqrestore() at once. >> >> Jinjie Ruan (2): >> staging: rtl8192e: Do not call kfree_skb() under spin_lock_irqsave() >> staging: rtl8192e: Do not call kfree_skb() under spin_lock_irqsave() >> >> drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 22 ++++++++++++-------- >> drivers/staging/rtl8192e/rtllib_softmac.c | 6 +++++- >> 2 files changed, 18 insertions(+), 10 deletions(-) >> > > > Hi, > > for me as a tester I need to have different Subjects. I think I have now > 3 patches with the same subject and a very similar description. Sorry > How can I confirm which one is tested? I'll resend them with different subjects. > > Thanks for your patience. > > Bye Philipp