From 14da37fd6726007c6364529c0ed1e0aab227ea41 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Fri, 28 Aug 2020 08:13:47 +0200 Subject: [PATCH] [rt] Refresh "net: Use skbufhead with raw lock" for context changes in 4.19.136 --- debian/changelog | 2 ++ debian/patches-rt/0197-net-Use-skbufhead-with-raw-lock.patch | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8c4be55b0..1fcaceded 100644 --- a/debian/changelog +++ b/debian/changelog @@ -254,6 +254,8 @@ linux (4.19.136-1) UNRELEASED; urgency=medium * Bump ABI to 11 * Drop 'Revert "mips: Add udelay lpj numbers adjustment"' * [rt] Update to 4.19.135-rt60 + * [rt] Refresh "net: Use skbufhead with raw lock" for context changes in + 4.19.136 -- Salvatore Bonaccorso Tue, 04 Aug 2020 16:33:40 +0200 diff --git a/debian/patches-rt/0197-net-Use-skbufhead-with-raw-lock.patch b/debian/patches-rt/0197-net-Use-skbufhead-with-raw-lock.patch index be0ab1ca2..fc2c42e4b 100644 --- a/debian/patches-rt/0197-net-Use-skbufhead-with-raw-lock.patch +++ b/debian/patches-rt/0197-net-Use-skbufhead-with-raw-lock.patch @@ -80,7 +80,7 @@ index 2bfd79026bb3..598398e3c841 100644 skb_queue_walk_safe(&sd->input_pkt_queue, skb, tmp) { if (skb->dev->reg_state == NETREG_UNREGISTERING) { __skb_unlink(skb, &sd->input_pkt_queue); -- kfree_skb(skb); +- dev_kfree_skb_irq(skb); + __skb_queue_tail(&sd->tofree_queue, skb); input_queue_head_incr(sd); }