On Fri, 6 Oct 2023 17:49:33 +0200 Sebastian Andrzej Siewior wrote: > - Moved xdp_do_check_flushed() to net/core/dev.h. > - Stripped __ from function names. > - Removed empty lines within an ifdef block. > - xdp_do_check_flushed() is now behind CONFIG_DEBUG_NET && > CONFIG_BPF_SYSCALL. dev_check_flush and cpu_map_check_flush are now > only behind CONFIG_DEBUG_NET. They have no empty inline function for > the !CONFIG_DEBUG_NET case since they are only called in > CONFIG_DEBUG_NET case. Other than the minor nit from the build bot - LGTM now thanks! Acked-by: Jakub Kicinski <kuba@xxxxxxxxxx>