From de4f13ff4f2b1e606e74907b4b29fedb9ee2c9d4 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Fri, 20 Oct 2023 13:28:47 +0200 Subject: [PATCH] pygoscelis: Disable CONFIG_PAGE_POOL_STATS This flag was enabled automatically on the bump to 6.4.1 on 2023-07-02, commit 0fb482244a24ece49a32791cbcd5e5c1318958fb, and not used since then. --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index a0f88a2..6bd6753 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -1454,7 +1454,7 @@ CONFIG_GRO_CELLS=y CONFIG_NET_SELFTESTS=m CONFIG_NET_SOCK_MSG=y CONFIG_PAGE_POOL=y -CONFIG_PAGE_POOL_STATS=y +# CONFIG_PAGE_POOL_STATS is not set # CONFIG_FAILOVER is not set CONFIG_ETHTOOL_NETLINK=y