Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: netdevsim: select PAGE_POOL in Kconfig

build bot points out that I forgot to add the PAGE_POOL
config dependency when adding the support in netdevsim.

Fixes: 1580cbcbfe77 ("net: netdevsim: add some fake page pool use")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202404170348.thxrboF1-lkp@intel.com/
Closes: https://lore.kernel.org/oe-kbuild-all/202404170527.LIAPSyMB-lkp@intel.com/
Link: https://lore.kernel.org/r/20240416232137.2022058-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+1
+1
drivers/net/Kconfig
··· 640 640 depends on PSAMPLE || PSAMPLE=n 641 641 depends on PTP_1588_CLOCK_MOCK || PTP_1588_CLOCK_MOCK=n 642 642 select NET_DEVLINK 643 + select PAGE_POOL 643 644 help 644 645 This driver is a developer testing tool and software model that can 645 646 be used to test various control path networking APIs, especially