Re: [PATCH 10/16] net/sfc: fix use-after-free warning messages

2024-09-28 Thread Ivan Malov
Reviewed-by: Ivan Malov Thank you. On Fri, 27 Sep 2024, Stephen Hemminger wrote: If compiler detection of use-after-free is enabled then this drivers debug messages will cause warnings. Change to move debug message before the object is freed. Bugzilla ID: 1551 Fixes: 55c1238246d5 ("net/sfc:

[PATCH 10/16] net/sfc: fix use-after-free warning messages

2024-09-27 Thread Stephen Hemminger
If compiler detection of use-after-free is enabled then this drivers debug messages will cause warnings. Change to move debug message before the object is freed. Bugzilla ID: 1551 Fixes: 55c1238246d5 ("net/sfc: add more debug messages to transfer flows") Cc: ivan.ma...@oktetlabs.ru Signed-off-by: