mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-23 21:08:23 +00:00
generic: refresh hack patches
Refresh hack patches with make target/linux/refresh. Fixes:9508ca44eb
("kernel: backport improvement to page pool fragment handling from 6.7") Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> (cherry picked from commitee730a66e9
)
This commit is contained in:
parent
419ef19dba
commit
eff00e2fb1
@ -16,7 +16,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||
|
||||
--- a/net/core/page_pool.c
|
||||
+++ b/net/core/page_pool.c
|
||||
@@ -862,12 +862,23 @@ static void page_pool_release_retry(stru
|
||||
@@ -873,12 +873,23 @@ static void page_pool_release_retry(stru
|
||||
{
|
||||
struct delayed_work *dwq = to_delayed_work(wq);
|
||||
struct page_pool *pool = container_of(dwq, typeof(*pool), release_dw);
|
||||
|
Loading…
Reference in New Issue
Block a user