[ Sasha's backport helper bot ] Hi, The upstream commit SHA1 provided is correct: f3265971ded98a069ad699b51b8a5ab95e9e5be1 WARNING: Author mismatch between patch and upstream commit: Backport author: Hagar Hemdan<hagarhem@xxxxxxxxxx> Commit author: Madhuparna Bhowmik<madhuparnabhowmik04@xxxxxxxxx> Status in newer kernel trees: 6.12.y | Present (exact SHA1) 6.6.y | Present (exact SHA1) 6.1.y | Present (exact SHA1) 5.15.y | Present (exact SHA1) 5.10.y | Present (exact SHA1) 5.4.y | Not found Note: The patch differs from the upstream commit: --- 1: f3265971ded98 ! 1: 3a1397498ef8f net: xen-netback: hash.c: Use built-in RCU list checking @@ Metadata ## Commit message ## net: xen-netback: hash.c: Use built-in RCU list checking + commit f3265971ded98a069ad699b51b8a5ab95e9e5be1 upstream. + list_for_each_entry_rcu has built-in RCU and lock checking. Pass cond argument to list_for_each_entry_rcu. Signed-off-by: Madhuparna Bhowmik <madhuparnabhowmik04@xxxxxxxxx> Acked-by: Wei Liu <wei.liu@xxxxxxxxxx> Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> + Signed-off-by: Hagar Hemdan <hagarhem@xxxxxxxxxx> ## drivers/net/xen-netback/hash.c ## @@ drivers/net/xen-netback/hash.c: static void xenvif_add_hash(struct xenvif *vif, const u8 *tag, --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-5.4.y | Success | Success |