Re: [PATCH net-next 3/4] netconsole: selftest: Delete all userdata keys

2024-12-06 Thread Simon Horman
On Wed, Dec 04, 2024 at 08:40:44AM -0800, Breno Leitao wrote: > Modify the cleanup function to remove all userdata keys created during the > test, instead of just deleting a single predefined key. This ensures a > more thorough cleanup of temporary resources. > > Move the KEY_PATH variable definit

[PATCH net-next 3/4] netconsole: selftest: Delete all userdata keys

2024-12-04 Thread Breno Leitao
Modify the cleanup function to remove all userdata keys created during the test, instead of just deleting a single predefined key. This ensures a more thorough cleanup of temporary resources. Move the KEY_PATH variable definition inside the set_user_data function to reduce global variables and imp