[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS 0d17421bc5d8e430617c62ad53fbbb2821a1bd56

2024-03-16 Thread kernel test robot
allnoconfig gcc arc allyesconfig gcc arc defconfig gcc arc randconfig-001-20240316 gcc arc randconfig-002-20240316 gcc arm allmodconfig gcc

[Intel-wired-lan] [PATCH net v4] i40e: Enforce software interrupt during busy-poll exit

2024-03-16 Thread Ivan Vecera
As for ice bug fixed by commit b7306b42beaf ("ice: manage interrupts during poll exit") followed by commit 23be7075b318 ("ice: fix software generating extra interrupts") I'm seeing the similar issue also with i40e driver. In certain situation when busy-loop is enabled together with adaptive coales

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS f559e4a70599d718219b6ead9de1a38e9aa6a18d

2024-03-16 Thread kernel test robot
allnoconfig gcc arc allyesconfig gcc arc defconfig gcc arc nsimosci_hs_defconfig gcc arc randconfig-001-20240316 gcc arc randconfig-002-20240316 gcc

[Intel-wired-lan] [PATCH net] ice: Fix freeing uninitialized pointers

2024-03-16 Thread Dan Carpenter
Automatically cleaned up pointers need to be initialized before exiting their scope. In this case, they need to be initialized to NULL before any return statement. Fixes: 90f821d72e11 ("ice: avoid unnecessary devm_ usage") Signed-off-by: Dan Carpenter --- drivers/net/ethernet/intel/ice/ice_comm