From 1b0db300cbef371e3975250828f1450aebacec8f Mon Sep 17 00:00:00 2001 From: John Audia Date: Mon, 5 Sep 2022 06:47:34 -0400 Subject: kernel: bump 5.10 to 5.10.141 All patches automatically rebased. Signed-off-by: John Audia (cherry picked from commit e8a62a1e6040de71bdcb1be1a1c30c064acbc059) --- .../604-v5.12-net-fix-hangup-on-napi_disable-for-threaded-napi.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/backport-5.10/604-v5.12-net-fix-hangup-on-napi_disable-for-threaded-napi.patch') diff --git a/target/linux/generic/backport-5.10/604-v5.12-net-fix-hangup-on-napi_disable-for-threaded-napi.patch b/target/linux/generic/backport-5.10/604-v5.12-net-fix-hangup-on-napi_disable-for-threaded-napi.patch index c960d1fba4..674f66e732 100644 --- a/target/linux/generic/backport-5.10/604-v5.12-net-fix-hangup-on-napi_disable-for-threaded-napi.patch +++ b/target/linux/generic/backport-5.10/604-v5.12-net-fix-hangup-on-napi_disable-for-threaded-napi.patch @@ -34,7 +34,7 @@ Signed-off-by: Jakub Kicinski --- a/net/core/dev.c +++ b/net/core/dev.c -@@ -7007,7 +7007,7 @@ static int napi_thread_wait(struct napi_ +@@ -7008,7 +7008,7 @@ static int napi_thread_wait(struct napi_ set_current_state(TASK_INTERRUPTIBLE); @@ -43,7 +43,7 @@ Signed-off-by: Jakub Kicinski /* Testing SCHED_THREADED bit here to make sure the current * kthread owns this napi and could poll on this napi. * Testing SCHED bit is not enough because SCHED bit might be -@@ -7025,6 +7025,7 @@ static int napi_thread_wait(struct napi_ +@@ -7026,6 +7026,7 @@ static int napi_thread_wait(struct napi_ set_current_state(TASK_INTERRUPTIBLE); } __set_current_state(TASK_RUNNING); -- cgit v1.2.3